AnimaL | 
     Tutorial | 
	 Documentation | 
   
#include <myGLBbox.h>
Inheritance diagram for X3DTK::GL::MyGLBbox:

Definition at line 17 of file myGLBbox.h.
Public Member Functions | |
| MyGLBbox () | |
| Constructor.   | |
| MyGLBbox (const X3DTK::BBox &BB) | |
| Explicit constructor.   | |
| MyGLBbox (const SFVec3f &min, const SFVec3f &max) | |
| Explicit constructor.   | |
| void | draw () const | 
| Draw method.   | |
Static Protected Attributes | |
| MyGLBboxDrawArray | bbox_array = MyGLBboxDrawArray() | 
      
  | 
  
| 
 Constructor. 
 Definition at line 13 of file myGLBbox.cpp.  | 
  
      
  | 
  
| 
 Explicit constructor. 
 Definition at line 18 of file myGLBbox.cpp.  | 
  
      
  | 
  ||||||||||||
| 
 Explicit constructor. 
 Definition at line 23 of file myGLBbox.cpp.  | 
  
      
  | 
  
| 
 Draw method. 
 Definition at line 28 of file myGLBbox.cpp. References bbox_array, X3DTK::GL::MyGLBboxDrawArray::getBboxIndexArrayAddress(), X3DTK::GL::MyGLBboxDrawArray::getBboxSize(), and X3DTK::GL::MyGLBboxDrawArray::getBboxVertexArrayAddress(). Referenced by X3DTK::GL::MyRendererGroupingVisitor::enterTransform(), X3DTK::GL::MyRendererCoreVisitor::enterX3DNode(), and X3DTK::GL::MyRendererShapeVisitor::enterX3DShapeNode().  | 
  
      
  | 
  
| 
 
 Definition at line 11 of file myGLBbox.cpp. Referenced by draw().  | 
  
 
1.3.6