18 #ifndef __itkSimpleContourExtractorImageFilter_h
19 #define __itkSimpleContourExtractorImageFilter_h
49 template<
class TInputImage,
class TOutputImage >
55 itkStaticConstMacro(InputImageDimension,
unsigned int,
56 TInputImage::ImageDimension);
57 itkStaticConstMacro(OutputImageDimension,
unsigned int,
58 TOutputImage::ImageDimension);
119 #ifdef ITK_USE_CONCEPT_CHECKING
131 void PrintSelf(std::ostream & os,
Indent indent)
const;
145 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
150 void operator=(
const Self &);
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkSimpleContourExtractorImageFilter.hxx"