![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtPropAdder will create props from feature files containing prop point features and add them to the makVrv::DtTerrainLayer. More...

Public Member Functions | |
| DtPropAdder (DtDe &de, DtAgentManagerInterface &agentManagerInterface) | |
| CTOR. | |
| virtual | ~DtPropAdder () |
| DTOR. | |
| virtual void | addProps (const makArchives::DtAddPropsRuleRecord &rule, DtTerrainLayer *terrainLayer)=0 |
| Load the feature file, look for features based on the rule and create create props. | |
Protected Attributes | |
| DtDe & | myDe |
| DtAgentManagerInterface & | myAgentInterface |
The DtPropAdder will create props from feature files containing prop point features and add them to the makVrv::DtTerrainLayer.
| makVrv::DtPropAdder::DtPropAdder | ( | DtDe & | de, |
| DtAgentManagerInterface & | agentManagerInterface | ||
| ) |
CTOR.
| virtual makVrv::DtPropAdder::~DtPropAdder | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtPropAdder::addProps | ( | const makArchives::DtAddPropsRuleRecord & | rule, |
| DtTerrainLayer * | terrainLayer | ||
| ) | [pure virtual] |
Load the feature file, look for features based on the rule and create create props.
Add those props to terrainLayer.
Implemented in makVrv::DtTdbPropAdder.
DtDe& makVrv::DtPropAdder::myDe [protected] |