|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkStreamingImageFilter_h
19 #define itkStreamingImageFilter_h
43 template <
typename TInputImage,
typename TOutputImage>
74 static constexpr
unsigned int InputImageDimension = InputImageType::ImageDimension;
75 static constexpr
unsigned int OutputImageDimension = OutputImageType::ImageDimension;
83 itkSetMacro(NumberOfStreamDivisions,
unsigned int);
87 itkGetConstReferenceMacro(NumberOfStreamDivisions,
unsigned int);
91 itkGetModifiableObjectMacro(RegionSplitter,
SplitterType);
100 UpdateOutputData(
DataObject * output)
override;
107 PropagateRequestedRegion(
DataObject * output)
override;
109 #ifdef ITK_USE_CONCEPT_CHECKING
120 PrintSelf(std::ostream & os,
Indent indent)
const override;
128 #ifndef ITK_MANUAL_INSTANTIATION
129 # include "itkStreamingImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
RegionSplitterPointer m_RegionSplitter
Control indentation during Print() invocation.
typename SplitterType::Pointer RegionSplitterPointer
typename InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
Divide an image region into several pieces.
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
unsigned int m_NumberOfStreamDivisions
TOutputImage OutputImageType
Base class for all data objects in ITK.
Pipeline object to control data streaming for large data processing.