#include <threshold.h>

Public Member Functions | |
| ThresholdConfig () | |
| int | equivalent (ThresholdConfig &that) |
| void | copy_from (ThresholdConfig &that) |
| void | interpolate (ThresholdConfig &prev, ThresholdConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
| void | reset () |
| void | boundaries () |
Data Fields | |
| float | min |
| float | max |
| int | plot |
| RGBA | low_color |
| RGBA | mid_color |
| RGBA | high_color |
Definition at line 54 of file threshold.h.
| ThresholdConfig::ThresholdConfig | ( | ) |
Definition at line 18 of file threshold.C.
References reset().

| int ThresholdConfig::equivalent | ( | ThresholdConfig & | that | ) |
Definition at line 23 of file threshold.C.
References EQUIV, high_color, low_color, max, mid_color, min, and plot.
| void ThresholdConfig::copy_from | ( | ThresholdConfig & | that | ) |
Definition at line 33 of file threshold.C.
References high_color, low_color, max, mid_color, min, and plot.
| void ThresholdConfig::interpolate | ( | ThresholdConfig & | prev, | |
| ThresholdConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
Definition at line 50 of file threshold.C.
References high_color, low_color, max, mid_color, min, and plot.
| void ThresholdConfig::reset | ( | ) |
Definition at line 70 of file threshold.C.
References high_color, low_color, max, mid_color, min, plot, and RGBA::set().
Referenced by ThresholdConfig().

| void ThresholdConfig::boundaries | ( | ) |
| float ThresholdConfig::min |
Definition at line 68 of file threshold.h.
Referenced by boundaries(), copy_from(), equivalent(), interpolate(), ThresholdUnit::render_data(), and reset().
| float ThresholdConfig::max |
Definition at line 69 of file threshold.h.
Referenced by boundaries(), copy_from(), equivalent(), interpolate(), ThresholdUnit::render_data(), and reset().
Definition at line 70 of file threshold.h.
Referenced by copy_from(), equivalent(), interpolate(), and reset().
Definition at line 71 of file threshold.h.
Referenced by copy_from(), equivalent(), interpolate(), ThresholdUnit::render_data(), and reset().
Definition at line 72 of file threshold.h.
Referenced by copy_from(), equivalent(), interpolate(), ThresholdUnit::render_data(), and reset().
Definition at line 73 of file threshold.h.
Referenced by copy_from(), equivalent(), interpolate(), ThresholdUnit::render_data(), and reset().
1.5.5