56 Group( Inst< AddChildren > _addChildren = 0,
57 Inst< RemoveChildren > _removeChildren = 0,
58 Inst< MFChild > _children = 0,
59 Inst< SFNode > _metadata = 0,
60 Inst< SFBound > _bound = 0,
61 Inst< SFVec3f > _bboxCenter = 0,
62 Inst< SFVec3f > _bboxSize = 0 );
Header file for X3DGroupingNode, X3D scene-graph node.
A Group node contains children nodes without introducing a new transformation.
Definition: Group.h:53
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: Group.h:65
This abstract node type indicates that concrete node types derived from it contain children nodes and...
Definition: X3DGroupingNode.h:53
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194