21 #ifndef otbListSampleToListSample_hxx
22 #define otbListSampleToListSample_hxx
25 #include "itkProgressReporter.h"
32 template <
class TInputSampleList,
class TOutputSampleList>
35 this->SetNumberOfRequiredInputs(1);
38 template <
class TInputSampleList,
class TOutputSampleList>
45 template <
class TInputSampleList,
class TOutputSampleList>
49 if (this->GetNumberOfInputs() < 1)
57 template <
class TInputSampleList,
class TOutputSampleList>
61 Superclass::PrintSelf(os, indent);