18 #ifndef __itkNormalizeToConstantImageFilter_h
19 #define __itkNormalizeToConstantImageFilter_h
54 template<
class TInputImage,
class TOutputImage>
77 typedef typename InputImageType::IndexType
IndexType;
78 typedef typename InputImageType::SizeType
SizeType;
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
115 void PrintSelf(std::ostream& os,
Indent indent)
const;
117 void GenerateInputRequestedRegion();
124 void operator=(
const Self&);
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkNormalizeToConstantImageFilter.hxx"