18 #ifndef itkNoiseBaseImageFilter_h
19 #define itkNoiseBaseImageFilter_h
38 template <
class TInputImage,
class TOutputImage = TInputImage>
71 PrintSelf(std::ostream & os,
Indent indent)
const override;
77 return (a + b) * 2654435761u;
81 static OutputImagePixelType
82 ClampCast(
const double & value);
89 #ifndef ITK_MANUAL_INSTANTIATION
90 # include "itkNoiseBaseImageFilter.hxx"