18 #ifndef __itkAccumulateImageFilter_h
19 #define __itkAccumulateImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
82 TInputImage::ImageDimension);
84 TOutputImage::ImageDimension);
89 #ifdef ITK_USE_CONCEPT_CHECKING
100 itkGetConstMacro(AccumulateDimension,
unsigned int);
101 itkSetMacro(AccumulateDimension,
unsigned int);
109 itkSetMacro(Average,
bool);
110 itkGetConstMacro(Average,
bool);
111 itkBooleanMacro(Average);
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkAccumulateImageFilter.hxx"
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputImagePixelType
virtual void GenerateInputRequestedRegion()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
virtual void GenerateOutputInformation()
void PrintSelf(std::ostream &os, Indent indent) const
static const unsigned int InputImageDimension
Base class for all process objects that output image data.
OutputImageType::Pointer OutputImagePointer
AccumulateImageFilter Self
OutputImageType::PixelType OutputImagePixelType
unsigned int m_AccumulateDimension
static const unsigned int OutputImageDimension
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
SmartPointer< Self > Pointer
Implements an accumulation of an image along a selected direction.
InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
void operator=(const Self &)
virtual ~AccumulateImageFilter()