![]() |
VR-Forces 5.0.1 Developer's Guide
|
Instantiates communication lines between entities. This creator can be overriden by registering the overridden DtCommunicationLineCreator with the DtDe.

Public Member Functions | |
| DtCommunicationLineCreator (DtDe &de) | |
| DtCommunicationLine * | create (int modelSet, int visualizerType, const DtCommunicationLine::AttachablePoint &source, const DtCommunicationLine::AttachablePoint &dest) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtCommunicationLineCreator & | instance (DtDe &de) |
Protected Attributes | |
| DtDe & | myDe |
| makVrv::DtCommunicationLineCreator::DtCommunicationLineCreator | ( | DtDe & | de | ) |
CTOR.
|
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, | ||
| const DtCommunicationLine::AttachablePoint & | source, | ||
| const DtCommunicationLine::AttachablePoint & | dest | ||
| ) |
Creates a new communication line between the given points.
| DtCorruptedState | if agents could not be created. |
|
protected |