OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::AtmosphericEffects< TSpectralResponse, TRSR > Class Template Reference

#include <otbAtmosphericEffects.h>

+ Inheritance diagram for otb::AtmosphericEffects< TSpectralResponse, TRSR >:
+ Collaboration diagram for otb::AtmosphericEffects< TSpectralResponse, TRSR >:

Public Types

typedef AtmosphericRadiativeTermsType::Pointer AtmosphericRadiativeTermsPointerType
 
typedef otb::AtmosphericRadiativeTerms AtmosphericRadiativeTermsType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputRSRType::Pointer InputRSRPointerType
 
typedef TRSR InputRSRType
 
typedef InputSpectralResponseType::Pointer InputSpectralResponsePointerType
 
typedef TSpectralResponse InputSpectralResponseType
 
typedef InputSpectralResponseType::PairType PairType
 
typedef itk::SmartPointer< SelfPointer
 
typedef InputRSRType::PrecisionType PrecisionType
 
typedef AtmosphericEffects Self
 
typedef itk::DataObject Superclass
 
typedef InputRSRType::ValuePrecisionType ValuePrecisionType
 
AtmosphericRadiativeTermsPointerType m_AtmosphericRadiativeTerms
 
InputSpectralResponsePointerType m_InputSpectralResponse
 
InputSpectralResponsePointerType m_CorrectedSpectralResponse
 
InputRSRPointerType m_InputSatRSR
 
bool m_IsSetAtmosphericRadiativeTerms
 
static Pointer New ()
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual const InputRSRTypeGetInputSatRSR () const
 
virtual void SetInputSatRSR (InputRSRType *_arg)
 
virtual const InputSpectralResponseTypeGetInputSpectralResponse () const
 
virtual void SetInputSpectralResponse (InputSpectralResponseType *_arg)
 
void SetAtmosphericRadiativeTerms (AtmosphericRadiativeTermsPointerType atmoRadTerms)
 
virtual const AtmosphericRadiativeTermsTypeGetAtmosphericRadiativeTerms () const
 
 itkGetObjectMacro (CorrectedSpectralResponse, InputSpectralResponseType)
 
