OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage > Class Template Reference

#include <otbImageToVectorImageCastFilter.h>

+ Inheritance diagram for otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >:
+ Collaboration diagram for otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageToVectorImageCastFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputVectorImage, Functor::VectorCast< typename TInputImage::PixelType, typename TOutputVectorImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void GenerateInputRequestedRegion (void) override
 
void GenerateOutputInformation (void) override
 
 ImageToVectorImageCastFilter ()
 
 ~ImageToVectorImageCastFilter () override
 

Private Member Functions

 ImageToVectorImageCastFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputVectorImage>
class otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >

This is a helper class that convert an otb::Image into a single-channel otb::VectorImage.

Examples
Fusion/BayesianFusionImageFilter.cxx, and Fusion/PanSharpeningExample.cxx.

Definition at line 79 of file otbImageToVectorImageCastFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputVectorImage >
typedef itk::SmartPointer<const Self> otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::ConstPointer

Definition at line 90 of file otbImageToVectorImageCastFilter.h.

◆ Pointer

template<class TInputImage , class TOutputVectorImage >
typedef itk::SmartPointer<Self> otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::Pointer

Definition at line 89 of file otbImageToVectorImageCastFilter.h.

◆ Self

template<class TInputImage , class TOutputVectorImage >
typedef ImageToVectorImageCastFilter otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::Self

Standard class typedefs.

Definition at line 85 of file otbImageToVectorImageCastFilter.h.

◆ Superclass

template<class TInputImage , class TOutputVectorImage >
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputVectorImage, Functor::VectorCast<typename TInputImage::PixelType, typename TOutputVectorImage::PixelType> > otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::Superclass

Definition at line 88 of file otbImageToVectorImageCastFilter.h.

Constructor & Destructor Documentation

◆ ImageToVectorImageCastFilter() [1/2]

template<class TInputImage , class TOutputVectorImage >
otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::ImageToVectorImageCastFilter ( )
inlineprotected

Constructor.

Definition at line 100 of file otbImageToVectorImageCastFilter.h.

◆ ~ImageToVectorImageCastFilter()

template<class TInputImage , class TOutputVectorImage >
otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::~ImageToVectorImageCastFilter ( )
inlineoverrideprotected

Detructor.

Definition at line 104 of file otbImageToVectorImageCastFilter.h.

◆ ImageToVectorImageCastFilter() [2/2]

template<class TInputImage , class TOutputVectorImage >
otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::ImageToVectorImageCastFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputVectorImage >
virtual::itk::LightObject::Pointer otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::CreateAnother ( void  ) const

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputVectorImage >
void otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::GenerateInputRequestedRegion ( void  )
inlineoverrideprotected

Copy output requested region to input requested region.

Definition at line 114 of file otbImageToVectorImageCastFilter.h.

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputVectorImage >
void otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::GenerateOutputInformation ( void  )
inlineoverrideprotected

Additional output information for allocation.

Definition at line 108 of file otbImageToVectorImageCastFilter.h.

◆ GetNameOfClass()

template<class TInputImage , class TOutputVectorImage >
virtual const char* otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::GetNameOfClass ( ) const
virtual

Runtime information.

◆ New()

template<class TInputImage , class TOutputVectorImage >
static Pointer otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputVectorImage >
void otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >::operator= ( const Self )
privatedelete

The documentation for this class was generated from the following file: