![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtIntersectorManager class manages instances of inter sectors. More...

Public Member Functions | |
| DtIntersector & | modelSetIntersector (int modelSet) |
| Get a intersector for a particular model set. | |
Static Public Member Functions | |
| static DtIntersectorManager & | instance (DtDe &de) |
| Get the creator instance for this IG object. | |
| static void | registerInstance (DtDe &de, DtIntersectorManager *anInstance) |
| Register the creator instance with an IG. | |
Protected Types | |
| typedef boost::unordered_map < int, DtIntersector * > | IntersectorMap |
Protected Member Functions | |
| DtIntersectorManager (DtDe &de) | |
Protected Attributes | |
| DtDe & | myDe |
| IntersectorMap | myIntersectors |
The DtIntersectorManager class manages instances of inter sectors.
typedef boost::unordered_map<int, DtIntersector*> makVrv::DtIntersectorManager::IntersectorMap [protected] |
| makVrv::DtIntersectorManager::DtIntersectorManager | ( | DtDe & | de | ) | [protected] |
| static DtIntersectorManager& makVrv::DtIntersectorManager::instance | ( | DtDe & | de | ) | [static] |
Get the creator instance for this IG object.
| DtCorruptedState | if it is unable to get the instance. |
| static void makVrv::DtIntersectorManager::registerInstance | ( | DtDe & | de, |
| DtIntersectorManager * | anInstance | ||
| ) | [static] |
Register the creator instance with an IG.
| DtIntersector& makVrv::DtIntersectorManager::modelSetIntersector | ( | int | modelSet | ) |
Get a intersector for a particular model set.
DtDe& makVrv::DtIntersectorManager::myDe [protected] |