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< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType > Class Template Reference

#include <otbVariableLengthVectorConverter.h>

+ Inheritance diagram for otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >:
+ Collaboration diagram for otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef std::vector< std::vector< std::complex< TInternalInputType > > > 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 TInternalInputType, class TPrecisionType>
class otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >

Definition at line 180 of file otbVariableLengthVectorConverter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInternalInputType , class TPrecisionType >
typedef itk::SmartPointer<const Self> otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::ConstPointer

Definition at line 187 of file otbVariableLengthVectorConverter.h.

◆ InputType

template<class TInternalInputType , class TPrecisionType >
typedef std::vector<std::vector<std::complex<TInternalInputType> > > otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::InputType

Definition at line 197 of file otbVariableLengthVectorConverter.h.

◆ OutputPrecisionType

template<class TInternalInputType , class TPrecisionType >
typedef TPrecisionType otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::OutputPrecisionType

Definition at line 193 of file otbVariableLengthVectorConverter.h.

◆ OutputType

template<class TInternalInputType , class TPrecisionType >
typedef itk::VariableLengthVector<OutputPrecisionType> otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::OutputType

Definition at line 196 of file otbVariableLengthVectorConverter.h.

◆ Pointer

template<class TInternalInputType , class TPrecisionType >
typedef itk::SmartPointer<Self> otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::Pointer

Definition at line 186 of file otbVariableLengthVectorConverter.h.

◆ Self

template<class TInternalInputType , class TPrecisionType >
typedef VariableLengthVectorConverter otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::Self

Standard class typedefs

Definition at line 184 of file otbVariableLengthVectorConverter.h.

◆ Superclass

template<class TInternalInputType , class TPrecisionType >
typedef itk::ProcessObject otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::Superclass

Definition at line 185 of file otbVariableLengthVectorConverter.h.

Constructor & Destructor Documentation

◆ VariableLengthVectorConverter() [1/2]

template<class TInternalInputType , class TPrecisionType >
otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::VariableLengthVectorConverter ( )
inlineprotected

Definition at line 202 of file otbVariableLengthVectorConverter.h.

◆ ~VariableLengthVectorConverter()

template<class TInternalInputType , class TPrecisionType >
otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::~VariableLengthVectorConverter ( )
inlineoverrideprotected

Definition at line 205 of file otbVariableLengthVectorConverter.h.

◆ VariableLengthVectorConverter() [2/2]

template<class TInternalInputType , class TPrecisionType >
otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::VariableLengthVectorConverter ( const Self )
privatedelete

Member Function Documentation

◆ Convert()

template<class TInternalInputType , class TPrecisionType >
VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::OutputType otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::Convert ( InputType  input)

Definition at line 67 of file otbVariableLengthVectorConverter.hxx.

◆ CreateAnother()

template<class TInternalInputType , class TPrecisionType >
virtual::itk::LightObject::Pointer otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInternalInputType , class TPrecisionType >
virtual const char* otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInternalInputType , class TPrecisionType >
static Pointer otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInternalInputType , class TPrecisionType >
void otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInternalInputType , class TPrecisionType >
void otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
inlineoverrideprotected

Definition at line 208 of file otbVariableLengthVectorConverter.h.


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