Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for ElevationGrid:
Public Methods | |
ElevationGrid (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~ElevationGrid () throw () |
Destructor. | |
virtual bool | isModified () const |
Determine whether the node has been modified. | |
virtual void | updateModified (NodePath &path, int flags=0x003) |
Propagate the bvolume dirty flag from children to parents. | |
virtual Viewer::Object | insertGeometry (Viewer &viewer, VrmlRenderContext context) |
Insert this geometry into viewer's display list. | |
Private Methods | |
void | processSet_color (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_color eventIn handler. | |
void | processSet_height (const FieldValue &mffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_height eventIn handler. | |
void | processSet_normal (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_normal eventIn handler. | |
void | processSet_texCoord (const FieldValue &sfnode, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_texCoord eventIn handler. | |
Private Attributes | |
SFNode | color |
SFNode | normal |
SFNode | texCoord |
SFBool | ccw |
SFBool | colorPerVertex |
SFFloat | creaseAngle |
MFFloat | height |
SFBool | normalPerVertex |
SFBool | solid |
SFInt32 | xDimension |
SFFloat | xSpacing |
SFInt32 | zDimension |
SFFloat | zSpacing |
Friends | |
class | ElevationGridClass |
|
Constructor.
|
|
Destructor.
|
|
Insert this geometry into
Implements GeometryNode. |
|
Determine whether the node has been modified.
Reimplemented from Node. |
|
set_color eventIn handler.
|
|
set_height eventIn handler.
|
|
set_normal eventIn handler.
|
|
set_texCoord eventIn handler.
|
|
Propagate the bvolume dirty flag from children to parents.
Reimplemented from Node. |