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

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.


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.


Generated on Mon May 26 16:04:21 2003 for X3DToolKit by doxygen1.3