21 #ifndef otbPathFunction_h
22 #define otbPathFunction_h
24 #include "itkFunctionBase.h"
47 template <
class TInputPath,
class TOutput>
48 class ITK_EXPORT
PathFunction :
public itk::FunctionBase<TInputPath, TOutput>
53 typedef itk::FunctionBase<TInputPath, TOutput>
Superclass;
75 return m_Path.GetPointer();
83 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
89 void operator=(
const Self&) =
delete;
94 #ifndef OTB_MANUAL_INSTANTIATION