VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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.
virtual DtIntersectormodelSetIntersector (int modelSet)
 Get a intersector for a particular model set.
virtual DtIntersectorcharacterIntersector ()
 Get the intersector for picking characters.
virtual void registerCharacterIntersector (DtIntersector *intersector)
 Register the character intersector implementation to use.
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor.
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor.

Static Public Member Functions

static DtIntersectorManagerinstance (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

DtDemyDe
IntersectorMap myIntersectors
DtIntersectormyCharacterIntersector

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.

Member Data Documentation

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

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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)