VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrl
DtVrlinkAggregateImageSymbolVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvVrl/vrvVrl.h
>
13
14
#include <
vrvVrl/DtVrlinkAppearanceVisualizerInterface.h
>
15
#include <
vrvCore/DtAggregateImageSymbolVisualizer.h
>
16
17
#ifndef DT_PROTOCOL_NAMESPACE
18
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
19
#endif
20
21
namespace
makVrv
22
{
23
namespace
DT_PROTOCOL_NAMESPACE
24
{
25
class
DtVrlinkAggregateStateListener;
26
29
class
DL_DLL_IGCONVRLINK
DtVrlinkAggregateImageSymbolVisualizer
30
:
public
DtAggregateImageSymbolVisualizer
31
{
32
public
:
33
34
DtVrlinkAggregateImageSymbolVisualizer
(
DtBaseConnection
& connection,
35
DtStateListener
& listener,
int
modelSet);
36
37
virtual
~
DtVrlinkAggregateImageSymbolVisualizer
();
38
39
40
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
41
{
42
return
theTypeInfo();
43
}
44
46
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo()
47
{
48
return
DtAggregateImageSymbolVisualizer::theTypeInfo
();
49
}
50
52
virtual
void
createModelAgents();
53
55
virtual
void
setRotateToHeading(
bool
);
56
58
virtual
void
rotateSymbolToHeading(
const
DtTaitBryan&);
59
60
protected
:
61
63
virtual
void
damageSet(
unsigned
int
);
64
66
virtual
void
forceSet(
int
);
67
68
protected
:
69
bool
myRotateToHeading
;
70
72
DtVrlinkAggregateStateListener
*
myVrlinkListener
;
73
75
DtVrlinkConnection
*
myVrlinkSimulation
;
76
};
77
79
typedef
DtStateVisualizerCreatorTemplate<DtVrlinkAggregateImageSymbolVisualizer>
80
DtVrlinkAggregateImageSymbolVisualizerCreator
;
81
}
82
}
83
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
)