VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
entityListMultiInputPort.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)