18 #ifndef itkBoxSigmaImageFilter_h
19 #define itkBoxSigmaImageFilter_h
40 template<
typename TInputImage,
typename TOutputImage = TInputImage >
69 itkStaticConstMacro(OutputImageDimension,
unsigned int,
70 TOutputImage::ImageDimension);
71 itkStaticConstMacro(InputImageDimension,
unsigned int,
72 TInputImage::ImageDimension);
75 #ifdef ITK_USE_CONCEPT_CHECKING
79 itkGetStaticConstMacro(OutputImageDimension) > ) );
89 void ThreadedGenerateData(
const OutputImageRegionType &
90 outputRegionForThread,
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkBoxSigmaImageFilter.hxx"
TInputImage::RegionType RegionType
TInputImage::OffsetType OffsetType
TInputImage InputImageType
SmartPointer< Self > Pointer
TInputImage::SizeType SizeType
Base class for all process objects that output image data.
TOutputImage OutputImageType
Implements a fast rectangular sigma filter using the accumulator approach.
A base class for all the filters working on a box neighborhood.
TOutputImage::PixelType OutputPixelType
unsigned int ThreadIdType
~BoxSigmaImageFilter() override
TInputImage::PixelType PixelType
Superclass::OutputImageRegionType OutputImageRegionType
TInputImage::IndexType IndexType
ImageBaseType::SizeType SizeType
BoxImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
ImageBaseType::IndexType IndexType