![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtAmmunitionPortData are concrete data elements containing a DtVector that can be exchanged through DtVectorInputPort and DtVectorOutputPort objects. More...

Public Member Functions | |
| DtVectorPortData () | |
| Constructor. | |
| virtual | ~DtVectorPortData () |
| Destructor. | |
| DtVectorPortData (const DtVectorPortData &orig) | |
| Copy constructor. | |
| DtVectorPortData & | operator= (const DtVectorPortData &orig) |
| Assignment operator. | |
| virtual const DtString | type () const |
| Returns DtVectorPortType. | |
| virtual void | setValue (const DtVector &) |
| Sets the value. | |
| virtual const DtVector & | value () const |
| Returns the value. | |
| virtual DtPortData * | clone () const |
| Returns a copy of this port data. | |
Protected Attributes | |
| DtVector | myValue |
Instances of DtAmmunitionPortData are concrete data elements containing a DtVector that can be exchanged through DtVectorInputPort and DtVectorOutputPort objects.
Constructor.
| virtual DtVectorPortData::~DtVectorPortData | ( | ) | [virtual] |
Destructor.
| DtVectorPortData::DtVectorPortData | ( | const DtVectorPortData & | orig | ) |
Copy constructor.
| DtVectorPortData& DtVectorPortData::operator= | ( | const DtVectorPortData & | orig | ) |
Assignment operator.
| virtual const DtString DtVectorPortData::type | ( | ) | const [virtual] |
Returns DtVectorPortType.
Implements DtPortData.
| virtual void DtVectorPortData::setValue | ( | const DtVector & | ) | [virtual] |
Sets the value.
| virtual const DtVector& DtVectorPortData::value | ( | ) | const [virtual] |
Returns the value.
| virtual DtPortData* DtVectorPortData::clone | ( | ) | const [virtual] |
Returns a copy of this port data.
Implements DtPortData.
DtVector DtVectorPortData::myValue [protected] |