OpenMW
|
Wrapper for Pathgrid record. More...
#include <pathgrid.hpp>
Public Member Functions | |
void | load (ESM::ESMReader &esm, bool &isDeleted, const IdCollection< Cell > &cells) |
void | load (ESM::ESMReader &esm, bool &isDeleted) |
Public Member Functions inherited from ESM::Pathgrid | |
void | load (ESMReader &esm, bool &isDeleted) |
void | save (ESMWriter &esm, bool isDeleted=false) const |
void | blank () |
Public Attributes | |
std::string | mId |
Public Attributes inherited from ESM::Pathgrid | |
std::string | mCell |
DATAstruct | mData |
PointList | mPoints |
EdgeList | mEdges |
Additional Inherited Members | |
Public Types inherited from ESM::Pathgrid | |
typedef std::vector< Point > | PointList |
typedef std::vector< Edge > | EdgeList |
Static Public Member Functions inherited from ESM::Pathgrid | |
static std::string | getRecordType () |
Return a string descriptor for this record type. Currently used for debugging / error logs only. More... | |
Static Public Attributes inherited from ESM::Pathgrid | |
static unsigned int | sRecordId = REC_PGRD |
Wrapper for Pathgrid record.
void CSMWorld::Pathgrid::load | ( | ESM::ESMReader & | esm, |
bool & | isDeleted, | ||
const IdCollection< Cell > & | cells | ||
) |
void CSMWorld::Pathgrid::load | ( | ESM::ESMReader & | esm, |
bool & | isDeleted | ||
) |
std::string CSMWorld::Pathgrid::mId |