21 #ifndef otbImageToPathFilter_h
22 #define otbImageToPathFilter_h
24 #include "itkPathSource.h"
35 template <
class TInputImage,
class TOutputPath>
48 itkTypeMacro(PathToImageFilter, PathSource);
55 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
57 using Superclass::SetInput;
67 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
71 void operator=(
const Self&);
75 #ifndef OTB_MANUAL_INSTANTIATION