OpenMW
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes
ESM::Pathgrid Struct Reference

#include <loadpgrd.hpp>

List of all members.

Classes

struct  DATAstruct
struct  Edge
struct  Point

Public Types

typedef std::vector< PointPointList
typedef std::vector< EdgeEdgeList

Public Member Functions

void load (ESMReader &esm)
void save (ESMWriter &esm) const

Public Attributes

std::string mCell
DATAstruct mData
PointList mPoints
EdgeList mEdges

Static Public Attributes

static unsigned int sRecordId = REC_PGRD

Member Typedef Documentation

typedef std::vector<Edge> ESM::Pathgrid::EdgeList
typedef std::vector<Point> ESM::Pathgrid::PointList

Member Function Documentation

void ESM::Pathgrid::load ( ESMReader esm)
void ESM::Pathgrid::save ( ESMWriter esm) const

Member Data Documentation

std::string ESM::Pathgrid::mCell
unsigned int ESM::Pathgrid::sRecordId = REC_PGRD [static]

The documentation for this struct was generated from the following files: