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::VariableLengthVectorConverter< TInputType, TPrecisionType > Class Template Reference

#include <otbVariableLengthVectorConverter.h>

+ Inheritance diagram for otb::VariableLengthVectorConverter< TInputType, TPrecisionType >:
+ Collaboration diagram for otb::VariableLengthVectorConverter< TInputType, TPrecisionType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputType InputType
 
typedef TPrecisionType OutputPrecisionType
 
typedef itk::VariableLengthVector< OutputPrecisionTypeOutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef VariableLengthVectorConverter Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

OutputType Convert (InputType input)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 VariableLengthVectorConverter ()
 
 ~VariableLengthVectorConverter () override
 

Private Member Functions

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

Detailed Description

template<class TInputType, class TPrecisionType = double>
class otb::VariableLengthVectorConverter< TInputType, TPrecisionType >

Convert any data container type into a VariableLengthVector.

To be usable, the desired conversion must be implemented through partial specialisation mechanism.

Definition at line 46 of file otbVariableLengthVectorConverter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputType , class TPrecisionType = double>
typedef itk::SmartPointer<const Self> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::ConstPointer

Definition at line 53 of file otbVariableLengthVectorConverter.h.

◆ InputType

template<class TInputType , class TPrecisionType = double>
typedef TInputType otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::InputType

Definition at line 63 of file otbVariableLengthVectorConverter.h.

◆ OutputPrecisionType

template<class TInputType , class TPrecisionType = double>
typedef TPrecisionType otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::OutputPrecisionType

Definition at line 59 of file otbVariableLengthVectorConverter.h.

◆ OutputType

template<class TInputType , class TPrecisionType = double>
typedef itk::VariableLengthVector<OutputPrecisionType> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::OutputType

Definition at line 62 of file otbVariableLengthVectorConverter.h.

◆ Pointer

template<class TInputType , class TPrecisionType = double>
typedef itk::SmartPointer<Self> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Pointer

Definition at line 52 of file otbVariableLengthVectorConverter.h.

◆ Self

template<class TInputType , class TPrecisionType = double>
typedef VariableLengthVectorConverter otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Self

Standard class typedefs

Definition at line 50 of file otbVariableLengthVectorConverter.h.

◆ Superclass

template<class TInputType , class TPrecisionType = double>
typedef itk::ProcessObject otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Superclass

Definition at line 51 of file otbVariableLengthVectorConverter.h.

Constructor & Destructor Documentation

◆ VariableLengthVectorConverter() [1/2]

template<class TInputType , class TPrecisionType = double>
otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::VariableLengthVectorConverter ( )
inlineprotected

Definition at line 74 of file otbVariableLengthVectorConverter.h.

◆ ~VariableLengthVectorConverter()

template<class TInputType , class TPrecisionType = double>
otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::~VariableLengthVectorConverter ( )
inlineoverrideprotected

Definition at line 77 of file otbVariableLengthVectorConverter.h.

◆ VariableLengthVectorConverter() [2/2]

template<class TInputType , class TPrecisionType = double>
otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::VariableLengthVectorConverter ( const Self )
privatedelete

Member Function Documentation

◆ Convert()

template<class TInputType , class TPrecisionType = double>
OutputType otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Convert ( InputType  input)
inline

Definition at line 65 of file otbVariableLengthVectorConverter.h.

◆ CreateAnother()

template<class TInputType , class TPrecisionType = double>
virtual::itk::LightObject::Pointer otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputType , class TPrecisionType = double>
virtual const char* otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputType , class TPrecisionType = double>
static Pointer otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputType , class TPrecisionType = double>
void otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInputType , class TPrecisionType = double>
void otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
inlineoverrideprotected

Definition at line 80 of file otbVariableLengthVectorConverter.h.


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