29 #ifndef __X3DSENSORNODE_H__
30 #define __X3DSENSORNODE_H__
45 Inst< SFNode > _metadata = 0,
46 Inst< SFBool > _isActive = 0 );
Contains the SFBool field class.
Header file for X3DChildNode, X3D scene-graph node.
This abstract node type indicates that the concrete nodes which are instantiated based on it may be u...
Definition: X3DChildNode.h:42
This abstract node type is the base type for all sensors.
Definition: X3DSensorNode.h:40
H3DUniquePtr< SFBool > isActive
A sensor is active when some special conditions are fulfilled and it will then generate extra output.
Definition: X3DSensorNode.h:59
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: X3DSensorNode.h:62
H3DUniquePtr< SFBool > enabled
If enabled is true the sensor node is enabled otherwise it is disabled and will not generate any outp...
Definition: X3DSensorNode.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