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