Kaim::NavGenProjSector Class Reference

Kaim::NavGenProjSector Class Reference

#include <NavGenProjSector.h>

Class Description

An instance of this class is used to represent each input geometry file in a NavGenProj.

You should not need to interact with the methods of this class directly. Use NavGenProj::AddObjFilePath() to add a new input geometry file to the NavGenProj.

Public Attributes

std::vector< NavGenProjGeometry * > m_geometries
 

For internal use only

bool ReadGeometry (TiXmlNode *node)
 
void ReadGeometries (TiXmlNode *node)
 
bool ReadClientInput (TiXmlNode *node)
 
void ReadClientInputs (TiXmlNode *node)
 
void ReadCellBox (TiXmlNode *node)
 
void ReadSeedPoints (TiXmlNode *seedpointsNode)
 
void ReadTagVolumes (TiXmlNode *tagVolumesNode)
 
void WriteCellBox (TiXmlNode *node)
 
bool WriteContent (TiXmlNode *sectorNode)
 

Member Data Documentation

std::vector<NavGenProjGeometry*> Kaim::NavGenProjSector::m_geometries

Stores the list of input geometry files. Do not modify directly. Use AddObjFilePath().


The documentation for this class was generated from the following file: