18 #ifndef itkShotNoiseImageFilter_h
19 #define itkShotNoiseImageFilter_h
92 template <
class TInputImage,
class TOutputImage=TInputImage>
128 itkGetConstMacro(Scale,
double);
129 itkSetMacro(Scale,
double);
132 #ifdef ITK_USE_CONCEPT_CHECKING
136 typename TOutputImage::PixelType>) );
145 void PrintSelf(std::ostream & os,
Indent indent)
const override;
151 double m_Scale{ 1.0 };
156 #ifndef ITK_MANUAL_INSTANTIATION
157 #include "itkShotNoiseImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
Alter an image with shot noise.
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.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer