18#ifndef itkRegionOfInterestImageFilter_h
19#define itkRegionOfInterestImageFilter_h
53template <
typename TInputImage,
typename TOutputImage>
64 using typename Superclass::InputImageRegionType;
87 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
88 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
90#ifdef ITK_USE_CONCEPT_CHECKING
136#ifndef ITK_MANUAL_INSTANTIATION
137# include "itkRegionOfInterestImageFilter.hxx"
Base class for all data objects in ITK.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Extract a region of interest from the input image.
typename TInputImage::RegionType RegionType
~RegionOfInterestImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
void GenerateOutputInformation() override
void DynamicThreadedGenerateData(const RegionType &outputRegionForThread) override
typename TInputImage::SizeType SizeType
void EnlargeOutputRequestedRegion(DataObject *output) override
typename TInputImage::IndexType IndexType
RegionOfInterestImageFilter()
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....