18 #ifndef itkImageToPathFilter_h
19 #define itkImageToPathFilter_h
42 template<
typename TInputImage,
typename TOutputPath >
63 itkStaticConstMacro(InputImageDimension,
unsigned int,
64 TInputImage::ImageDimension);
67 using Superclass::SetInput;
70 virtual void SetInput(
unsigned int,
const TInputImage *image);
80 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkImageToPathFilter.hxx"
TInputImage InputImageType
Base class for all process objects that output path data.
Base class for filters that take an image as input and produce an path as output. ...
InputImageType::Pointer InputImagePointer
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
PathSource< TOutputPath > Superclass
Control indentation during Print() invocation.
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::PixelType InputImagePixelType