VR-Forces 4.3 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
bhave3DGui
bhaveDebugLineDriver.h
Go to the documentation of this file.
1
2
3
4
5
6
7
8
11
12
#ifndef DtBhaveDebugLineDriver_H_
13
#define DtBhaveDebugLineDriver_H_
14
15
#include <
bhave3DGui/bhave3DGuiDefines.h
>
16
#include <
vrvCore/DtDriver.h
>
17
#include <
vrvCore/DtAgentManager.h
>
18
#include <
vrvUtil/signalslib.h
>
19
20
#include "
bhave3DGui/bhaveLinesModelAgent.h
"
21
22
class
DtBhaveDebugLineDrawer;
23
26
class
DT_DLL_bhave3DGui
DtBhaveDebugLineDriver
:
public
makVrv::DtDriver
27
{
28
public
:
30
//DtBhaveDebugLineDriver( DtAgentManager& agentManager, const std::string& instanceName );
31
DtBhaveDebugLineDriver
(
makVrv::DtAgentManager
& agentManager,
32
const
std::string& instanceName);
33
35
virtual
~
DtBhaveDebugLineDriver
();
36
38
virtual
const
std::string&
className
()
const
;
39
41
virtual
void
setDrawDebugLines();
42
43
virtual
bool
drawDebugLines();
44
45
protected
:
46
49
virtual
bool
onStart
();
50
52
virtual
bool
onTick
();
53
56
virtual
bool
onStop
();
57
58
protected
:
59
60
DtBhaveLinesModelAgent
*
myLineDrawer
;
61
bool
myDrawingDebugLines
;
62
63
};
64
65
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)