![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtEntityListPortData are concrete data elements containing a list of object IDs of simulated entities, that can be exchanged through DtEntityListInputPort and DtEntityListOutputPort objects. More...

Public Member Functions | |
| DtEntityListPortData () | |
| Constructor. | |
| virtual | ~DtEntityListPortData () |
| Destructor. | |
| DtEntityListPortData (const DtEntityListPortData &orig) | |
| Copy constructor. | |
| DtEntityListPortData & | operator= (const DtEntityListPortData &orig) |
| Assignment operator. | |
| virtual const DtString | type () const |
| Returns DtAnalogPortType. | |
| virtual void | setValue (DtEntityTargetList *v) |
| Sets the value. | |
| virtual DtEntityTargetList * | value () const |
| Returns the value. | |
| virtual DtPortData * | clone () const |
| Returns a copy of this port data. | |
Protected Attributes | |
| DtEntityTargetList * | myValue |
Instances of DtEntityListPortData are concrete data elements containing a list of object IDs of simulated entities, that can be exchanged through DtEntityListInputPort and DtEntityListOutputPort objects.
Constructor.
| virtual DtEntityListPortData::~DtEntityListPortData | ( | ) | [virtual] |
Destructor.
| DtEntityListPortData::DtEntityListPortData | ( | const DtEntityListPortData & | orig | ) |
Copy constructor.
| DtEntityListPortData& DtEntityListPortData::operator= | ( | const DtEntityListPortData & | orig | ) |
Assignment operator.
| virtual const DtString DtEntityListPortData::type | ( | ) | const [virtual] |
Returns DtAnalogPortType.
Implements DtPortData.
| virtual void DtEntityListPortData::setValue | ( | DtEntityTargetList * | v | ) | [virtual] |
Sets the value.
| virtual DtEntityTargetList* DtEntityListPortData::value | ( | ) | const [virtual] |
Returns the value.
| virtual DtPortData* DtEntityListPortData::clone | ( | ) | const [virtual] |
Returns a copy of this port data.
Implements DtPortData.
DtEntityTargetList* DtEntityListPortData::myValue [protected] |