Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkSimpleUnstructuredGridHistogram.h>
Public Member Functions | |
SimpleUnstructuredGridHistogram () | |
double | GetMin () const override |
Returns the minimal value of the histogram. More... | |
double | GetMax () const override |
Returns the maximum value of the histogram. More... | |
void | ComputeFromBaseData (BaseData *source) override |
Creates a new histogram out the source. More... | |
float | GetRelativeBin (double start, double end) const override |
TODO: (What should this method do?) More... | |
Definition at line 24 of file mitkSimpleUnstructuredGridHistogram.h.
mitk::SimpleUnstructuredGridHistogram::SimpleUnstructuredGridHistogram | ( | ) |
|
overridevirtual |
Creates a new histogram out the source.
Implements mitk::SimpleHistogram.
|
overridevirtual |
Returns the maximum value of the histogram.
Implements mitk::SimpleHistogram.
|
overridevirtual |
Returns the minimal value of the histogram.
Implements mitk::SimpleHistogram.
|
overridevirtual |
TODO: (What should this method do?)
Implements mitk::SimpleHistogram.