![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains class declarations for DtVectorInputPort, DtVectorOutputPort, and DtVectorPortData. More...

Public Member Functions | |
| DtVectorInputPort (const DtString &portName) | |
| constructor | |
| virtual | ~DtVectorInputPort () |
| destructor | |
| virtual bool | acceptType (const DtString &type) const |
| Accepts DtVectorPortDataType. | |
| virtual void | receiveData (DtPortData *data) |
| virtual const DtVector | value () const |
Protected Member Functions | |
| DtVectorInputPort (const DtVectorInputPort &orig) | |
| copy constructor | |
| const DtVectorInputPort & | operator= (const DtVectorInputPort &orig) |
| assignment operator | |
Contains class declarations for DtVectorInputPort, DtVectorOutputPort, and DtVectorPortData.
Instances of DtVectorInputPort are input ports through which data consumers can receive a DtVector.
| DtVectorInputPort::DtVectorInputPort | ( | const DtString & | portName | ) |
constructor
| virtual DtVectorInputPort::~DtVectorInputPort | ( | ) | [virtual] |
destructor
| DtVectorInputPort::DtVectorInputPort | ( | const DtVectorInputPort & | orig | ) | [protected] |
copy constructor
| virtual bool DtVectorInputPort::acceptType | ( | const DtString & | type | ) | const [virtual] |
Accepts DtVectorPortDataType.
Implements DtInputPort.
| virtual void DtVectorInputPort::receiveData | ( | DtPortData * | data | ) | [virtual] |
| virtual const DtVector DtVectorInputPort::value | ( | ) | const [virtual] |
| const DtVectorInputPort& DtVectorInputPort::operator= | ( | const DtVectorInputPort & | orig | ) | [protected] |
assignment operator