13 #ifndef mitkImageStatisticsContainer_h
14 #define mitkImageStatisticsContainer_h
18 #include <itkHistogram.h>
21 #include <boost/variant.hpp>
37 itkFactorylessNewMacro(
Self);
92 bool HasStatistic(
const std::string& name)
const;
99 template <
typename TType>
102 auto value = GetValueNonConverted(name);
103 return boost::get<TType>(value);
114 HistogramType::ConstPointer m_Histogram=
nullptr;
123 unsigned int GetNumberOfTimeSteps()
const;
154 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
157 itk::LightObject::Pointer InternalClone()
const override;