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

IndexedLineSet Class Reference

Represents IndexedLineSet node instances. More...

Inheritance diagram for IndexedLineSet:

AbstractIndexedSet AbstractGeometry AbstractBase GeometryNode Node Node List of all members.

Public Methods

 IndexedLineSet (const NodeType &nodeType, const ScopePtr &scope)
 Constructor.

virtual ~IndexedLineSet () throw ()
 Destructor.

virtual Viewer::Object insertGeometry (Viewer &viewer, VrmlRenderContext context)
 Insert this geometry into viewer's display list.


Friends

class IndexedLineSetClass

Detailed Description

Represents IndexedLineSet node instances.


Constructor & Destructor Documentation

IndexedLineSet const NodeType   nodeType,
const ScopePtr   scope
 

Constructor.

Parameters:
nodeType the NodeType associated with the node.
scope the Scope to which the node belongs.

~IndexedLineSet   throw () [virtual]
 

Destructor.


Member Function Documentation

Viewer::Object insertGeometry Viewer   viewer,
VrmlRenderContext    context
[virtual]
 

Insert this geometry into viewer's display list.

Parameters:
viewer a Viewer.
context the rendering context.

Todo:
colors

Implements GeometryNode.