VR-Forces Development_Version 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
vrvVrl
DtVrlinkAggregateIndicatorVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/DtAggregateIndicatorVisualizer.h
>
13
14
namespace
makVrv
15
{
16
namespace
DT_PROTOCOL_NAMESPACE
17
{
18
class
DtVrlinkAggregateStateListener;
19
24
class
DL_DLL_IGCONVRLINK
DtVrlinkAggregateIndicatorVisualizer
:
public
DtAggregateIndicatorVisualizer
25
{
26
public
:
28
DtVrlinkAggregateIndicatorVisualizer
(
DtBaseConnection
& simulation,
DtStateListener
& listener,
int
modelSet);
29
31
virtual
~
DtVrlinkAggregateIndicatorVisualizer
();
32
34
virtual
DtUnicode
generateInfoString()
const
;
35
36
protected
:
37
39
virtual
void
setEntityType(
const
std::string& type);
40
virtual
void
createModelAgents();
41
42
void
setForceId(
int
f);
43
46
virtual
void
slot_forceAdded(
int
);
47
48
protected
:
49
51
DtVrlinkAggregateStateListener
*
myVrlinkListener
;
52
DtVrlinkConnection
*
myVrlinkSimulation
;
53
std::string
myModelName
;
54
};
55
56
typedef
DtStateVisualizerCreatorTemplate<DtVrlinkAggregateIndicatorVisualizer>
DtVrlinkAggregateIndicatorVisualizerCreator
;
57
}
58
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)