18 #ifndef itkSimpleContourExtractorImageFilter_h
19 #define itkSimpleContourExtractorImageFilter_h
49 template<
typename TInputImage,
typename 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 ITK_OVERRIDE;
146 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkSimpleContourExtractorImageFilter.hxx"
TInputImage::PixelType InputPixelType
TOutputImage::PixelType OutputPixelType
Base class for all process objects that output image data.
A base class for all the filters working on a box neighborhood.
unsigned int ThreadIdType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)