18 #ifndef itkAccumulateImageFilter_h
19 #define itkAccumulateImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
83 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
84 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
88 #ifdef ITK_USE_CONCEPT_CHECKING
92 Self::OutputImageDimension > ) );
99 itkGetConstMacro(AccumulateDimension,
unsigned int);
100 itkSetMacro(AccumulateDimension,
unsigned int);
108 itkSetMacro(Average,
bool);
109 itkGetConstMacro(Average,
bool);
110 itkBooleanMacro(Average);
116 void PrintSelf(std::ostream & os,
Indent indent)
const override;
119 void GenerateOutputInformation()
override;
122 void GenerateInputRequestedRegion()
override;
128 void GenerateData()
override;
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkAccumulateImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
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
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
unsigned int m_AccumulateDimension
typename InputImageType::RegionType InputImageRegionType
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.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)