29 #ifndef __X3DENVIRONMENTALSENSORNODE_H__
30 #define __X3DENVIRONMENTALSENSORNODE_H__
48 Inst< SFNode > _metadata = 0,
49 Inst< SFVec3f > _center = 0,
50 Inst< SFBool > _enabled = 0,
51 Inst< SFVec3f > _size = 0,
52 Inst< SFTime > _enterTime = 0,
53 Inst< SFTime > _exitTime = 0,
54 Inst< SFBool > _isActive = 0 );
68 H3DUniquePtr< SFVec3f >
size;
Contains the SFBool field class.
Contains the SFTime field class.
Contains the SFVec3f field class.
Header file for X3DSensorNode, X3D scene-graph node.
This abstract node type is the base type for all sensors.
Definition: X3DEnvironmentalSensorNode.h:43
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: X3DEnvironmentalSensorNode.h:83
H3DUniquePtr< SFTime > enterTime
enterTime
Definition: X3DEnvironmentalSensorNode.h:74
H3DUniquePtr< SFTime > exitTime
exitTime
Definition: X3DEnvironmentalSensorNode.h:80
H3DUniquePtr< SFVec3f > size
Size gives the size of the box (width=x, height=y, depth=z)
Definition: X3DEnvironmentalSensorNode.h:68
H3DUniquePtr< SFVec3f > center
Center gives the space location of the box.
Definition: X3DEnvironmentalSensorNode.h:62
This abstract node type is the base type for all sensors.
Definition: X3DSensorNode.h:40
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