18 #ifndef itkRegionOfInterestImageFilter_h
19 #define itkRegionOfInterestImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage >
71 typedef typename TInputImage::RegionType
RegionType;
81 itkGetConstMacro(RegionOfInterest,
RegionType);
85 itkStaticConstMacro(ImageDimension,
unsigned int,
86 TInputImage::ImageDimension);
87 itkStaticConstMacro(OutputImageDimension,
unsigned int,
88 TOutputImage::ImageDimension);
91 #ifdef ITK_USE_CONCEPT_CHECKING
103 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
105 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
107 virtual
void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
116 virtual
void GenerateOutputInformation() ITK_OVERRIDE;
127 void ThreadedGenerateData(const RegionType & outputRegionForThread,
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkRegionOfInterestImageFilter.hxx"
TInputImage::IndexType IndexType
SmartPointer< const Self > ConstPointer
Superclass::InputImageRegionType InputImageRegionType
TInputImage::SizeType SizeType
Base class for all process objects that output image data.
RegionOfInterestImageFilter Self
TInputImage::RegionType RegionType
~RegionOfInterestImageFilter() override
SmartPointer< Self > Pointer
TInputImage::PixelType InputImagePixelType
unsigned int ThreadIdType
Extract a region of interest from the input image.
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
TOutputImage::PixelType OutputImagePixelType
ImageBaseType::IndexType IndexType