![]() |
VR-Forces 4.0.4 Class Documentation
|
Instantiates communication lines between entities. More...

Public Member Functions | |
| DtCommunicationLineCreator (DtDe &de) | |
| CTOR. | |
| DtCommunicationLine * | create (int modelSet, int visualizerType, DtCommunicationLine::AttachablePoint source, DtCommunicationLine::AttachablePoint dest) |
| Creates a new communication line between the given points. | |
Static Public Member Functions | |
| static DtCommunicationLineCreator & | instance (DtDe &de) |
| Returns the communication line creator instance rooted on the De. | |
Protected Attributes | |
| DtDe & | myDe |
Instantiates communication lines between entities.
This creator can be overriden by registering the overridden DtCommunicationLineCreator with the DtDe.
| static DtCommunicationLineCreator& makVrv::DtCommunicationLineCreator::instance | ( | DtDe & | de | ) | [static] |
Returns the communication line creator instance rooted on the De.
This creator can be overridden by registering an instance of DtCommunicationLineCreator with the De.
| DtCommunicationLine* makVrv::DtCommunicationLineCreator::create | ( | int | modelSet, |
| int | visualizerType, | ||
| DtCommunicationLine::AttachablePoint | source, | ||
| DtCommunicationLine::AttachablePoint | dest | ||
| ) |
Creates a new communication line between the given points.
| DtCorruptedState | if agents could not be created. |
DtDe& makVrv::DtCommunicationLineCreator::myDe [protected] |