18 #ifndef __itkBoxImageFilter_h
19 #define __itkBoxImageFilter_h
39 template<
class TInputImage,
class TOutputImage >
60 typedef typename TInputImage::SizeType
SizeType;
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
77 virtual void SetRadius(
const RadiusType & radius);
83 void GenerateInputRequestedRegion();
89 void PrintSelf(std::ostream & os,
Indent indent)
const;
93 void operator=(
const Self &);
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkBoxImageFilter.hxx"