![]() |
VR-Forces 4.6.1 Class Documentation
|
The scenario event manager will keep track of all Intel Collection area objects and their state. More...
Public Member Functions | |
| DtIntelCollectionAreaManager (DtSimManager *) | |
| CTOR. | |
| virtual | ~DtIntelCollectionAreaManager () |
| DTOR. | |
| virtual DtSimManager * | simManager () const |
| virtual const std::set < DtVrfObject * > & | intelCollectionAreas () const |
| Returns all Intel Collection areas. | |
| virtual double | sensorModificationFactor (const DtVrfObject *, int force) const |
| Given an object and force, return the sensor modifier that is applied. | |
Protected Member Functions | |
| virtual double | sensorModificationFactorForArea (const DtVrfObject *intelArea, int force) const |
| Returns the sensor modifier from the specified intel collection area for the given force. | |
| virtual void | processIntelCollectionAreaAdded (DtVrfObject *) |
| virtual void | processIntelCollectionAreaRemoved (DtVrfObject *) |
Static Protected Member Functions | |
| static void | intelCollectionAreaAddedCallback (DtVrfObject *, void *) |
| Called when a IntelCollection area is added via the object manager. | |
| static void | intelCollectionAreaRemovedCallback (DtVrfObject *, void *) |
| Called when a IntelCollection area is removed from the object manager. | |
Protected Attributes | |
| DtSimManager * | mySimManager |
| std::set< DtVrfObject * > | myIntelCollectionAreas |
Private Member Functions | |
| DtIntelCollectionAreaManager (const DtIntelCollectionAreaManager &orig) | |
| copy constructor | |
| DtIntelCollectionAreaManager & | operator= (const DtIntelCollectionAreaManager &orig) |
| assignment operator | |
The scenario event manager will keep track of all Intel Collection area objects and their state.
Intel Collection areas are predefined as part of this class.
| DtIntelCollectionAreaManager::DtIntelCollectionAreaManager | ( | DtSimManager * | ) |
CTOR.
|
virtual |
DTOR.
|
private |
copy constructor
|
private |
assignment operator
|
virtual |
|
virtual |
Returns all Intel Collection areas.
|
virtual |
Given an object and force, return the sensor modifier that is applied.
|
protectedvirtual |
Returns the sensor modifier from the specified intel collection area for the given force.
|
staticprotected |
Called when a IntelCollection area is added via the object manager.
|
protectedvirtual |
|
staticprotected |
Called when a IntelCollection area is removed from the object manager.
|
protectedvirtual |
|
protected |
|
protected |