H3D API  2.4.1
Classes | Namespaces
X3DGroupingNode.h File Reference

Header file for X3DGroupingNode, X3D scene-graph node. More...

#include <H3D/X3DChildNode.h>
#include <H3D/X3DBoundedObject.h>
#include <H3D/DependentNodeFields.h>
#include <H3D/H3DDisplayListObject.h>
#include <H3D/X3DPointingDeviceSensorNode.h>
#include <H3D/ClipPlane.h>
#include <H3D/Profiling.h>

Go to the source code of this file.

Classes

class  H3D::X3DGroupingNode
 This abstract node type indicates that concrete node types derived from it contain children nodes and is the basis for all aggregation. More...
 
class  H3D::X3DGroupingNode::MFChild
 MFChild sets up a routes from the Nodes that are added and removed from the field to the owner of the field. More...
 
class  H3D::X3DGroupingNode::AddChildren
 AddChildren is a class that adds any node added to it to the children field of its owner (X3DGroupingNode) if the node is not already in the children field. More...
 
class  H3D::X3DGroupingNode::RemoveChildren
 RemoveChildren is a class that removes any node added to it from the children field of its owner (X3DGroupingNode). More...
 
class  H3D::X3DGroupingNode::SFBound
 SFBound is specialized to update from the SFBound fields routed to it. More...
 

Namespaces

 H3D
 H3D API namespace.
 

Detailed Description

Header file for X3DGroupingNode, X3D scene-graph node.