18#ifndef itkMinimumMaximumImageCalculator_h
19#define itkMinimumMaximumImageCalculator_h
44template <
typename TInputImage>
126 bool m_RegionSetByUser{};
130#ifndef ITK_MANUAL_INSTANTIATION
131# include "itkMinimumMaximumImageCalculator.hxx"
Templated n-dimensional image class.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Computes the minimum and the maximum intensity values of an image.
void PrintSelf(std::ostream &os, Indent indent) const override
typename TInputImage::ConstPointer ImageConstPointer
void SetRegion(const RegionType ®ion)
~MinimumMaximumImageCalculator() override=default
typename TInputImage::IndexType IndexType
MinimumMaximumImageCalculator()=default
typename TInputImage::RegionType RegionType
typename TInputImage::Pointer ImagePointer
typename TInputImage::PixelType PixelType
static constexpr T NonpositiveMin()
static constexpr T max(const T &)
Base class for most ITK classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....