| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| point_set_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~point_set_node () throw () |
| Destroy. | |
| virtual bool | modified () const |
| Determine whether the node has been modified. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
Private Member Functions | |
| virtual viewer::object_t | do_render_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
| virtual bool | do_emissive () const throw () |
| Indicate that point sets should be drawn with the emissive color. | |
| void | recalcBSphere () |
| Recalculate the bounding volume. | |
Private Attributes | |
| exposedfield< sfnode > | color_ |
| color exposedField. | |
| exposedfield< sfnode > | coord_ |
| coord exposedField. | |
| bounding_sphere | bsphere |
| Bounding volume. | |
Friends | |
| class | point_set_class |
| Class object for PointSet instances. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. |
|
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
||||||||||||
|
Insert this geometry into
Reimplemented from openvrml::geometry_node. |
|
|
Indicate that point sets should be drawn with the emissive color.
Reimplemented from openvrml::geometry_node. |
|
|
Recalculate the bounding volume.
|
|
|
Class object for PointSet instances.
|
|
|
color exposedField.
|
|
|
coord exposedField.
|
|
|
Bounding volume.
|