18 #ifndef itkNormalizeToConstantImageFilter_h
19 #define itkNormalizeToConstantImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage>
83 itkStaticConstMacro(InputImageDimension,
unsigned int,
84 TInputImage::ImageDimension);
85 itkStaticConstMacro(OutputImageDimension,
unsigned int,
86 TOutputImage::ImageDimension);
87 itkStaticConstMacro(ImageDimension,
unsigned int,
88 TOutputImage::ImageDimension);
99 itkGetConstMacro(Constant,
RealType);
102 #ifdef ITK_USE_CONCEPT_CHECKING
114 void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
116 void GenerateInputRequestedRegion() ITK_OVERRIDE;
118 void GenerateData() ITK_OVERRIDE;
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkNormalizeToConstantImageFilter.hxx"
InputImageType::RegionType RegionType
NormalizeToConstantImageFilter Self
InputImageType::SizeType SizeType
TInputImage InputImageType
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
InputImageType::IndexType IndexType
InputImageType::Pointer InputImagePointer
TOutputImage OutputImageType
NumericTraits< InputImagePixelType >::RealType RealType
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::Pointer OutputImagePointer
Scales image pixel intensities to make the sum of all pixels equal a user-defined constant...
virtual ~NormalizeToConstantImageFilter() override
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
ImageBaseType::SizeType SizeType
Define additional traits for native types such as int or float.
OutputImageType::ConstPointer OutputImageConstPointer
SmartPointer< Self > Pointer
OutputImageType::PixelType OutputImagePixelType
#define itkConceptMacro(name, concept)
InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType