18#ifndef itkSimpleContourExtractorImageFilter_h
19#define itkSimpleContourExtractorImageFilter_h
52template <
typename TInputImage,
typename TOutputImage>
59 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
60 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
120#ifdef ITK_USE_CONCEPT_CHECKING
157#ifndef ITK_MANUAL_INSTANTIATION
158# include "itkSimpleContourExtractorImageFilter.hxx"
A base class for all the filters working on a box neighborhood.
typename TInputImage::PixelType InputPixelType
typename TOutputImage::PixelType OutputPixelType
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
TInputImage InputImageType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....