#include <histogramconfig.h>

Public Member Functions | |
| HistogramConfig () | |
| int | equivalent (HistogramConfig &that) |
| void | copy_from (HistogramConfig &that) |
| void | interpolate (HistogramConfig &prev, HistogramConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
| void | reset (int do_mode) |
| void | reset_points (int colors_only) |
| void | boundaries () |
| void | dump () |
Data Fields | |
| HistogramPoints | points [HISTOGRAM_MODES] |
| float | output_min [HISTOGRAM_MODES] |
| float | output_max [HISTOGRAM_MODES] |
| int | automatic |
| float | threshold |
| int | plot |
| int | split |
Definition at line 38 of file histogramconfig.h.
| HistogramConfig::HistogramConfig | ( | ) |
Definition at line 146 of file histogramconfig.C.
References plot, reset(), and split.

| int HistogramConfig::equivalent | ( | HistogramConfig & | that | ) |
Definition at line 194 of file histogramconfig.C.
References automatic, EQUIV, output_max, output_min, plot, points, split, and threshold.
| void HistogramConfig::copy_from | ( | HistogramConfig & | that | ) |
Definition at line 211 of file histogramconfig.C.
References automatic, HistogramPoints::copy_from(), output_max, output_min, plot, points, split, and threshold.

| void HistogramConfig::interpolate | ( | HistogramConfig & | prev, | |
| HistogramConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
Definition at line 226 of file histogramconfig.C.
References automatic, HistogramPoints::interpolate(), output_max, output_min, plot, points, split, and threshold.

| void HistogramConfig::reset | ( | int | do_mode | ) |
Definition at line 153 of file histogramconfig.C.
References automatic, output_max, output_min, reset_points(), and threshold.
Referenced by HistogramConfig().

| void HistogramConfig::reset_points | ( | int | colors_only | ) |
Definition at line 171 of file histogramconfig.C.
References List< TYPE >::last, and points.
Referenced by reset().
| void HistogramConfig::boundaries | ( | ) |
Definition at line 181 of file histogramconfig.C.
References HistogramPoints::boundaries(), CLAMP, output_max, output_min, points, Units::quantize(), and threshold.

| void HistogramConfig::dump | ( | ) |
Definition at line 249 of file histogramconfig.C.
References List< TYPE >::first, NEXT, plot, points, split, HistogramPoint::x, and HistogramPoint::y.
| HistogramPoints HistogramConfig::points[HISTOGRAM_MODES] |
Definition at line 58 of file histogramconfig.h.
Referenced by boundaries(), copy_from(), dump(), equivalent(), interpolate(), and reset_points().
| float HistogramConfig::output_min[HISTOGRAM_MODES] |
Definition at line 60 of file histogramconfig.h.
Referenced by boundaries(), copy_from(), equivalent(), interpolate(), and reset().
| float HistogramConfig::output_max[HISTOGRAM_MODES] |
Definition at line 61 of file histogramconfig.h.
Referenced by boundaries(), copy_from(), equivalent(), interpolate(), and reset().
Definition at line 62 of file histogramconfig.h.
Referenced by copy_from(), equivalent(), interpolate(), and reset().
Definition at line 63 of file histogramconfig.h.
Referenced by boundaries(), copy_from(), equivalent(), interpolate(), and reset().
Definition at line 64 of file histogramconfig.h.
Referenced by copy_from(), dump(), equivalent(), HistogramConfig(), and interpolate().
Definition at line 65 of file histogramconfig.h.
Referenced by copy_from(), dump(), equivalent(), HistogramConfig(), and interpolate().
1.5.5