VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
Dt3DEnvironmentalAreaVisualizer.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
#include <
vrvCore/DtEnvironmentalAreaVisualizer.h
>
12
13
namespace
makVrv
14
{
15
class
DtGroundClampingUpdaterAgent;
16
20
class
DT_DLL_VRVCORE
Dt3DEnvironmentalAreaVisualizer
:
21
public
DtEnvironmentalAreaVisualizer
22
{
23
public
:
25
Dt3DEnvironmentalAreaVisualizer
(
DtBaseConnection
& simulation,
26
DtStateListener
& listener,
int
modelSet);
27
29
virtual
~
Dt3DEnvironmentalAreaVisualizer
();
30
32
virtual
DtAreaFacadeInterface
* createAreaFacade();
33
36
virtual
void
setLineWidth(
int
);
37
40
virtual
void
setSolid(
bool
);
41
44
virtual
void
setProjected(
bool
);
45
47
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
48
50
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
51
52
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef );
53
54
protected
:
55
virtual
DtAreaFacadeInterface
* createAreaFacadeInterface();
56
57
protected
:
58
bool
myProjected
;
59
60
int
myDefaultHeight
;
61
float
myDefaultColor[4];
62
};
63
66
typedef
DtStateVisualizerCreatorTemplate<Dt3DEnvironmentalAreaVisualizer>
67
Dt3DEnvironmentalAreaVisualizerCreator
;
68
}
69
70
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
)