VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
entListMultiInputPort.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entListMultiInputPort.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#include "
vrfobjcore/multiConnectionInputPort.h
"
13
#include "
vrfobjcore/entityTargetInformation.h
"
14
17
#include "
vrfobjcore/vrfobjcoreDefines.h
"
18
class
DT_DLL_vrfobjcore
DtEntityListMultiInputPort
:
public
DtMultiConnectionInputPort
19
{
20
public
:
21
DtEntityListMultiInputPort
(
const
DtString
& portName);
22
virtual
~
DtEntityListMultiInputPort
();
23
25
virtual
bool
acceptType
(
const
DtString
& type)
const
;
26
30
virtual
const
DtEntityTargetList* firstValue();
31
33
virtual
const
DtEntityTargetList* value()
const
;
34
37
virtual
const
DtEntityTargetList* nextValue();
38
39
protected
:
40
DtMultiConnectionInputPortConnectionMap::const_iterator
myPortDataIterator
;
41
};
42
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)