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