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

Public Member Functions | |
| group_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~group_node () throw () |
| Destroy. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
| virtual bool | modified () const |
| Determine whether the node has been modified. | |
| virtual const std::vector< node_ptr > & | children () const throw () |
| Get the children in the scene graph. | |
| virtual void | activate (double timeStamp, bool isOver, bool isActive, double *p) |
| void | render_nocull (openvrml::viewer &viewer, rendering_context context) |
Protected Member Functions | |
| virtual void | do_render_child (openvrml::viewer &viewer, rendering_context context) |
| Render the node. | |
| void | recalc_bsphere () |
| Recalculate the bounding volume. | |
Protected Attributes | |
| sfvec3f | bbox_center_ |
| bboxCenter field. | |
| sfvec3f | bbox_size_ |
| bboxSize field. | |
| add_children_listener | add_children_listener_ |
| addChildren eventIn handler. | |
| remove_children_listener | remove_children_listener_ |
| removeChildren eventIn handler. | |
| children_exposedfield | children_ |
| children exposedField. | |
| viewer::object_t | viewerObject |
| Handle for the renderer. | |
| bounding_sphere | bsphere |
| Cached copy of the bounding_sphere enclosing this node's children. | |
Friends | |
| class | group_class |
| Class object for Group nodes. | |
Classes | |
| class | children_exposedfield |
| children exposedField implementation. More... | |
| class | add_children_listener |
| addChildren event listener. More... | |
| class | remove_children_listener |
| removeChildren event listener. More... | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Get the bounding volume.
Reimplemented from openvrml::node. Reimplemented in openvrml::vrml97_node::anchor_node, and openvrml::vrml97_node::transform_node. |
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. Reimplemented in openvrml::vrml97_node::collision_node. |
|
|
Get the children in the scene graph.
Implements openvrml::grouping_node. |
|
||||||||||||||||||||
|
Pass on to enabled touchsensor child. Implements openvrml::grouping_node. |
|
||||||||||||
|
because children will already have done the culling, we don't need to repeat it here. |
|
||||||||||||
|
Render the node. Render each of the children.
Reimplemented from openvrml::child_node. Reimplemented in openvrml::vrml97_node::anchor_node, openvrml::vrml97_node::billboard_node, and openvrml::vrml97_node::transform_node. |
|
|
Recalculate the bounding volume.
Reimplemented in openvrml::vrml97_node::transform_node. |
|
|
Class object for Group nodes.
|
|
|
bboxCenter field.
|
|
|
bboxSize field.
|
|
|
addChildren eventIn handler.
|
|
|
removeChildren eventIn handler.
|
|
|
children exposedField.
|
|
|
Handle for the renderer.
|
|
|
Cached copy of the bounding_sphere enclosing this node's children.
|