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

X3DTK::GL::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* X3DTK::GL::CylinderDrawArray::getCylinderBottomIndexArrayAddress  )  const
 

Gets the address of the bottom index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderBottomSize  )  const
 

Gets the size of the bottom.

const void* X3DTK::GL::CylinderDrawArray::getCylinderBottomVertexArrayAddress  )  const
 

Gets the address of the bottom vertex array.

const unsigned int* X3DTK::GL::CylinderDrawArray::getCylinderSideIndexArrayAddress  )  const
 

Gets the address of the side index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderSideSize  )  const
 

Gets the size of the side.

const void* X3DTK::GL::CylinderDrawArray::getCylinderSideVertexArrayAddress  )  const
 

Gets the address of the side vertex array.

const unsigned int* X3DTK::GL::CylinderDrawArray::getCylinderTopIndexArrayAddress  )  const
 

Gets the address of the top index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderTopSize  )  const
 

Gets the size of the top.

const void* X3DTK::GL::CylinderDrawArray::getCylinderTopVertexArrayAddress  )  const
 

Gets the address of the top vertex array.

CylinderDrawArray* X3DTK::GL::CylinderDrawArray::getInstanceOfSection unsigned int  section  )  [static]
 

Gets the CylinderDrawArray of section section.

void X3DTK::GL::CylinderDrawArray::removeInstance  ) 
 

Removes the CylinderDrawArray of section section.


Generated on Wed Sep 10 11:25:18 2003 for X3DToolKit by doxygen1.3