18 #ifndef itkProjectionImageFilter_h
19 #define itkProjectionImageFilter_h
56 template<
typename TInputImage,
typename TOutputImage,
typename TAccumulator >
86 itkStaticConstMacro(InputImageDimension,
unsigned int,
87 TInputImage::ImageDimension);
88 itkStaticConstMacro(OutputImageDimension,
unsigned int,
89 TOutputImage::ImageDimension);
94 #ifdef ITK_USE_CONCEPT_CHECKING
98 itkGetStaticConstMacro(InputImageDimension),
99 itkGetStaticConstMacro(OutputImageDimension) > ) );
105 itkSetMacro(ProjectionDimension,
unsigned int);
106 itkGetConstReferenceMacro(ProjectionDimension,
unsigned int);
112 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
115 virtual void GenerateOutputInformation() ITK_OVERRIDE;
118 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
120 virtual
void ThreadedGenerateData(
121 const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId) ITK_OVERRIDE;
123 virtual AccumulatorType NewAccumulator(
SizeValueType ) const;
128 unsigned int m_ProjectionDimension;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkProjectionImageFilter.hxx"
virtual ~ProjectionImageFilter() override
Base class for all process objects that output image data.
InputImageType::RegionType InputImageRegionType
unsigned long SizeValueType
Implements an accumulation of an image along a selected direction.
SmartPointer< Self > Pointer
ProjectionImageFilter Self
SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputImagePixelType
unsigned int ThreadIdType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TAccumulator AccumulatorType
Base class for filters that take an image as input and produce an image as output.
OutputImageType::PixelType OutputImagePixelType
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
InputImageType::Pointer InputImagePointer
TInputImage InputImageType
TOutputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
OutputImageType::Pointer OutputImagePointer