33#ifndef COIN_SOVRMLTIMESENSOR_H
34#define COIN_SOVRMLTIMESENSOR_H
36#include <Inventor/engines/SoNodeEngine.h>
37#include <Inventor/engines/SoSubNodeEngine.h>
38#include <Inventor/engines/SoEngineOutput.h>
39#include <Inventor/fields/SoSFTime.h>
40#include <Inventor/fields/SoSFFloat.h>
41#include <Inventor/fields/SoSFBool.h>
51 static void initClass(
void);
74 virtual void evaluate(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:47
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:46
SoNodeEngine is the base class for Coin node engines.
Definition SoNodeEngine.h:42
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFTime class is a container for an SbTime value.
Definition SoSFTime.h:40
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43
The SoVRMLTimeSensor class is a multi-purpose time event generator.
Definition SoVRMLTimeSensor.h:46
SoSFTime stopTime
Definition SoVRMLTimeSensor.h:58
SoSFBool loop
Definition SoVRMLTimeSensor.h:56
SoSFTime cycleInterval
Definition SoVRMLTimeSensor.h:54
SoSFTime startTime
Definition SoVRMLTimeSensor.h:57
SoEngineOutput fraction_changed
Definition SoVRMLTimeSensor.h:65
SoEngineOutput cycleTime
Definition SoVRMLTimeSensor.h:64
SoEngineOutput isActive
Definition SoVRMLTimeSensor.h:66
SoEngineOutput time
Definition SoVRMLTimeSensor.h:67
SoSFBool enabled
Definition SoVRMLTimeSensor.h:55
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:42