18 #ifndef itkNoiseBaseImageFilter_h
19 #define itkNoiseBaseImageFilter_h
37 template <
class TInputImage,
class TOutputImage=TInputImage>
62 virtual void SetSeed();
69 void PrintSelf(std::ostream & os,
Indent indent)
const override;
74 return (a+b)*2654435761u;
78 static OutputImagePixelType ClampCast(
const double &value);
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkNoiseBaseImageFilter.hxx"
static uint32_t Hash(uint32_t a, uint32_t b)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
An Abstract Base class for Noise image filters.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
Control indentation during Print() invocation.
Base class for filters that take an image as input and overwrite that image as the output...