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::WaveletGenerator< TMotherWaveletOperator > Class Template Reference

#include <otbWaveletGenerator.h>

+ Inheritance diagram for otb::WaveletGenerator< TMotherWaveletOperator >:
+ Collaboration diagram for otb::WaveletGenerator< TMotherWaveletOperator >:

Public Types

typedef std::vector< double > CoefficientVector
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef WaveletGenerator Self
 
typedef itk::LightObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
void GetHighPassCoefficientVector (CoefficientVector &coeff) const
 
void GetLowPassCoefficientVector (CoefficientVector &coeff) const
 
virtual const char * GetNameOfClass () const
 
const char * GetWaveletName () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 WaveletGenerator ()
 
 ~WaveletGenerator () override
 

Private Member Functions

void operator= (const Self &)
 
 WaveletGenerator (const Self &)
 

Detailed Description

template<Wavelet::Wavelet TMotherWaveletOperator>
class otb::WaveletGenerator< TMotherWaveletOperator >

Wavelet coefficient definition.

The wavelet coefficient definitions mainly come from "Ten Lecture on Wavelets", of Ingrid Daubechies, Society for Industrial and Applied Mathematics, 1992.

The class is templated with the wavelet ID from the Wavelet::Wavelet type. The members throw an exception if the template specialization is not defined according to the wavelet ID.

Definition at line 70 of file otbWaveletGenerator.h.

Member Typedef Documentation

◆ CoefficientVector

template<Wavelet::Wavelet TMotherWaveletOperator>
typedef std::vector<double> otb::WaveletGenerator< TMotherWaveletOperator >::CoefficientVector

Typedef similar to itk::NeighborhoodOperator

Definition at line 83 of file otbWaveletGenerator.h.

◆ ConstPointer

template<Wavelet::Wavelet TMotherWaveletOperator>
typedef itk::SmartPointer<const Self> otb::WaveletGenerator< TMotherWaveletOperator >::ConstPointer

Definition at line 77 of file otbWaveletGenerator.h.

◆ Pointer

template<Wavelet::Wavelet TMotherWaveletOperator>
typedef itk::SmartPointer<Self> otb::WaveletGenerator< TMotherWaveletOperator >::Pointer

Definition at line 76 of file otbWaveletGenerator.h.

◆ Self

template<Wavelet::Wavelet TMotherWaveletOperator>
typedef WaveletGenerator otb::WaveletGenerator< TMotherWaveletOperator >::Self

Standard typedefs

Definition at line 74 of file otbWaveletGenerator.h.

◆ Superclass

template<Wavelet::Wavelet TMotherWaveletOperator>
typedef itk::LightObject otb::WaveletGenerator< TMotherWaveletOperator >::Superclass

Definition at line 75 of file otbWaveletGenerator.h.

Constructor & Destructor Documentation

◆ WaveletGenerator() [1/2]

template<Wavelet::Wavelet TMotherWaveletOperator>
otb::WaveletGenerator< TMotherWaveletOperator >::WaveletGenerator ( )
inlineprotected

Definition at line 107 of file otbWaveletGenerator.h.

◆ ~WaveletGenerator()

template<Wavelet::Wavelet TMotherWaveletOperator>
otb::WaveletGenerator< TMotherWaveletOperator >::~WaveletGenerator ( )
inlineoverrideprotected

Definition at line 110 of file otbWaveletGenerator.h.

◆ WaveletGenerator() [2/2]

template<Wavelet::Wavelet TMotherWaveletOperator>
otb::WaveletGenerator< TMotherWaveletOperator >::WaveletGenerator ( const Self )
private

Member Function Documentation

◆ CreateAnother()

template<Wavelet::Wavelet TMotherWaveletOperator>
virtual::itk::LightObject::Pointer otb::WaveletGenerator< TMotherWaveletOperator >::CreateAnother ( void  ) const

◆ GetHighPassCoefficientVector()

template<Wavelet::Wavelet TMotherWaveletOperator>
void otb::WaveletGenerator< TMotherWaveletOperator >::GetHighPassCoefficientVector ( CoefficientVector coeff) const

GetHighPassCoefficientVector By default (without template specification) it does nothing usable

◆ GetLowPassCoefficientVector()

template<Wavelet::Wavelet TMotherWaveletOperator>
void otb::WaveletGenerator< TMotherWaveletOperator >::GetLowPassCoefficientVector ( CoefficientVector coeff) const

GetLowPassCoefficientVector By default (without template specification) it does nothing usable

◆ GetNameOfClass()

template<Wavelet::Wavelet TMotherWaveletOperator>
virtual const char* otb::WaveletGenerator< TMotherWaveletOperator >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

◆ GetWaveletName()

template<Wavelet::Wavelet TMotherWaveletOperator>
const char* otb::WaveletGenerator< TMotherWaveletOperator >::GetWaveletName ( ) const

GetWaveletName By default (without template specification) it does nothing usable

◆ New()

template<Wavelet::Wavelet TMotherWaveletOperator>
static Pointer otb::WaveletGenerator< TMotherWaveletOperator >::New ( )
static

Type macro

◆ operator=()

template<Wavelet::Wavelet TMotherWaveletOperator>
void otb::WaveletGenerator< TMotherWaveletOperator >::operator= ( const Self )
private

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