| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::point_set_node:


Public Member Functions | |
| point_set_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~point_set_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. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
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_coord (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_coord eventIn handler. | |
| void | recalcBSphere () |
| Recalculate the bounding volume. | |
Private Attributes | |
| sfnode | color |
| color exposedField. | |
| sfnode | coord |
| coord exposedField. | |
| bounding_sphere | bsphere |
| Bounding volume. | |
Friends | |
| class | point_set_class |
| Class object for PointSet instances. | |
|
||||||||||||
|
Construct.
|
|
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
||||||||||||
|
Insert this geometry into
Implements openvrml::geometry_node. |
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. |
|
||||||||||||
|
set_color eventIn handler.
|
|
||||||||||||
|
set_coord eventIn handler.
|