21 #ifndef otbImageListToVectorImageFilter_h
22 #define otbImageListToVectorImageFilter_h
41 template <
class TImageList,
class TVectorImage>
90 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
97 #ifndef OTB_MANUAL_INSTANTIATION
Base class for all the filters taking an images list as input to produce an image.
Converts an ImageList to a VectorImage.
ImageListToVectorImageFilter(const Self &)=delete
itk::SmartPointer< Self > Pointer
InputImageListType::ImageType InputImageType
~ImageListToVectorImageFilter() override
void PrintSelf(std::ostream &os, itk::Indent indent) const override
void GenerateInputRequestedRegion(void) override
ImageListToImageFilter< typename TImageList::ImageType, TVectorImage > Superclass
void GenerateOutputInformation(void) override
ImageListToVectorImageFilter Self
itk::SmartPointer< const Self > ConstPointer
ImageListToVectorImageFilter()
TVectorImage OutputVectorImageType
void GenerateData(void) override
InputImageListType::Pointer InputImageListPointerType
InputImageType::Pointer InputImagePointerType
void operator=(const Self &)=delete
TImageList InputImageListType
OutputVectorImageType::Pointer OutputVectorImagePointerType
Base class for all the filters taking an image input to produce an image list.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.