|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Abstract superclass for histograms with double values. Classes which are deriving from this class can be cached in the same way. More...
#include <mitkSimpleHistogram.h>

Public Member Functions | |
| virtual double | GetMin () const =0 |
| Returns the minimal value of the histogram. More... | |
| virtual double | GetMax () const =0 |
| Returns the maximum value of the histogram. More... | |
| virtual void | ComputeFromBaseData (BaseData *source)=0 |
| Creates a new histogram out the source. More... | |
| virtual float | GetRelativeBin (double start, double end) const =0 |
| TODO: (What should this method do?) More... | |
Abstract superclass for histograms with double values. Classes which are deriving from this class can be cached in the same way.
Definition at line 34 of file mitkSimpleHistogram.h.
|
pure virtual |
Creates a new histogram out the source.
Implemented in mitk::SimpleImageHistogram, and mitk::SimpleUnstructuredGridHistogram.
|
pure virtual |
Returns the maximum value of the histogram.
Implemented in mitk::SimpleImageHistogram, and mitk::SimpleUnstructuredGridHistogram.
Referenced by QmitkTransferFunctionCanvas::ValidateCoord().
|
pure virtual |
Returns the minimal value of the histogram.
Implemented in mitk::SimpleImageHistogram, and mitk::SimpleUnstructuredGridHistogram.
Referenced by QmitkTransferFunctionCanvas::ValidateCoord().
|
pure virtual |
TODO: (What should this method do?)
Implemented in mitk::SimpleImageHistogram, and mitk::SimpleUnstructuredGridHistogram.