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);
void SetInput(const InputSampleListType *inputPtr)
void PrintSelf(std::ostream &os, itk::Indent indent) const override
TInputSampleList InputSampleListType
const InputSampleListType * GetInput() const
ListSampleToListSampleFilter()
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.