18 #ifndef itkBinomialBlurImageFilter_h
19 #define itkBinomialBlurImageFilter_h
42 template<
typename TInputImage,
typename TOutputImage >
60 itkStaticConstMacro(NDimensions,
unsigned int, TInputImage::ImageDimension);
61 itkStaticConstMacro(NOutputDimensions,
unsigned int, TOutputImage::ImageDimension);
84 itkSetMacro(Repetitions,
unsigned int);
85 itkGetConstMacro(Repetitions,
unsigned int);
92 void GenerateInputRequestedRegion() ITK_OVERRIDE;
94 #ifdef ITK_USE_CONCEPT_CHECKING
98 itkGetStaticConstMacro(NOutputDimensions) > ) );
109 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
112 void GenerateData() ITK_OVERRIDE;
118 unsigned int m_Repetitions;
122 #ifndef ITK_MANUAL_INSTANTIATION
123 #include "itkBinomialBlurImageFilter.hxx"
Size< itkGetStaticConstMacro(NDimensions) > SizeType
Represent the size (bounds) of a n-dimensional image.
virtual ~BinomialBlurImageFilter() override
TInputImage InputImageType
TOutputImage OutputImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage::PixelType PixelType
Base class for all process objects that output image data.
TOutputImage::RegionType OutputImageRegionType
InputImageType::Pointer InputImagePointer
TOutputImage::IndexType IndexType
SmartPointer< Self > Pointer
BinomialBlurImageFilter Self
Performs a separable blur on each dimension of an image.
Base class for filters that take an image as input and produce an image as output.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
OutputImageType::Pointer OutputImagePointer
ImageBaseType::IndexType IndexType
InputImageType::ConstPointer InputImageConstPointer