VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)