Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

CylinderDrawArray Class Reference

Class providing the arrays required by the opengl command drawElements() to draw a Cylinder. More...

List of all members.

Public Member Functions

Static Public Member Functions


Detailed Description

Class providing the arrays required by the opengl command drawElements() to draw a Cylinder.

The arrays are implemented by singletons to avoid duplicating memory.

Definition at line 20 of file CylinderDrawArray.h.


Member Function Documentation

const unsigned int* CylinderDrawArray::getCylinderBottomIndexArrayAddress  )  const
 

Gets the address of the bottom index array.

unsigned int CylinderDrawArray::getCylinderBottomSize  )  const
 

Gets the size of the bottom.

const void* CylinderDrawArray::getCylinderBottomVertexArrayAddress  )  const
 

Gets the address of the bottom vertex array.

const unsigned int* CylinderDrawArray::getCylinderSideIndexArrayAddress  )  const
 

Gets the address of the side index array.

unsigned int CylinderDrawArray::getCylinderSideSize  )  const
 

Gets the size of the side.

const void* CylinderDrawArray::getCylinderSideVertexArrayAddress  )  const
 

Gets the address of the side vertex array.

const unsigned int* CylinderDrawArray::getCylinderTopIndexArrayAddress  )  const
 

Gets the address of the top index array.

unsigned int CylinderDrawArray::getCylinderTopSize  )  const
 

Gets the size of the top.

const void* CylinderDrawArray::getCylinderTopVertexArrayAddress  )  const
 

Gets the address of the top vertex array.

CylinderDrawArray* getInstanceOfSection unsigned int  section  )  [static]
 

Gets the CylinderDrawArray of section section.

void removeInstance  ) 
 

Removes the CylinderDrawArray of section section.


The documentation for this class was generated from the following file:
Generated on Wed May 14 10:38:12 2003 for X3DToolKit by doxygen1.3