![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbImageToImageListFilter.h>
Inheritance diagram for otb::ImageToImageListFilter< TInputImage, TOutputImage >:
Collaboration diagram for otb::ImageToImageListFilter< TInputImage, TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::ConstPointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TInputImage | InputImageType |
| typedef Superclass::OutputImageListType | OutputImageListType |
| typedef Superclass::OutputImagePointerType | OutputImagePointerType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ImageToImageListFilter | Self |
| typedef InputImageType::SizeType | SizeType |
| typedef ImageListSource< TOutputImage > | Superclass |
| typedef InputImageType::ValueType | ValueType |
Public Types inherited from otb::ImageListSource< TOutputImage > | |
| 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 |
Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual OutputImageListType * | GetOutput (void) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
| virtual void | SetInput (const InputImageType *image) |
| InputImageType * | GetInput (void) |
| ImageToImageListFilter () | |
| ~ImageToImageListFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ImageToImageListFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::ImageListSource< TOutputImage > | |
| ImageListSource () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~ImageListSource () override | |
Base class for all the filters taking an image input to produce an image list.
Definition at line 39 of file otbImageToImageListFilter.h.
| typedef itk::SmartPointer<const Self> otb::ImageToImageListFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 46 of file otbImageToImageListFilter.h.
| typedef InputImageType::PixelType otb::ImageToImageListFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 58 of file otbImageToImageListFilter.h.
| typedef InputImageType::ConstPointer otb::ImageToImageListFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 56 of file otbImageToImageListFilter.h.
| typedef InputImageType::RegionType otb::ImageToImageListFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 57 of file otbImageToImageListFilter.h.
| typedef TInputImage otb::ImageToImageListFilter< TInputImage, TOutputImage >::InputImageType |
Template parameters typedefs
Definition at line 52 of file otbImageToImageListFilter.h.
| typedef Superclass::OutputImageListType otb::ImageToImageListFilter< TInputImage, TOutputImage >::OutputImageListType |
Definition at line 64 of file otbImageToImageListFilter.h.
| typedef Superclass::OutputImagePointerType otb::ImageToImageListFilter< TInputImage, TOutputImage >::OutputImagePointerType |
Definition at line 65 of file otbImageToImageListFilter.h.
| typedef Superclass::OutputImageType otb::ImageToImageListFilter< TInputImage, TOutputImage >::OutputImageType |
Derived typedefs
Definition at line 63 of file otbImageToImageListFilter.h.
| typedef itk::SmartPointer<Self> otb::ImageToImageListFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 45 of file otbImageToImageListFilter.h.
| typedef ImageToImageListFilter otb::ImageToImageListFilter< TInputImage, TOutputImage >::Self |
Standard typedefs
Definition at line 43 of file otbImageToImageListFilter.h.
| typedef InputImageType::SizeType otb::ImageToImageListFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 59 of file otbImageToImageListFilter.h.
| typedef ImageListSource<TOutputImage> otb::ImageToImageListFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 44 of file otbImageToImageListFilter.h.
| typedef InputImageType::ValueType otb::ImageToImageListFilter< TInputImage, TOutputImage >::ValueType |
Definition at line 60 of file otbImageToImageListFilter.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 81 of file otbImageToImageListFilter.h.
|
privatedelete |
Constructor
| virtual::itk::LightObject::Pointer otb::ImageToImageListFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
| InputImageType* otb::ImageToImageListFilter< TInputImage, TOutputImage >::GetInput | ( | void | ) |
Constructor
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageListSource< TOutputImage >.
Reimplemented in otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD, TCost >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD >, otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >, otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >, and otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >.
|
static |
Type macro
|
privatedelete |
Constructor
|
overrideprotected |
PrintSelf method
|
virtual |
Constructor
|
static |
InputImage dimension constant
Definition at line 68 of file otbImageToImageListFilter.h.
1.8.17