18 #ifndef itkMinimumMaximumImageCalculator_h
19 #define itkMinimumMaximumImageCalculator_h
43 template<
typename TInputImage >
83 void ComputeMinimum();
86 void ComputeMaximum();
98 itkGetConstReferenceMacro(IndexOfMinimum,
IndexType);
101 itkGetConstReferenceMacro(IndexOfMaximum,
IndexType);
109 void PrintSelf(std::ostream & os,
Indent indent)
const override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkMinimumMaximumImageCalculator.hxx"
Light weight base class for most itk classes.
typename TInputImage::RegionType RegionType
ImageConstPointer m_Image
typename TInputImage::IndexType IndexType
IndexType m_IndexOfMinimum
typename TInputImage::Pointer ImagePointer
IndexType m_IndexOfMaximum
ImageBaseType::IndexType IndexType
Computes the minimum and the maximum intensity values of an image.
typename TInputImage::PixelType PixelType
Control indentation during Print() invocation.
Base class for most ITK classes.
ImageBaseType::RegionType RegionType
Templated n-dimensional image class.
typename TInputImage::ConstPointer ImageConstPointer