![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector. More...

Public Member Functions | |
| DtVectorOutputPort (const DtString &portName) | |
| virtual | ~DtVectorOutputPort () |
| virtual const DtString | type () const |
| returns DtVectorPortDataType | |
| virtual void | createPortData () |
| Creates a DtVectorPortData. | |
| virtual void | setValue (const DtVector &vector) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual const DtVector | value () const |
| Return the current value. | |
Protected Member Functions | |
| DtVectorOutputPort (const DtVectorOutputPort &orig) | |
| copy constructor | |
| const DtVectorOutputPort & | operator= (const DtVectorOutputPort &orig) |
| assignment operator | |
Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector.
| DtVectorOutputPort::DtVectorOutputPort | ( | const DtString & | portName | ) |
| virtual DtVectorOutputPort::~DtVectorOutputPort | ( | ) | [virtual] |
| DtVectorOutputPort::DtVectorOutputPort | ( | const DtVectorOutputPort & | orig | ) | [protected] |
copy constructor
| virtual const DtString DtVectorOutputPort::type | ( | ) | const [virtual] |
returns DtVectorPortDataType
Implements DtOutputPort.
| virtual void DtVectorOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtVectorPortData.
Implements DtOutputPort.
| virtual void DtVectorOutputPort::setValue | ( | const DtVector & | vector | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
| virtual const DtVector DtVectorOutputPort::value | ( | ) | const [virtual] |
Return the current value.
| const DtVectorOutputPort& DtVectorOutputPort::operator= | ( | const DtVectorOutputPort & | orig | ) | [protected] |
assignment operator