![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtLaserSpotListPortData are concrete data elements containing a list of DtLaserSpotData, that can be exchanged through DtLaserSpotListInputPort and DtLaserSpotListOutputPort objects. More...

Public Member Functions | |
| DtLaserSpotListPortData () | |
| Constructor. | |
| virtual | ~DtLaserSpotListPortData () |
| Destructor. | |
| DtLaserSpotListPortData (const DtLaserSpotListPortData &orig) | |
| Copy constructor. | |
| DtLaserSpotListPortData & | operator= (const DtLaserSpotListPortData &orig) |
| Assignment operator. | |
| virtual const DtString | type () const |
| Returns DtLaserSpotPortDataType. | |
| virtual void | setValue (DtLaserSpotList *v) |
| Sets the value. | |
| virtual DtLaserSpotList * | value () const |
| Returns the value. | |
| virtual DtPortData * | clone () const |
| Returns a copy of this port data. | |
Protected Attributes | |
| DtLaserSpotList * | myValue |
Instances of DtLaserSpotListPortData are concrete data elements containing a list of DtLaserSpotData, that can be exchanged through DtLaserSpotListInputPort and DtLaserSpotListOutputPort objects.
Constructor.
| virtual DtLaserSpotListPortData::~DtLaserSpotListPortData | ( | ) | [virtual] |
Destructor.
Copy constructor.
| DtLaserSpotListPortData& DtLaserSpotListPortData::operator= | ( | const DtLaserSpotListPortData & | orig | ) |
Assignment operator.
| virtual const DtString DtLaserSpotListPortData::type | ( | ) | const [virtual] |
Returns DtLaserSpotPortDataType.
Implements DtPortData.
| virtual void DtLaserSpotListPortData::setValue | ( | DtLaserSpotList * | v | ) | [virtual] |
Sets the value.
| virtual DtLaserSpotList* DtLaserSpotListPortData::value | ( | ) | const [virtual] |
Returns the value.
| virtual DtPortData* DtLaserSpotListPortData::clone | ( | ) | const [virtual] |
Returns a copy of this port data.
Implements DtPortData.
DtLaserSpotList* DtLaserSpotListPortData::myValue [protected] |