18 #ifndef itkProjectionImageFilter_h
19 #define itkProjectionImageFilter_h
56 template<
typename TInputImage,
typename TOutputImage,
typename TAccumulator >
88 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
89 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
93 #ifdef ITK_USE_CONCEPT_CHECKING
97 Self::InputImageDimension,
98 Self::OutputImageDimension > ) );
104 itkSetMacro(ProjectionDimension,
unsigned int);
105 itkGetConstReferenceMacro(ProjectionDimension,
unsigned int);
111 void PrintSelf(std::ostream & os,
Indent indent)
const override;
114 void GenerateOutputInformation()
override;
117 void GenerateInputRequestedRegion()
override;
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkProjectionImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
unsigned long SizeValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
Implements an accumulation of an image along a selected direction.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
unsigned int m_ProjectionDimension