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

GLIndexedLineSet Class Reference

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

Inherits X3DGLGeometryNode.

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes


Detailed Description

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


Constructor & Destructor Documentation

GLIndexedLineSet  ) 
 

Constructor.

virtual ~GLIndexedLineSet  )  [virtual]
 

Destructor.

GLIndexedLineSet const GLIndexedLineSet &  I  )  [protected]
 

Copy constructor.


Member Function Documentation

virtual SFNode clone  )  const [virtual]
 

Clones the node.

Reimplemented from X3DGLGeometryNode.

SFBool getColor  )  const [inline]
 

Gets the color attribute.

SFBool getColorPerVertex  )  const [inline]
 

Gets the color per vertex attribute.

std::vector<std::vector<C4UB_V3F> *>& getLineArrayArray  )  const [inline]
 

Gets the array of Line arrays.

std::vector<MFInt32 *>& getLineIndexArray  )  const [inline]
 

Gets the array of Line index.

SFFloat getLineWidth  )  const [inline]
 

Gets the Line width attribute.

MFVec3f& getPointArray  )  const [inline]
 

Gets the point array.

std::vector<C4UB_V3F>& getPointLineArray  )  const [inline]
 

Gets the array of point line.

virtual void render  )  const [virtual]
 

Renders the node in an openGL context.

Reimplemented from X3DGLNode.

void setColor SFBool  color  ) 
 

Sets the color attribute.

void setColorPerVertex SFBool  colorPerVertex  ) 
 

Sets the color per vertex attribute.

void setLineArrayArray const std::vector< std::vector< C4UB_V3F > * > &  lineArrayArray  ) 
 

Sets the array of Line arrays.

void setLineIndexArray const std::vector< MFInt32 * > &  lineIndexArray  ) 
 

Sets the array of Line index.

void setLineWidth SFFloat  lineWidth  ) 
 

Sets the line width attribute.

void setPointArray const MFVec3f &  pointArray  ) 
 

Sets the point array.

void setPointLineArray const std::vector< C4UB_V3F > &  pointLineArray  ) 
 

Sets the array of point line.

virtual void update  )  [virtual]
 

Updates the attributes of the node.

Reimplemented from X3DGLNode.


Member Data Documentation

SFBool _color [protected]
 

Color attribute.

SFBool _colorPerVertex [protected]
 

Color per vertex attribute.

std::vector<std::vector<C4UB_V3F> *> _lineArrayArray [protected]
 

Array of Line arrays.

std::vector<MFInt32 *> _lineIndexArray [protected]
 

Array of Line index.

SFFloat _lineWidth [protected]
 

Line width attribute.

MFVec3f _pointArray [protected]
 

Point array.

std::vector<C4UB_V3F> _pointLineArray [protected]
 

Array of point line.


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