18 #ifndef __itkConstantPadImageFilter_h
19 #define __itkConstantPadImageFilter_h
47 template<
class TInputImage,
class TOutputImage >
79 itkStaticConstMacro(ImageDimension,
unsigned int,
80 TInputImage::ImageDimension);
81 itkStaticConstMacro(OutputImageDimension,
unsigned int,
82 TOutputImage::ImageDimension);
88 if ( constant != m_InternalBoundaryCondition.GetConstant() )
90 m_InternalBoundaryCondition.SetConstant( constant );
96 return m_InternalBoundaryCondition.GetConstant();
100 #ifdef ITK_USE_CONCEPT_CHECKING
117 void PrintSelf(std::ostream & os,
Indent indent)
const;
121 void operator=(
const Self &);
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkConstantPadImageFilter.hxx"