| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/timetable.h>
Public Types | |
| enum | { Relative, Absolute, Natural, Minimal, Maximal } |
Public Member Functions | |
| TimeTableSpec (int t=Relative, double r=0.0, VRSTime a=0.0) | |
| int | type () const |
| double | relative () |
| VRSTime | absolute () |
| VRS::TimeTableSpec::TimeTableSpec | ( | int | t = Relative, |
|
| double | r = 0.0, |
|||
| VRSTime | a = 0.0 | |||
| ) | [inline] |
| int VRS::TimeTableSpec::type | ( | ) | const [inline] |
| double VRS::TimeTableSpec::relative | ( | ) | [inline] |
| VRSTime VRS::TimeTableSpec::absolute | ( | ) | [inline] |