![]() |
VR-Forces Developer's Guide
|
Instantiates new squawk indicators. This creator can be overriden by registering the overridden DtSquawkIndicatorCreator with the DtDe.

Public Member Functions | |
| DtSquawkIndicator * | create (DtModelSetId modelSet, int visualizerType, const DtSquawkIndicator::AttachablePoint &transmitLoc) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtSquawkIndicatorCreator & | instance (DtDe &de) |
Protected Member Functions | |
| DtSquawkIndicatorCreator (DtDe &de) | |
Protected Attributes | |
| DtDe & | myDe |
|
protected |
CTOR.
|
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 | ( | DtModelSetId | modelSet, |
| int | visualizerType, | ||
| const DtSquawkIndicator::AttachablePoint & | transmitLoc | ||
| ) |
Creates a new squawk indicator at the given myLocation.
| DtCorruptedState | if agents could not be created. |
|
protected |