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
DtVrlinkEntityRotorWashVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#ifndef DtVrlinkEntityRotorWashVisualizer_H_
12
#define DtVrlinkEntityRotorWashVisualizer_H_
13
14
#include <
vrvCore/DtEntityRotorWashVisualizer.h
>
15
16
namespace
makVrv
17
{
18
namespace
DT_PROTOCOL_NAMESPACE
19
{
20
class
DtVrlinkEntityStateListener
;
21
22
class
DtVrlinkEntityRotorWashVisualizer
:
public
DtEntityRotorWashVisualizer
23
{
24
public
:
26
DtVrlinkEntityRotorWashVisualizer
(
DtBaseConnection
&
simulation
,
DtStateListener
&
listener
,
int
modelSet);
27
29
virtual
~DtVrlinkEntityRotorWashVisualizer
();
30
31
protected
:
32
34
virtual
void
setDamageState
(
unsigned
int
state);
35
36
protected
:
37
39
DtVrlinkEntityStateListener
*
myVrlinkListener
;
40
DtVrlinkConnection
*
myVrlinkSimulation
;
41
unsigned
int
myDamageState
;
42
};
43
44
typedef
DtStateVisualizerCreatorTemplate<DtVrlinkEntityRotorWashVisualizer>
DtVrlinkEntityRotorWashVisualizerCreator
;
45
}
46
}
47
48
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)