18 #ifndef itkImageToPathFilter_h
19 #define itkImageToPathFilter_h
42 template<
typename TInputImage,
typename TOutputPath >
65 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
68 using Superclass::SetInput;
71 virtual void SetInput(
unsigned int,
const TInputImage *image);
81 void PrintSelf(std::ostream & os,
Indent indent)
const override;
85 #ifndef ITK_MANUAL_INSTANTIATION
86 #include "itkImageToPathFilter.hxx"
TInputImage InputImageType
Light weight base class for most itk classes.
Base class for all process objects that output path data.
typename InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and produce an path as output. ...
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType