![]() |
VR-Forces 4.0.4 Class Documentation
|
A multi-connection input port whose data members are entity lists. More...

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 |
A multi-connection input port whose data members are entity lists.
| DtEntityListMultiInputPort::DtEntityListMultiInputPort | ( | const DtString & | portName | ) |
| virtual DtEntityListMultiInputPort::~DtEntityListMultiInputPort | ( | ) | [virtual] |
| 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.
DtMultiConnectionInputPortConnectionMap::const_iterator DtEntityListMultiInputPort::myPortDataIterator [protected] |