AnimaL | 
     Tutorial | 
	 Documentation | 
   
#include <myGLBboxDrawArray.h>
Definition at line 19 of file myGLBboxDrawArray.h.
Public Member Functions | |
| MyGLBboxDrawArray () | |
| Constructor.   | |
| unsigned int | getBboxSize () const | 
| Gets the size of the Box, it means the number of vertices displayed.   | |
| const void * | getBboxVertexArrayAddress () const | 
| Gets the address of the first element of the vertex array.   | |
| const unsigned int * | getBboxIndexArrayAddress () const | 
| Gets the address of the first index.   | |
Protected Attributes | |
| const float | h | 
| MFVec3f | _bboxVertexArray | 
| std::vector< unsigned int > | _bboxIndexArray | 
      
  | 
  
| 
 Constructor. 
 Definition at line 6 of file myGLBboxDrawArray.cpp. References _bboxIndexArray, and _bboxVertexArray.  | 
  
      
  | 
  
| 
 Gets the address of the first index. 
 Definition at line 66 of file myGLBboxDrawArray.cpp. References _bboxIndexArray. Referenced by X3DTK::GL::MyGLBbox::draw().  | 
  
      
  | 
  
| 
 Gets the size of the Box, it means the number of vertices displayed. 
 Definition at line 56 of file myGLBboxDrawArray.cpp. References _bboxIndexArray. Referenced by X3DTK::GL::MyGLBbox::draw().  | 
  
      
  | 
  
| 
 Gets the address of the first element of the vertex array. 
 Definition at line 61 of file myGLBboxDrawArray.cpp. References _bboxVertexArray. Referenced by X3DTK::GL::MyGLBbox::draw().  | 
  
      
  | 
  
| 
 
 Definition at line 35 of file myGLBboxDrawArray.h. Referenced by getBboxIndexArrayAddress(), getBboxSize(), and MyGLBboxDrawArray().  | 
  
      
  | 
  
| 
 
 Definition at line 34 of file myGLBboxDrawArray.h. Referenced by getBboxVertexArrayAddress(), and MyGLBboxDrawArray().  | 
  
      
  | 
  
| 
 
 Definition at line 33 of file myGLBboxDrawArray.h.  | 
  
 
1.3.6