Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::SimpleHistogram Class Referenceabstract

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>

Inheritance diagram for mitk::SimpleHistogram:

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...
 

Detailed Description

Abstract superclass for histograms with double values. Classes which are deriving from this class can be cached in the same way.

Definition at line 38 of file mitkSimpleHistogram.h.

Member Function Documentation

virtual void mitk::SimpleHistogram::ComputeFromBaseData ( BaseData source)
pure virtual

Creates a new histogram out the source.

Implemented in mitk::SimpleImageHistogram, mitk::ConnectomicsHistogramBase, and mitk::SimpleUnstructuredGridHistogram.

virtual float mitk::SimpleHistogram::GetRelativeBin ( double  start,
double  end 
) const
pure virtual

The documentation for this class was generated from the following file: