VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
Dt3DEnvironmentalLineVisualizer.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/DtEnvironmentalLineVisualizer.h
>
12
13
namespace
makVrv
14
{
18
class
DT_DLL_VRVCORE
Dt3DEnvironmentalLineVisualizer
:
19
public
DtEnvironmentalLineVisualizer
20
{
21
public
:
23
Dt3DEnvironmentalLineVisualizer
(
DtBaseConnection
& simulation,
24
DtStateListener
& listener,
int
modelSet);
25
27
virtual
~
Dt3DEnvironmentalLineVisualizer
();
28
30
virtual
DtLineFacadeInterface
* createLineFacade();
31
33
virtual
void
setProjected(
bool
);
34
36
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
37
39
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
40
41
protected
:
43
virtual
DtLineFacadeInterface
* createLineFacadeInterface();
44
45
protected
:
46
bool
myProjected
;
47
};
48
51
typedef
DtStateVisualizerCreatorTemplate<Dt3DEnvironmentalLineVisualizer>
52
Dt3DEnvironmentalLineVisualizerCreator
;
53
}
54
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)