18 #ifndef itkNormalizeToConstantImageFilter_h
19 #define itkNormalizeToConstantImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage>
85 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
86 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
97 itkGetConstMacro(Constant,
RealType);
100 #ifdef ITK_USE_CONCEPT_CHECKING
112 void PrintSelf(std::ostream& os,
Indent indent)
const override;
114 void GenerateInputRequestedRegion()
override;
116 void GenerateData()
override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkNormalizeToConstantImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
Define numeric traits for std::vector.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
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 InputImageType::SizeType SizeType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename InputImageType::IndexType IndexType
TOutputImage OutputImageType
typename OutputImageType::ConstPointer OutputImageConstPointer
typename InputImageType::RegionType RegionType
Scales image pixel intensities to make the sum of all pixels equal a user-defined constant...
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
typename NumericTraits< InputImagePixelType >::RealType RealType
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer