VR-Forces 4.6 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
examples
exampleExtendVisualizer
MyVrlinkEntityArticulatedStateModelVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
12
#include <
vrvCore/DtSharedEntityDisplaySettings.h
>
13
#include <
vrvVrl/DtVrlinkConnection.h
>
14
#include <
vrvVrl/DtVrlinkAppearanceVisualizerInterface.h
>
15
#include <
vrvVrl/DtVrlinkEntityArticulatedStateModelVisualizer.h
>
16
17
namespace
makVrv
18
{
19
namespace
DT_PROTOCOL_NAMESPACE
20
{
21
22
class
DT_DLL_EXAMPLEEXTENDVISUALIZER
MyVrlinkEntityArticulatedStateModelVisualizer
:
23
public
DtVrlinkEntityArticulatedStateModelVisualizer
24
{
25
public
:
28
MyVrlinkEntityArticulatedStateModelVisualizer
(
DtBaseConnection
& simulation,
29
DtStateListener
& listener,
int
modelSet);
30
31
virtual
~
MyVrlinkEntityArticulatedStateModelVisualizer
();
32
#if 0
33
// These next two methods are not needed on the top of tree, but if you
34
// want to send this example to a customer using any currently released
35
// version of VR-Vantage they are necessary because
36
// DtVrlinkAppearanceVisualizerInterface wasn't exported
37
virtual
void
setAppearanceAttribute(
const
unsigned
int
attr,
38
const
unsigned
int
val);
39
41
virtual
void
updateAppearanceSet(
unsigned
int
oldValue,
unsigned
int
newValue,
bool
);
42
#endif
43
protected
:
44
45
};
46
48
typedef
DtStateVisualizerCreatorTemplate<MyVrlinkEntityArticulatedStateModelVisualizer>
49
MyVrlinkEntityArticulatedStateModelVisualizerCreator
;
50
}
51
}
52
53
#define MyVrlinkEntityArticulatedStateModelVisualizer_INL_
54
#include "MyVrlinkEntityArticulatedStateModelVisualizer.inl"
55
#undef MyVrlinkEntityArticulatedStateModelVisualizer_INL_
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)