18 #ifndef itkNoiseImageFilter_h
19 #define itkNoiseImageFilter_h
50 template<
typename TInputImage,
typename TOutputImage >
56 itkStaticConstMacro(InputImageDimension,
unsigned int,
57 TInputImage::ImageDimension);
58 itkStaticConstMacro(OutputImageDimension,
unsigned int,
59 TOutputImage::ImageDimension);
88 #ifdef ITK_USE_CONCEPT_CHECKING
109 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkNoiseImageFilter.hxx"
InputImageType::SizeType InputSizeType
virtual ~NoiseImageFilter() override
TOutputImage OutputImageType
InputImageType::RegionType InputImageRegionType
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputPixelType
SmartPointer< Self > Pointer
BoxImageFilter< InputImageType, OutputImageType > Superclass
A base class for all the filters working on a box neighborhood.
NumericTraits< InputPixelType >::RealType InputRealType
OutputImageType::PixelType OutputPixelType
unsigned int ThreadIdType
SmartPointer< const Self > ConstPointer
ImageBaseType::SizeType SizeType
Define additional traits for native types such as int or float.
TInputImage InputImageType
Calculate the local noise in an image.
#define itkConceptMacro(name, concept)