18 #ifndef itkStreamingImageFilter_h
19 #define itkStreamingImageFilter_h
43 template<
typename TInputImage,
typename TOutputImage >
72 itkStaticConstMacro(InputImageDimension,
unsigned int,
73 InputImageType::ImageDimension);
74 itkStaticConstMacro(OutputImageDimension,
unsigned int,
75 OutputImageType::ImageDimension);
84 itkSetMacro(NumberOfStreamDivisions,
unsigned int);
88 itkGetConstReferenceMacro(NumberOfStreamDivisions,
unsigned int);
92 itkGetModifiableObjectMacro(RegionSplitter,
SplitterType);
100 virtual void UpdateOutputData(
DataObject *output) ITK_OVERRIDE;
106 virtual void PropagateRequestedRegion(
DataObject *output) ITK_OVERRIDE;
108 #ifdef ITK_USE_CONCEPT_CHECKING
120 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
125 unsigned int m_NumberOfStreamDivisions;
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkStreamingImageFilter.hxx"
StreamingImageFilter Self
TInputImage InputImageType
OutputImageType::RegionType OutputImageRegionType
InputImageType::Pointer InputImagePointer
Pipeline object to control data streaming for large data processing.
ImageRegionSplitterBase SplitterType
Superclass::DataObjectPointer DataObjectPointer
TOutputImage OutputImageType
Base class for all process objects that output image data.
SplitterType::Pointer RegionSplitterPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Divide an image region into several pieces.
OutputImageType::PixelType OutputImagePixelType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
OutputImageType::Pointer OutputImagePointer
InputImageType::RegionType InputImageRegionType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
SmartPointer< Self > Pointer