VR-Forces 4.1 Class Documentation
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 
16 #include <vrvCore/DtDriver.h>
17 #include <vrvCore/DtAgentManager.h>
18 #include <vrvUtil/signalslib.h>
19 
22 
23 class DtBhaveDebugLineDrawer;
24 
28 {
29 public:
31  //DtBhaveDebugLineDriver( DtAgentManager& agentManager, const std::string& instanceName );
33  const std::string& instanceName);
34 
36  virtual ~DtBhaveDebugLineDriver();
37 
39  virtual const std::string& className() const;
40 
42  virtual void setDrawDebugLines();
43 
44  virtual bool drawDebugLines();
45 
46 protected:
47 
50  virtual bool onStart();
51 
53  virtual bool onTick();
54 
57  virtual bool onStop();
58 
59 protected:
60 
63 
64 };
65 
66 #endif

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)