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 Methods

Static Public Methods


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  
 

Gets the address of the bottom index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderBottomSize  
 

Gets the size of the bottom.

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

Gets the address of the bottom vertex array.

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

Gets the address of the side index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderSideSize  
 

Gets the size of the side.

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

Gets the address of the side vertex array.

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

Gets the address of the top index array.

unsigned int X3DTK::GL::CylinderDrawArray::getCylinderTopSize  
 

Gets the size of the top.

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

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 Mon Jan 19 10:32:14 2004 for X3DToolKit by doxygen1.2.18