21 #ifndef otbImageListToImageListFilter_hxx
22 #define otbImageListToImageListFilter_hxx
31 template <
class TInputImage,
class TOutputImage>
34 this->SetNumberOfRequiredInputs(1);
41 template <
class TInputImage,
class TOutputImage>
45 this->itk::ProcessObject::SetNthInput(0,
const_cast<InputImageListType*
>(imageList));
52 template <
class TInputImage,
class TOutputImage>
56 if (this->GetNumberOfInputs() < 1)
62 return static_cast<InputImageListType*
>(this->itk::ProcessObject::GetInput(0));
virtual InputImageListType * GetInput(void)
ImageList< InputImageType > InputImageListType
ImageListToImageListFilter()
virtual void SetInput(const InputImageListType *imageList)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.