 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkProjectionImageFilter_h
19 #define itkProjectionImageFilter_h
56 template <
typename TInputImage,
typename TOutputImage,
typename TAccumulator>
87 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
88 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
92 #ifdef ITK_USE_CONCEPT_CHECKING
101 itkSetMacro(ProjectionDimension,
unsigned int);
102 itkGetConstReferenceMacro(ProjectionDimension,
unsigned int);
109 PrintSelf(std::ostream & os,
Indent indent)
const override;
113 GenerateOutputInformation()
override;
117 GenerateInputRequestedRegion()
override;
126 unsigned int m_ProjectionDimension{};
130 #ifndef ITK_MANUAL_INSTANTIATION
131 # include "itkProjectionImageFilter.hxx"
SmartPointer< Self > Pointer
typename OutputImageType::Pointer OutputImagePointer
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
Implements an accumulation of an image along a selected direction.
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
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 long SizeValueType
TOutputImage OutputImageType