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

X3DTK::GL::IndexedLineSet Class Reference

Class providing a implementation of the X3DGLNode corresponding to the X3DNode IndexedLineSet. More...

Inheritance diagram for X3DTK::GL::IndexedLineSet:

X3DTK::GL::X3DGeometryNode X3DTK::GL::X3DNode X3DTK::X3DAbstractNode List of all members.

Public Methods

Protected Methods

Protected Attributes


Detailed Description

Class providing a implementation of the X3DGLNode corresponding to the X3DNode IndexedLineSet.


Constructor & Destructor Documentation

X3DTK::GL::IndexedLineSet::IndexedLineSet  
 

Constructor.

virtual X3DTK::GL::IndexedLineSet::~IndexedLineSet   [virtual]
 

Destructor.

X3DTK::GL::IndexedLineSet::IndexedLineSet const IndexedLineSet &    I [protected]
 

Copy constructor.


Member Function Documentation

std::vector<C4UB_V3F>& X3DTK::GL::IndexedLineSet::C4UB_V3F_vertexArray   [inline]
 

Gets the C4UB_V3F vertex array.

virtual SFNode X3DTK::GL::IndexedLineSet::clone   [virtual]
 

Clones the node.

Reimplemented from X3DTK::X3DAbstractNode.

virtual void X3DTK::GL::IndexedLineSet::draw   [virtual]
 

Renders the node in an openGL context.

Reimplemented from X3DTK::GL::X3DGeometryNode.

const SFBool& X3DTK::GL::IndexedLineSet::getColor   const [inline]
 

Gets the color attribute.

const SFFloat& X3DTK::GL::IndexedLineSet::getLineWidth   const [inline]
 

Gets the Line width attribute.

const SFBool& X3DTK::GL::IndexedLineSet::getVerticesDuplicated   const [inline]
 

Gets the color per vertex attribute.

std::vector<MFInt32>& X3DTK::GL::IndexedLineSet::indexArrayArray   [inline]
 

Gets the index array.

void X3DTK::GL::IndexedLineSet::setC4UB_V3F_vertexArray const std::vector< C4UB_V3F > &    C4UB_V3F_vertexArray
 

Sets the C4UB_V3F vertex array.

void X3DTK::GL::IndexedLineSet::setColor const SFBool &    color
 

Sets the color attribute.

void X3DTK::GL::IndexedLineSet::setIndexArrayArray const std::vector< MFInt32 > &    indexArrayArray
 

Sets the index array.

void X3DTK::GL::IndexedLineSet::setLineWidth const SFFloat &    lineWidth
 

Sets the line width attribute.

void X3DTK::GL::IndexedLineSet::setV3F_vertexArray const std::vector< SFVec3f > &    V3F_vertexArray
 

Sets the C4UB_V3F vertex array.

void X3DTK::GL::IndexedLineSet::setVerticesDuplicated const SFBool &    verticesDuplicated
 

Sets the verticesDuplicated attribute.

virtual void X3DTK::GL::IndexedLineSet::update   [virtual]
 

Updates the attributes of the node.

Reimplemented from X3DTK::GL::X3DNode.

std::vector<SFVec3f>& X3DTK::GL::IndexedLineSet::V3F_vertexArray   [inline]
 

Gets the C4UB_V3F vertex array.


Member Data Documentation

std::vector<C4UB_V3F> X3DTK::GL::IndexedLineSet::_C4UB_V3F_vertexArray [protected]
 

Array of vertex arrays.

SFBool X3DTK::GL::IndexedLineSet::_color [protected]
 

Color attribute.

std::vector<MFInt32> X3DTK::GL::IndexedLineSet::_indexArrayArray [protected]
 

Array of Line index.

SFFloat X3DTK::GL::IndexedLineSet::_lineWidth [protected]
 

Line width attribute.

std::vector<SFVec3f> X3DTK::GL::IndexedLineSet::_V3F_vertexArray [protected]
 

Array of vertex arrays.

SFBool X3DTK::GL::IndexedLineSet::_verticesDuplicated [protected]
 

Color per vertex attribute.


Generated on Mon Jan 19 10:32:15 2004 for X3DToolKit by doxygen1.2.18