#include <NavGenProjSector.h>
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 |
std::vector<NavGenProjGeometry*> Kaim::NavGenProjSector::m_geometries |
Stores the list of input geometry files. Do not modify directly. Use AddObjFilePath().