Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::elevation_grid_node:
Public Member Functions | |
elevation_grid_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~elevation_grid_node () throw () |
Destroy. | |
virtual bool | modified () const |
Determine whether the node has been modified. | |
virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
Private Member Functions | |
void | process_set_color (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_color eventIn handler. | |
void | process_set_height (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_height eventIn handler. | |
void | process_set_normal (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_normal eventIn handler. | |
void | process_set_texCoord (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_texCoord eventIn handler. | |
Private Attributes | |
sfnode | color |
color exposedField. | |
sfnode | normal |
normal exposedField. | |
sfnode | texCoord |
texCoord exposedField. | |
sfbool | ccw |
ccw field. | |
sfbool | colorPerVertex |
colorPerVertex field. | |
sffloat | creaseAngle |
creaseAngle field. | |
mffloat | height |
height field. | |
sfbool | normalPerVertex |
normalPerVertex field. | |
sfbool | solid |
solid field. | |
sfint32 | xDimension |
xDimension field. | |
sffloat | xSpacing |
xSpacing field. | |
sfint32 | zDimension |
zDimension field. | |
sffloat | zSpacing |
zSpacing field. | |
Friends | |
class | elevation_grid_class |
Class object for ElevationGrid nodes. |
|
Construct.
|
|
Insert this geometry into
Implements openvrml::geometry_node. |
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. |
|
set_color eventIn handler.
|
|
set_height eventIn handler.
|
|
set_normal eventIn handler.
|
|
set_texCoord eventIn handler.
|