18 #ifndef __itkImageToPathFilter_h
19 #define __itkImageToPathFilter_h
42 template<
class TInputImage,
class 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;
84 void operator=(
const Self &);
88 #ifndef ITK_MANUAL_INSTANTIATION
89 #include "itkImageToPathFilter.hxx"