18 #ifndef __itkPathAndImageToPathFilter_h
19 #define __itkPathAndImageToPathFilter_h
37 template<
class TInputPath,
class TInputImage,
class TOutputPath >
74 itkStaticConstMacro(InputImageDimension,
unsigned int,
75 TInputImage::ImageDimension);
78 virtual void SetPathInput(
const TInputPath *path);
83 virtual void SetImageInput(
const TInputImage *image);
91 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
100 virtual void GenerateInputRequestedRegion();
104 void operator=(
const Self &);
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkPathAndImageToPathFilter.hxx"