![]() |
VR-Forces 4.0.4 Class Documentation
|
Instantiates new squawk indicators. More...

Public Member Functions | |
| DtSquawkIndicator * | create (int modelSet, int visualizerType, DtSquawkIndicator::AttachablePoint transmitLoc) |
| Creates a new squawk indicator at the given myLocation. | |
Static Public Member Functions | |
| static DtSquawkIndicatorCreator & | instance (DtDe &de) |
| Returns the squawk indicator creator instance rooted on the De. | |
Protected Member Functions | |
| DtSquawkIndicatorCreator (DtDe &de) | |
| CTOR. | |
Protected Attributes | |
| DtDe & | myDe |
Instantiates new squawk indicators.
This creator can be overriden by registering the overridden DtSquawkIndicatorCreator with the DtDe.
| makVrv::DtSquawkIndicatorCreator::DtSquawkIndicatorCreator | ( | DtDe & | de | ) | [protected] |
CTOR.
| static DtSquawkIndicatorCreator& makVrv::DtSquawkIndicatorCreator::instance | ( | DtDe & | de | ) | [static] |
Returns the squawk indicator creator instance rooted on the De.
This creator can be overridden by registering an instance of DtCommunicationLineCreator with the De.
| DtSquawkIndicator* makVrv::DtSquawkIndicatorCreator::create | ( | int | modelSet, |
| int | visualizerType, | ||
| DtSquawkIndicator::AttachablePoint | transmitLoc | ||
| ) |
Creates a new squawk indicator at the given myLocation.
| DtCorruptedState | if agents could not be created. |
DtDe& makVrv::DtSquawkIndicatorCreator::myDe [protected] |