H3D API  2.4.1
Classes | Namespaces
X3DTimeDependentNode.h File Reference

Header file for X3DTimeDependentNode, X3D scene-graph node. More...

#include <H3D/X3DChildNode.h>
#include <H3D/SFTime.h>
#include <H3D/SFBool.h>

Go to the source code of this file.

Classes

class  H3D::X3DTimeDependentNode
 This abstract node type is the base node type from which all time-dependent nodes are derived. More...
 
class  H3D::X3DTimeDependentNode::TimeHandler
 The TimeHandler field updates once per scene-graph loop to monitor the current time and updates the fields in the owner X3DTimeDependentNode if any state changes has to be made. More...
 
class  H3D::X3DTimeDependentNode::StartTime
 The StartTime field is a specialization of the SFTime field so that the value cannot be changed when the isActive field of the X3DTimeDependentNode it resides in is true. More...
 
class  H3D::X3DTimeDependentNode::StopTime
 The StopTime field is a specialization of the SFTime field so that the value is ignored if the X3DTimeDependentNode is active and stopTime <= startTime as according to the X3D spec. More...
 

Namespaces

 H3D
 H3D API namespace.
 

Detailed Description

Header file for X3DTimeDependentNode, X3D scene-graph node.