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

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