22 #ifndef otbImageToPathListFilter_hxx
23 #define otbImageToPathListFilter_hxx
26 #include "itkProcessObject.h"
34 template <
class TInputImage,
class TOutputPath>
38 this->SetNumberOfRequiredInputs(1);
44 template <
class TInputImage,
class TOutputPath>
50 this->ProcessObjectType::SetNthInput(0,
const_cast<InputImageType*
>(image));
53 template <
class TInputImage,
class TOutputPath>
57 if (this->GetNumberOfInputs() < 1)
62 return static_cast<const TInputImage*
>(this->ProcessObjectType::GetInput(0));
68 template <
class TInputImage,
class TOutputPath>
71 Superclass::PrintSelf(os, indent);