12 #ifndef QMITKIMAGESTATISTICSCALCULATIONTHREAD_H_INCLUDED 13 #define QMITKIMAGESTATISTICSCALCULATIONTHREAD_H_INCLUDED 26 #ifndef __itkHistogram_h 27 #include <itkHistogram.h> 64 void SetIgnoreZeroValueVoxel(
bool _arg );
67 bool GetIgnoreZeroValueVoxel()
const;
70 void SetHistogramNBins(
unsigned int nbins);
73 unsigned int GetHistogramNBins()
const;
76 const HistogramType* GetTimeStepHistogram(
unsigned int t = 0)
const;
80 bool GetStatisticsUpdateSuccessFlag()
const;
85 std::string GetLastErrorMessage()
const;
93 unsigned int m_HistogramNBins;
94 bool m_CalculationSuccessful;
95 std::vector<HistogramType::ConstPointer> m_HistogramVector;
96 std::string m_message;
98 #endif // QMITKIMAGESTATISTICSCALCULATIONTHREAD_H_INCLUDED
#define MITKIMAGESTATISTICSUI_EXPORT
Image class for storing images.
mitk::Image::Pointer image
itk::Statistics::Histogram< double > HistogramType
Container class for storing a StatisticsObject for each timestep.