18 #ifndef itkRegionOfInterestImageFilter_h
19 #define itkRegionOfInterestImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage >
83 itkGetConstMacro(RegionOfInterest,
RegionType);
87 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
88 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
90 #ifdef ITK_USE_CONCEPT_CHECKING
102 void PrintSelf(std::ostream & os,
Indent indent)
const override;
104 void GenerateInputRequestedRegion()
override;
106 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
115 void GenerateOutputInformation()
override;
126 void DynamicThreadedGenerateData(
const RegionType & outputRegionForThread)
override;
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkRegionOfInterestImageFilter.hxx"
typename TInputImage::RegionType RegionType
typename TInputImage::SizeType SizeType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
RegionType m_RegionOfInterest
Extract a region of interest from the input image.
typename InputImageType::RegionType InputImageRegionType
typename TInputImage::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.