21 #ifndef otbImageListSource_hxx
22 #define otbImageListSource_hxx
31 template <
class TOutputImage>
34 this->Superclass::SetNumberOfRequiredOutputs(1);
42 template <
class TOutputImage>
45 if (this->GetNumberOfOutputs() < 1)
49 return static_cast<OutputImageListType*
>(this->ProcessObject::GetOutput(0));