#include <histogramimage.h>
Inheritance diagram for Plot::OneDHistogramImage


Public Methods | |
Constructors and Destructors | |
| OneDHistogramImage () | |
| Empty image constructor. More... | |
| template<classHistogram> | OneDHistogramImage<Histogram> (const Histogram &h, bool vertical=false, double size_scale_i=1.0, double aspect_ratio_i=1.0, Bounded::Magnitude bin_fullness_range_i=1.0, int borderwidth=0, const ColorLookup<PixelType>& L=HueColorLookup<PixelType>()) |
| Constructor taking a single histogram, to plot one dimension. More... | |
The border is not as important here as it is for the MatrixImage<> class, but it is supported so that images from both classes can be freely intermixed, with all having a uniform border.
Definition at line 31 of file histogramimage.h.
|
||||
|
Empty image constructor.
Definition at line 94 of file histogramimage.h. |
|
||||||||||||||||||
|
Constructor taking a single histogram, to plot one dimension. The aspect ratio is the ratio between the number of bins and the length of the representation to use for the bin fullnesses. L determines the mapping from a bin number (on a scale 0-1.0) to a color. Definition at line 117 of file histogramimage.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000