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

A multi-connection input port whose data members are entity lists. More...

Inheritance diagram for DtEntityListMultiInputPort:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtEntityListMultiInputPort (const DtString &portName)
virtual ~DtEntityListMultiInputPort ()
virtual bool acceptType (const DtString &type) const
 Accepts DtEntityListPortDataType.
virtual const DtEntityTargetList * firstValue ()
 Sets the interal iterator to the first set of data on the input port, and returns the value.
virtual const DtEntityTargetList * value () const
 Return the value at the current set of data on the port.
virtual const DtEntityTargetList * nextValue ()
 Advances the iterator to the next set of data on the port.

Protected Attributes

DtMultiConnectionInputPortConnectionMap::const_iterator myPortDataIterator

Detailed Description

A multi-connection input port whose data members are entity lists.


Constructor & Destructor Documentation


Member Function Documentation

virtual bool DtEntityListMultiInputPort::acceptType ( const DtString type) const [virtual]

Accepts DtEntityListPortDataType.

Implements DtInputPort.

virtual const DtEntityTargetList* DtEntityListMultiInputPort::firstValue ( ) [virtual]

Sets the interal iterator to the first set of data on the input port, and returns the value.

Retuns NULL if no more data.

virtual const DtEntityTargetList* DtEntityListMultiInputPort::value ( ) const [virtual]

Return the value at the current set of data on the port.

virtual const DtEntityTargetList* DtEntityListMultiInputPort::nextValue ( ) [virtual]

Advances the iterator to the next set of data on the port.

Retuns NULL if no more data.


Member Data Documentation

DtMultiConnectionInputPortConnectionMap::const_iterator DtEntityListMultiInputPort::myPortDataIterator [protected]

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)