![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbImageListSource.h>
Inheritance diagram for otb::ImageListSource< TOutputImage >:
Collaboration diagram for otb::ImageListSource< TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::DataObject::Pointer | DataObjectPointer |
| typedef OutputImageListType::ConstPointer | OutputImageListConstPointerType |
| typedef OutputImageListType::Pointer | OutputImageListPointerType |
| typedef ImageList< OutputImageType > | OutputImageListType |
| typedef OutputImageType::Pointer | OutputImagePointerType |
| typedef TOutputImage | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ImageListSource | Self |
| typedef itk::ProcessObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual OutputImageListType * | GetOutput (void) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| ImageListSource () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~ImageListSource () override | |
Private Member Functions | |
| ImageListSource (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Base class for all the filters producing an otbImageList.
Definition at line 40 of file otbImageListSource.h.
| typedef itk::SmartPointer<const Self> otb::ImageListSource< TOutputImage >::ConstPointer |
Definition at line 47 of file otbImageListSource.h.
| typedef itk::DataObject::Pointer otb::ImageListSource< TOutputImage >::DataObjectPointer |
Data object pointer type
Definition at line 53 of file otbImageListSource.h.
| typedef OutputImageListType::ConstPointer otb::ImageListSource< TOutputImage >::OutputImageListConstPointerType |
Definition at line 63 of file otbImageListSource.h.
| typedef OutputImageListType::Pointer otb::ImageListSource< TOutputImage >::OutputImageListPointerType |
Definition at line 62 of file otbImageListSource.h.
| typedef ImageList<OutputImageType> otb::ImageListSource< TOutputImage >::OutputImageListType |
Definition at line 61 of file otbImageListSource.h.
| typedef OutputImageType::Pointer otb::ImageListSource< TOutputImage >::OutputImagePointerType |
Definition at line 60 of file otbImageListSource.h.
| typedef TOutputImage otb::ImageListSource< TOutputImage >::OutputImageType |
Template parameter typedef
Definition at line 59 of file otbImageListSource.h.
| typedef itk::SmartPointer<Self> otb::ImageListSource< TOutputImage >::Pointer |
Definition at line 46 of file otbImageListSource.h.
| typedef ImageListSource otb::ImageListSource< TOutputImage >::Self |
Standard typedefs
Definition at line 44 of file otbImageListSource.h.
| typedef itk::ProcessObject otb::ImageListSource< TOutputImage >::Superclass |
Definition at line 45 of file otbImageListSource.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 73 of file otbImageListSource.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::ImageListSource< TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Creation through object factory macro
Reimplemented in otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD, TCost >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD >, otb::ImageSeriesFileReaderBase< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< TImage, TImage >, otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >, otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >, otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >, otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >, otb::ImageToImageListFilter< TInputImage, TOutputImage >, otb::ImageToImageListFilter< TImage, TImageList::ImageType >, otb::ImageToImageListFilter< TImage, TImage >, otb::ImageToImageListFilter< TVectorImageType, TImageList::ImageType >, otb::ImageListToImageListFilter< TInputImage, TOutputImage >, and otb::ImageListToImageListFilter< TInputImageList::ImageType, TOutputImageList::ImageType >.
|
virtual |
Overriding of the GetOutput() method
Reimplemented in otb::ImageSeriesFileReaderBase< TImage, TInternalImage >, otb::ImageSeriesFileReaderBase< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< TImage, TImage >, and otb::GeodesicMorphologyIterativeDecompositionImageFilter< TImage, TStructuringElement >.
|
static |
Type macro
|
privatedelete |
|
overrideprotected |
PrintSelf method
1.8.17