29 #ifndef __FITTOBOXTRANSFORM_H__
30 #define __FITTOBOXTRANSFORM_H__
77 Types< SFVec3f, SFVec3f,
78 SFBound, SFBool, SFBool > > {
80 virtual void update();
86 Inst< AddChildren > _addChildren = 0,
87 Inst< RemoveChildren > _removeChildren = 0,
88 Inst< MFChild > _children = 0,
89 Inst< SFNode > _metadata = 0,
90 Inst< SFBound > _bound = 0,
91 Inst< SFVec3f > _bboxCenter = 0,
92 Inst< SFVec3f > _bboxSize = 0,
93 Inst< SFTransformedBound > _transformedBound = 0,
94 Inst< SFMatrix4f > _matrix = 0,
95 Inst< SFVec3f > _boxSize = 0,
96 Inst< SFVec3f > _boxCenter = 0,
97 Inst< SFBool > _uniformScalingOnly = 0,
98 Inst< SFBool > _active = 0 );
A template modifier class for adding type checking on the routes to any Field class.
Definition: TypedField.h:84
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