![]() |
VR-Forces 5.0.2 Developer's Guide
|
The DtPropAdder will create props from feature files containing prop point features and add them to the makVrv::DtTerrainLayer.

Public Member Functions | |
| DtPropAdder (DtDe &de, DtAgentManagerInterface &agentManagerInterface) | |
| virtual | ~DtPropAdder () |
| virtual void | addProps (const makArchives::DtAddPropsRuleRecord &rule, DtTerrainLayer *terrainLayer)=0 |
Protected Attributes | |
| DtDe & | myDe |
| DtAgentManagerInterface & | myAgentInterface |
| makVrv::DtPropAdder::DtPropAdder | ( | DtDe & | de, |
| DtAgentManagerInterface & | agentManagerInterface | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
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.
|
protected |
|
protected |