![]() |
VR-Forces Developer's Guide
|
Class to handle taking data from the DtEntityStateListener and adding it to element data that VRF needs that VRV does not.

Public Member Functions | |
| DtEntityElementDataProcessor (makVrv::DtBaseConnection &) | |
| virtual | ~DtEntityElementDataProcessor () override |
| virtual void | addListener (makVrv::DtEntityStateListener &) |
| virtual void | setForceElementData (makVrv::DtEntityStateListener *) |
| virtual void | setEntityTypeElementData (makVrv::DtEntityStateListener *) |
Public Member Functions inherited from makVrf::DtCommonElementDataProcessor | |
| DtCommonElementDataProcessor (makVrv::DtBaseConnection &) | |
| virtual | ~DtCommonElementDataProcessor () override |
| virtual void | addListener (DtCommonStateListenerExtensions &) |
| virtual void | setIsRemotelyAttachedVrfObject (DtCommonStateListenerExtensions *) |
| virtual void | setIsClutterEntity (DtCommonStateListenerExtensions *) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Additional Inherited Members | |
Protected Attributes inherited from makVrf::DtCommonElementDataProcessor | |
| makVrv::DtBaseConnection & | mySimulation |
| makVrf::DtEntityElementDataProcessor::DtEntityElementDataProcessor | ( | makVrv::DtBaseConnection & | ) |
CTOR.
|
overridevirtual |
DTOR.
|
virtual |
Adds connections to listen to changes in listener data needed to update into element data and sets up with current data.
|
virtual |
|
virtual |