OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageListToImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageListType::ConstPointer | InputImageListConstPointerType |
typedef ImageList< InputImageType > | InputImageListType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef Superclass::OutputImageType | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImageListToImageFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef itk::ImageSource< TOutputImage > | Superclass |
typedef InputImageType::ValueType | ValueType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
virtual void | SetInput (const InputImageListType *image) |
InputImageListType * | GetInput (void) |
ImageListToImageFilter () | |
~ImageListToImageFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
ImageListToImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Base class for all the filters taking an images list as input to produce an image.
Definition at line 40 of file otbImageListToImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ImageListToImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 47 of file otbImageListToImageFilter.h.
typedef InputImageListType::ConstPointer otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImageListConstPointerType |
Definition at line 63 of file otbImageListToImageFilter.h.
typedef ImageList<InputImageType> otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImageListType |
Definition at line 62 of file otbImageListToImageFilter.h.
typedef InputImageType::PixelType otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 59 of file otbImageListToImageFilter.h.
typedef InputImageType::ConstPointer otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 57 of file otbImageListToImageFilter.h.
typedef InputImageType::RegionType otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 58 of file otbImageListToImageFilter.h.
typedef TInputImage otb::ImageListToImageFilter< TInputImage, TOutputImage >::InputImageType |
Template parameters typedefs
Definition at line 53 of file otbImageListToImageFilter.h.
typedef OutputImageType::Pointer otb::ImageListToImageFilter< TInputImage, TOutputImage >::OutputImagePointerType |
Definition at line 67 of file otbImageListToImageFilter.h.
typedef Superclass::OutputImageType otb::ImageListToImageFilter< TInputImage, TOutputImage >::OutputImageType |
Derived typedefs
Definition at line 66 of file otbImageListToImageFilter.h.
typedef itk::SmartPointer<Self> otb::ImageListToImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 46 of file otbImageListToImageFilter.h.
typedef ImageListToImageFilter otb::ImageListToImageFilter< TInputImage, TOutputImage >::Self |
Standard typedefs
Definition at line 44 of file otbImageListToImageFilter.h.
typedef InputImageType::SizeType otb::ImageListToImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 60 of file otbImageListToImageFilter.h.
typedef itk::ImageSource<TOutputImage> otb::ImageListToImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 45 of file otbImageListToImageFilter.h.
typedef InputImageType::ValueType otb::ImageListToImageFilter< TInputImage, TOutputImage >::ValueType |
Definition at line 61 of file otbImageListToImageFilter.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 83 of file otbImageListToImageFilter.h.
|
privatedelete |
Constructor
virtual::itk::LightObject::Pointer otb::ImageListToImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
InputImageListType* otb::ImageListToImageFilter< TInputImage, TOutputImage >::GetInput | ( | void | ) |
Constructor
|
virtual |
Creation through object factory macro
Reimplemented in otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE, FullyDecomposedWaveletPacketCost< TInputImage > >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE >, and otb::ProfileDerivativeToMultiScaleCharacteristicsFilter< TInputImage, TOutputImage, TLabeledImage >.
|
static |
Type macro
|
privatedelete |
Constructor
|
overrideprotected |
PrintSelf method
|
virtual |
Constructor
|
static |
InputImage dimension constant
Definition at line 70 of file otbImageListToImageFilter.h.