22 #ifndef __itkImageToPathFilter_h
23 #define __itkImageToPathFilter_h
26 #include "itkPathSource.h"
39 template <
class TInputImage,
class TOutputPath>
60 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
63 using Superclass::SetInput;
64 virtual void SetInput(
const InputImageType *image);
65 virtual void SetInput(
unsigned int,
const TInputImage *image);
66 const InputImageType *GetInput(
void);
67 const InputImageType *GetInput(
unsigned int idx);
73 virtual void PrintSelf(std::ostream &os, Indent indent)
const;
77 void operator=(
const Self &);
82 #ifndef ITK_MANUAL_INSTANTIATION
TInputImage InputImageType
itk::SmartPointer< Self > Pointer
Base class for filters that take an image as input and produce an path as output. ...
InputImageType::Pointer InputImagePointer
itk::SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
PathSource< TOutputPath > Superclass
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer