12 #ifndef QMITKIMAGESTATISTICSCALCULATIONRUNNABLE_H_INCLUDED 13 #define QMITKIMAGESTATISTICSCALCULATIONRUNNABLE_H_INCLUDED 17 #include <qrunnable.h> 27 #ifndef __itkHistogram_h 28 #include <itkHistogram.h> 65 void SetIgnoreZeroValueVoxel(
bool _arg);
68 bool GetIgnoreZeroValueVoxel()
const;
71 void SetHistogramNBins(
unsigned int nbins);
74 unsigned int GetHistogramNBins()
const;
77 const HistogramType* GetTimeStepHistogram(
unsigned int t = 0)
const;
81 bool GetStatisticsUpdateSuccessFlag()
const;
86 std::string GetLastErrorMessage()
const;
96 unsigned int m_HistogramNBins;
97 bool m_CalculationSuccessful;
98 std::vector<HistogramType::ConstPointer> m_HistogramVector;
99 std::string m_message;
101 #endif // QMITKIMAGESTATISTICSCALCULATIONRUNNABLE_H_INCLUDED #define MITKIMAGESTATISTICSUI_EXPORT
itk::Statistics::Histogram< double > HistogramType
Image class for storing images.
mitk::Image::Pointer image
Container class for storing a StatisticsObject for each timestep.