|
OpenMW
|
#include <loadpgrd.hpp>
Classes | |
| struct | DATAstruct |
| struct | Edge |
| struct | Point |
Public Types | |
| typedef std::vector< Point > | PointList |
| typedef std::vector< Edge > | EdgeList |
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 |
| typedef std::vector<Edge> ESM::Pathgrid::EdgeList |
| typedef std::vector<Point> ESM::Pathgrid::PointList |
| void ESM::Pathgrid::load | ( | ESMReader & | esm | ) |
| void ESM::Pathgrid::save | ( | ESMWriter & | esm | ) | const |
| std::string ESM::Pathgrid::mCell |
unsigned int ESM::Pathgrid::sRecordId = REC_PGRD [static] |
1.7.6.1