#include <c4d_graphview.h>
Stores calculation time related information. Cannot be instantiated.
Private Member Functions | |
| GvCalcTime () | |
| ~GvCalcTime () | |
      
  | 
  private | 
      
  | 
  private | 
| Bool init | 
true if this is the first call.
| Bool loop_changed | 
true if loop_start or loop_end has changed since the previous call.
| BaseTime time | 
Equivalent to BaseDocument::GetTime().
| BaseTime start | 
Equivalent to BaseDocument::GetMinTime().
| BaseTime end | 
Equivalent to BaseDocument::GetMaxTime().
| BaseTime loop_start | 
Equivalent to BaseDocument::GetLoopMinTime().
| BaseTime loop_end | 
Equivalent to BaseDocument::GetLoopMaxTime().
| BaseTime previous | 
The time value of the previous call.
| Int32 fps | 
Equivalent to BaseDocument::GetFps().