18 #ifndef __itkBinaryThinningImageFilter_h
19 #define __itkBinaryThinningImageFilter_h
60 template<
class TInputImage,
class TOutputImage >
90 typedef typename InputImageType::PixelType
PixelType;
93 typedef typename RegionType::SizeType
SizeType;
111 itkStaticConstMacro(InputImageDimension,
unsigned int,
112 TInputImage::ImageDimension);
113 itkStaticConstMacro(OutputImageDimension,
unsigned int,
114 TOutputImage::ImageDimension);
117 #ifdef ITK_USE_CONCEPT_CHECKING
144 void ComputeThinImage();
148 void operator=(
const Self &);
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkBinaryThinningImageFilter.hxx"