18 #ifndef itkMinimumMaximumImageFilter_h
19 #define itkMinimumMaximumImageFilter_h
44 template<
typename TInputImage >
52 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
53 static constexpr
unsigned int OutputImageDimension = TInputImage::ImageDimension;
86 {
return this->GetMinimumOutput()->Get(); }
87 PixelObjectType * GetMinimumOutput();
90 const PixelObjectType * GetMinimumOutput()
const;
94 {
return this->GetMaximumOutput()->Get(); }
95 PixelObjectType * GetMaximumOutput();
98 const PixelObjectType * GetMaximumOutput()
const;
103 using Superclass::MakeOutput;
106 #ifdef ITK_USE_CONCEPT_CHECKING
120 void PrintSelf(std::ostream & os,
Indent indent)
const override;
124 void AllocateOutputs()
override;
127 void BeforeThreadedGenerateData()
override;
131 void AfterThreadedGenerateData()
override;
133 void DynamicThreadedGenerateData(
const RegionType & )
override;
136 void GenerateInputRequestedRegion()
override;
139 void EnlargeOutputRequestedRegion(
DataObject *data)
override;
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkMinimumMaximumImageFilter.hxx"
typename TInputImage::PixelType PixelType
Light weight base class for most itk classes.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Computes the minimum and the maximum intensity values of an image.
TInputImage InputImageType
PixelType GetMaximum() const
typename TInputImage::RegionType RegionType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
PixelType GetMinimum() const
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TInputImage::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
typename TInputImage::SizeType SizeType
Control indentation during Print() invocation.
typename TInputImage::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.