29 #ifndef __HAPTICLAYEREDGROUP_H__
30 #define __HAPTICLAYEREDGROUP_H__
54 Inst< RemoveChildren > _removeChildren = 0,
55 Inst< MFChild > _children = 0,
56 Inst< SFNode > _metadata = 0,
57 Inst< SFBound > _bound = 0,
58 Inst< SFVec3f > _bboxCenter = 0,
59 Inst< SFVec3f > _bboxSize = 0 );
Header file for X3DGroupingNode, X3D scene-graph node.
HapticLayeredGroup is a grouping node that can be used to set different shapes for different layers o...
Definition: HapticLayeredGroup.h:50
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: HapticLayeredGroup.h:65
TraverseInfo is a structure that is passed along when traversing the scene graph.
Definition: TraverseInfo.h:57
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