VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions
DtVectorOutputPort Class Reference

Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector. More...

Inheritance diagram for DtVectorOutputPort:
Inheritance graph
[legend]

List of all members.

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 DtVectorOutputPortoperator= (const DtVectorOutputPort &orig)
 assignment operator

Detailed Description

Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector.


Constructor & Destructor Documentation

copy constructor


Member Function Documentation

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


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)