18 #ifndef __itkProjectionImageFilter_h
19 #define __itkProjectionImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage,
typename TAccumulator >
84 TInputImage::ImageDimension);
86 TOutputImage::ImageDimension);
91 #ifdef ITK_USE_CONCEPT_CHECKING
102 itkSetMacro(ProjectionDimension,
unsigned int);
103 itkGetConstReferenceMacro(ProjectionDimension,
unsigned int);
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkProjectionImageFilter.hxx"
virtual void GenerateOutputInformation()
void operator=(const Self &)
Base class for all process objects that output image data.
InputImageType::RegionType InputImageRegionType
unsigned long SizeValueType
virtual ~ProjectionImageFilter()
Implements an accumulation of an image along a selected direction.
SmartPointer< Self > Pointer
static const unsigned int OutputImageDimension
ProjectionImageFilter Self
virtual AccumulatorType NewAccumulator(SizeValueType) const
SmartPointer< const Self > ConstPointer
virtual void GenerateInputRequestedRegion()
InputImageType::PixelType InputImagePixelType
void PrintSelf(std::ostream &os, Indent indent) const
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TAccumulator AccumulatorType
virtual void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
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)
unsigned int m_ProjectionDimension
InputImageType::Pointer InputImagePointer
static const unsigned int InputImageDimension
TInputImage InputImageType
TOutputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
unsigned int ThreadIdType
OutputImageType::Pointer OutputImagePointer