| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for GeometryNode:

Public Methods | |
| virtual | ~GeometryNode ()=0 throw () |
| Destructor. | |
| virtual const GeometryNode * | toGeometry () const throw () |
| Cast to a GeometryNode. | |
| virtual GeometryNode * | toGeometry () throw () |
| Cast to a GeometryNode. | |
| virtual Viewer::Object | insertGeometry (Viewer &viewer, VrmlRenderContext context)=0 |
| virtual const ColorNode * | getColor () const throw () |
| Get the color node (if any) associated with this geometry. | |
Protected Methods | |
| GeometryNode (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
|
|
Destructor.
|
|
||||||||||||
|
Constructor.
|
|
|
Get the color node (if any) associated with this geometry.
|
|
|
Cast to a GeometryNode.
Reimplemented from Node. |
|
|
Cast to a GeometryNode.
Reimplemented from Node. |