![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtIntegerPortData are concrete data elements containing an integer value that can be exchanged through DtIntegerInputPort and DtIntegerOutputPort objects. More...

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