|
void | disable () |
|
void | init (const unsigned int &sample_count, const DirectionMode &direction, const double &length, const double &time, const double &fps) |
|
void | init (const AppBase &app, const double &fps) |
|
const GMathTimeSampling & | get_time_sampling () const |
|
const unsigned int & | get_sample_count () const |
|
bool | is_enabled () const |
|
bool | is_disabled () const |
|
const Key & | get_key () const |
|
const unsigned int & | get_slot_index () const |
|
double | get_frame_time () const |
|
double | get_frame_begin () const |
|
double | get_frame_end () const |
|
double | get_frame_duration () const |
|
double | get_span_duration () const |
|
double | time_to_weight (const double &time) const |
| deprecated
|
|
double | delta_time_to_weight (const double &delta_time) const |
| deprecated
|
|
double | weight_to_time (const double &weight) const |
| deprecated
|
|
double | weight_to_delta_time (const double &weight) const |
| deprecated
|
|
double | abs_to_local_time (const double &abs_time) const |
|
double | abs_to_delta_time (const double &abs_time) const |
|
double | delta_to_local_time (const double &delta_time) const |
|
double | delta_to_abs_time (const double &delta_time) const |
|
double | local_to_delta_time (const double &local_time) const |
|
double | local_to_abs_time (const double &local_time) const |
|
void | get_time_span (const double &time, unsigned int &span_index, double &span_t) const |
|
void | get_delta_time_span (const double &delta_time, unsigned int &span_index, double &span_t) const |
|
void | get_local_time_span (const double &local_time, unsigned int &span_index, double &span_t) const |
|
void | init_raytrace_ctx (GeometryRaytraceCtx &ctx) const |
|