void Process ()
 
 AtmosphericEffects ()
 
 ~AtmosphericEffects () override=default
 
 AtmosphericEffects (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TSpectralResponse, class TRSR>
class otb::AtmosphericEffects< TSpectralResponse, TRSR >

This class applies atmospheric effects, computed from otbAtmosphericCorrectionParametersTo6SRadiativeTerms to an input spectrum (otbSpectralResponse) using the otbSurfaceReflectanceToReflectanceFilter.

The two templates indicate:

See also
itk::DataObject

Definition at line 41 of file otbAtmosphericEffects.h.

Member Typedef Documentation

◆ AtmosphericRadiativeTermsPointerType

template<class TSpectralResponse , class TRSR >
typedef AtmosphericRadiativeTermsType::Pointer otb::AtmosphericEffects< TSpectralResponse, TRSR >::AtmosphericRadiativeTermsPointerType

Definition at line 69 of file otbAtmosphericEffects.h.

◆ AtmosphericRadiativeTermsType

template<class TSpectralResponse , class TRSR >
typedef otb::AtmosphericRadiativeTerms otb::AtmosphericEffects< TSpectralResponse, TRSR >::AtmosphericRadiativeTermsType

Definition at line 68 of file otbAtmosphericEffects.h.

◆ ConstPointer

template<class TSpectralResponse , class TRSR >
typedef itk::SmartPointer<const Self> otb::AtmosphericEffects< TSpectralResponse, TRSR >::ConstPointer

Definition at line 48 of file otbAtmosphericEffects.h.

◆ InputRSRPointerType

template<class TSpectralResponse , class TRSR >
typedef InputRSRType::Pointer otb::AtmosphericEffects< TSpectralResponse, TRSR >::InputRSRPointerType

Definition at line 60 of file otbAtmosphericEffects.h.

◆ InputRSRType

template<class TSpectralResponse , class TRSR >
typedef TRSR otb::AtmosphericEffects< TSpectralResponse, TRSR >::InputRSRType

Template parameters typedef. The relatives spectral response of a sensor (RSR)

Definition at line 58 of file otbAtmosphericEffects.h.

◆ InputSpectralResponsePointerType

template<class TSpectralResponse , class TRSR >
typedef InputSpectralResponseType::Pointer otb::AtmosphericEffects< TSpectralResponse, TRSR >::InputSpectralResponsePointerType

Definition at line 61 of file otbAtmosphericEffects.h.

◆ InputSpectralResponseType

template<class TSpectralResponse , class TRSR >
typedef TSpectralResponse otb::AtmosphericEffects< TSpectralResponse, TRSR >::InputSpectralResponseType

Template parameters typedef. Spectral response of a material (from the JPL ASTER spectral library for example)

Definition at line 53 of file otbAtmosphericEffects.h.

◆ PairType

template<class TSpectralResponse , class TRSR >
typedef InputSpectralResponseType::PairType otb::AtmosphericEffects< TSpectralResponse, TRSR >::PairType

Definition at line 65 of file otbAtmosphericEffects.h.

◆ Pointer

template<class TSpectralResponse , class TRSR >
typedef itk::SmartPointer<Self> otb::AtmosphericEffects< TSpectralResponse, TRSR >::Pointer

Definition at line 47 of file otbAtmosphericEffects.h.

◆ PrecisionType

template<class TSpectralResponse , class TRSR >
typedef InputRSRType::PrecisionType otb::AtmosphericEffects< TSpectralResponse, TRSR >::PrecisionType

Definition at line 63 of file otbAtmosphericEffects.h.

◆ Self

template<class TSpectralResponse , class TRSR >
typedef AtmosphericEffects otb::AtmosphericEffects< TSpectralResponse, TRSR >::Self

Standard class typedefs

Definition at line 45 of file otbAtmosphericEffects.h.

◆ Superclass

template<class TSpectralResponse , class TRSR >
typedef itk::DataObject otb::AtmosphericEffects< TSpectralResponse, TRSR >::Superclass

Definition at line 46 of file otbAtmosphericEffects.h.

◆ ValuePrecisionType

template<class TSpectralResponse , class TRSR >
typedef InputRSRType::ValuePrecisionType otb::AtmosphericEffects< TSpectralResponse, TRSR >::ValuePrecisionType

Definition at line 64 of file otbAtmosphericEffects.h.

Constructor & Destructor Documentation

◆ AtmosphericEffects() [1/2]

template<class TSpectralResponse , class TRSR >
otb::AtmosphericEffects< TSpectralResponse, TRSR >::AtmosphericEffects
protected

Constructor

Definition at line 31 of file otbAtmosphericEffects.hxx.

◆ ~AtmosphericEffects()

template<class TSpectralResponse , class TRSR >
otb::AtmosphericEffects< TSpectralResponse, TRSR >::~AtmosphericEffects ( )
overrideprotecteddefault

Constructor from a ASCII file Destructor

◆ AtmosphericEffects() [2/2]

template<class TSpectralResponse , class TRSR >
otb::AtmosphericEffects< TSpectralResponse, TRSR >::AtmosphericEffects ( const Self )
privatedelete

PrintSelf method

Member Function Documentation

◆ CreateAnother()

template<class TSpectralResponse , class TRSR >
virtual::itk::LightObject::Pointer otb::AtmosphericEffects< TSpectralResponse, TRSR >::CreateAnother ( void  ) const

Standard macros

◆ GetAtmosphericRadiativeTerms()

template<class TSpectralResponse , class TRSR >
virtual const AtmosphericRadiativeTermsType* otb::AtmosphericEffects< TSpectralResponse, TRSR >::GetAtmosphericRadiativeTerms ( ) const
virtual

Standard macros

◆ GetInputSatRSR()

template<class TSpectralResponse , class TRSR >
virtual const InputRSRType* otb::AtmosphericEffects< TSpectralResponse, TRSR >::GetInputSatRSR ( ) const
virtual

Standard macros

◆ GetInputSpectralResponse()

template<class TSpectralResponse , class TRSR >
virtual const InputSpectralResponseType* otb::AtmosphericEffects< TSpectralResponse, TRSR >::GetInputSpectralResponse ( ) const
virtual

Standard macros

◆ GetNameOfClass()

template<class TSpectralResponse , class TRSR >
virtual const char* otb::AtmosphericEffects< TSpectralResponse, TRSR >::GetNameOfClass ( ) const
virtual

Standard macros

◆ itkGetObjectMacro()

template<class TSpectralResponse , class TRSR >
otb::AtmosphericEffects< TSpectralResponse, TRSR >::itkGetObjectMacro ( CorrectedSpectralResponse  ,
InputSpectralResponseType   
)

Standard macros

◆ New()

template<class TSpectralResponse , class TRSR >
static Pointer otb::AtmosphericEffects< TSpectralResponse, TRSR >::New ( )
static

Standard macros

◆ operator=()

template<class TSpectralResponse , class TRSR >
void otb::AtmosphericEffects< TSpectralResponse, TRSR >::operator= ( const Self )
privatedelete

Standard macros

◆ Process()

template<class TSpectralResponse , class TRSR >
void otb::AtmosphericEffects< TSpectralResponse, TRSR >::Process

Standard macros

Definition at line 53 of file otbAtmosphericEffects.hxx.

◆ SetAtmosphericRadiativeTerms()

template<class TSpectralResponse , class TRSR >
void otb::AtmosphericEffects< TSpectralResponse, TRSR >::SetAtmosphericRadiativeTerms ( AtmosphericRadiativeTermsPointerType  atmoRadTerms)
inline

Get/Set Atmospheric Radiative Terms.

Definition at line 83 of file otbAtmosphericEffects.h.

References otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_AtmosphericRadiativeTerms.

◆ SetInputSatRSR()

template<class TSpectralResponse , class TRSR >
virtual void otb::AtmosphericEffects< TSpectralResponse, TRSR >::SetInputSatRSR ( InputRSRType _arg)
virtual

Standard macros

◆ SetInputSpectralResponse()

template<class TSpectralResponse , class TRSR >
virtual void otb::AtmosphericEffects< TSpectralResponse, TRSR >::SetInputSpectralResponse ( InputSpectralResponseType _arg)
virtual

Standard macros

Member Data Documentation

◆ m_AtmosphericRadiativeTerms

template<class TSpectralResponse , class TRSR >
AtmosphericRadiativeTermsPointerType otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_AtmosphericRadiativeTerms
private

◆ m_CorrectedSpectralResponse

template<class TSpectralResponse , class TRSR >
InputSpectralResponsePointerType otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_CorrectedSpectralResponse
private

Standard macros

Definition at line 118 of file otbAtmosphericEffects.h.

◆ m_InputSatRSR

template<class TSpectralResponse , class TRSR >
InputRSRPointerType otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_InputSatRSR
private

Standard macros

Definition at line 119 of file otbAtmosphericEffects.h.

◆ m_InputSpectralResponse

template<class TSpectralResponse , class TRSR >
InputSpectralResponsePointerType otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_InputSpectralResponse
private

Standard macros

Definition at line 117 of file otbAtmosphericEffects.h.

◆ m_IsSetAtmosphericRadiativeTerms

template<class TSpectralResponse , class TRSR >
bool otb::AtmosphericEffects< TSpectralResponse, TRSR >::m_IsSetAtmosphericRadiativeTerms
private

Standard macros

Definition at line 121 of file otbAtmosphericEffects.h.


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