#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::TimeSensor:
Public Member Functions | |
Time | getCycleInterval () |
void | setCycleInterval (Time v) |
Time | getCycleTime () |
double | getFraction_changed () |
Time | getTime () |
Static Public Member Functions | |
static Ref< TimeSensor > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InputOutput< SFTime > | cycleInterval |
OutputOnly< SFTime > | cycleTime |
OutputOnly< SFFloat > | fraction_changed |
OutputOnly< SFTime > | time |
Definition at line 453 of file node.autogen.H.