OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ESM::Pathgrid Struct Reference

#include <loadpgrd.hpp>

Inheritance diagram for ESM::Pathgrid:
Collaboration diagram for ESM::Pathgrid:

Classes

struct  DATAstruct
 
struct  Edge
 
struct  Point
 

Public Types

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

Public Member Functions

void load (ESMReader &esm, bool &isDeleted)
 
void save (ESMWriter &esm, bool isDeleted=false) const
 
void blank ()
 

Static Public Member Functions

static std::string getRecordType ()
 Return a string descriptor for this record type. Currently used for debugging / error logs only. More...
 

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::blank ( )

Here is the caller graph for this function:

static std::string ESM::Pathgrid::getRecordType ( )
inlinestatic

Return a string descriptor for this record type. Currently used for debugging / error logs only.

void ESM::Pathgrid::load ( ESMReader esm,
bool isDeleted 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::Pathgrid::save ( ESMWriter esm,
bool  isDeleted = false 
) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::string ESM::Pathgrid::mCell
DATAstruct ESM::Pathgrid::mData
EdgeList ESM::Pathgrid::mEdges
PointList ESM::Pathgrid::mPoints
unsigned int ESM::Pathgrid::sRecordId = REC_PGRD
static

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