VR-Forces 4.1.1 Class Documentation
DtDiGuyOsgGraphicsShape.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDiGuyOsgGraphicsShape.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDiGuyOsgGraphicsShape_H_
14 #define DtDiGuyOsgGraphicsShape_H_
15 
16 #include <vrvDiGuy/vrvDiGuy.h>
17 #include <diguyGraphicsShape.h>
18 
19 namespace osg
20 {
21  class Switch;
22  class LOD;
23 }
24 
25 namespace makVrv
26 {
30  {
31  public:
32 
33  static diguyGraphicsShape* create(void* internal_data);
34 
36 
37  virtual void build();
38  virtual void unbuild();
39  virtual void show();
40  virtual void hide();
41 
42  protected:
43 
44  DtDiGuyOsgGraphicsShape(void* internal_data);
45 
46  osg::Switch* mySwitchNode;
47  osg::LOD* myLODNode;
48  };
49 }
50 
51 #endif
52 

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)