VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
makVrv::DtIntersectorManager Class Reference

The DtIntersectorManager class manages instances of inter sectors. More...

Inheritance diagram for makVrv::DtIntersectorManager:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtIntersectorManager ()
 DTOR. More...
 
virtual DtIntersectormodelSetIntersector (int modelSet)
 Get a intersector for a particular model set. More...
 
virtual DtIntersectorcharacterIntersector ()
 Get the intersector for picking characters. More...
 
virtual void registerCharacterIntersector (DtIntersector *intersector)
 Register the character intersector implementation to use. More...
 
virtual void drawIntersection (const DtIntersectorResult &result, double duration)
 
virtual void drawIntersection (const DtIntersector::DtIntersections &results, double duration)
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static DtIntersectorManagerinstance (DtDe &de)
 Get the creator instance for this IG object. More...
 
static void registerInstance (DtDe &de, DtIntersectorManager *anInstance)
 Register the creator instance with an IG. More...
 

Protected Types

typedef boost::unordered_map
< int, DtIntersector * > 
IntersectorMap
 

Protected Member Functions

 DtIntersectorManager (DtDe &de)
 

Protected Attributes

DtDemyDe
 
IntersectorMap myIntersectors
 
DtIntersectormyCharacterIntersector
 
DtDrawnIntersectorManager myDrawnIntersectorManager
 

Detailed Description

The DtIntersectorManager class manages instances of inter sectors.

Member Typedef Documentation

typedef boost::unordered_map<int, DtIntersector*> makVrv::DtIntersectorManager::IntersectorMap
protected

Constructor & Destructor Documentation

virtual makVrv::DtIntersectorManager::~DtIntersectorManager ( )
virtual

DTOR.

makVrv::DtIntersectorManager::DtIntersectorManager ( DtDe de)
protected

Member Function Documentation

static DtIntersectorManager& makVrv::DtIntersectorManager::instance ( DtDe de)
static

Get the creator instance for this IG object.

Exceptions
DtCorruptedStateif it is unable to get the instance.
static void makVrv::DtIntersectorManager::registerInstance ( DtDe de,
DtIntersectorManager anInstance 
)
static

Register the creator instance with an IG.

virtual DtIntersector& makVrv::DtIntersectorManager::modelSetIntersector ( int  modelSet)
virtual

Get a intersector for a particular model set.

virtual DtIntersector& makVrv::DtIntersectorManager::characterIntersector ( )
virtual

Get the intersector for picking characters.

virtual void makVrv::DtIntersectorManager::registerCharacterIntersector ( DtIntersector intersector)
virtual

Register the character intersector implementation to use.

virtual void makVrv::DtIntersectorManager::drawIntersection ( const DtIntersectorResult result,
double  duration 
)
virtual
virtual void makVrv::DtIntersectorManager::drawIntersection ( const DtIntersector::DtIntersections results,
double  duration 
)
virtual

Member Data Documentation

DtDe& makVrv::DtIntersectorManager::myDe
protected
IntersectorMap makVrv::DtIntersectorManager::myIntersectors
protected
DtIntersector* makVrv::DtIntersectorManager::myCharacterIntersector
protected
DtDrawnIntersectorManager makVrv::DtIntersectorManager::myDrawnIntersectorManager
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)