te::rp::WisperFusion::InputParameters Class Reference

WisperFusion input parameters. More...

#include <WisperFusion.h>

Inheritance diagram for te::rp::WisperFusion::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
 InputParameters ()
 
 InputParameters (const InputParameters &)
 
const InputParametersoperator= (const InputParameters &params)
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~InputParameters ()
 

Public Attributes

bool m_enableMultiThread
 Enable/Disable the use of multi-threads (default:true). More...
 
bool m_enableProgress
 Enable/Disable the progress interface (default:false). More...
 
unsigned int m_highResRasterBand
 Band to process from the high-resolution raster. More...
 
te::rst::Raster const * m_highResRasterPtr
 Input high-resolution raster. More...
 
te::rp::srf::SensorType m_hiResRasterBandSensor
 The high resolution band sensor. More...
 
std::map< double, double > m_hiResRasterBandsSRFs
 An optional vector of user supplied Spectral Response Functions for the high resolution band (The wavelength unit: Nanometers (nm) ). More...
 
unsigned int m_hiResRasterWaveletLevels
 The number of wavelet decomposition levels to use (0-automatically found, default:0). More...
 
te::rst::Interpolator::Method m_interpMethod
 The raster interpolator method (default:NearestNeighbor). More...
 
std::vector< unsigned int > m_lowResRasterBands
 Bands to processe from the low resolution raster. More...
 
std::vector< te::rp::srf::SensorTypem_lowResRasterBandSensors
 The low resolution bands sensors. More...
 
std::vector< std::map< double, double > > m_lowResRasterBandsSRFs
 An optional vector of user supplied Spectral Response Functions for each low resolution band (The wavelength unit: Nanometers (nm) ). More...
 
te::rst::Raster const * m_lowResRasterPtr
 Input low-resolution multi-band raster. More...
 
boost::numeric::ublas::matrix< double > const * m_userWaveletFilterPtr
 An optional pointer to an user filter. More...
 
te::rp::WaveletAtrousFilterType m_waveletFilterType
 The wavelet filter type to use (default: TriangleWAFilter);. More...
 

Detailed Description

WisperFusion input parameters.

Definition at line 65 of file WisperFusion.h.

Constructor & Destructor Documentation

te::rp::WisperFusion::InputParameters::InputParameters ( )
te::rp::WisperFusion::InputParameters::InputParameters ( const InputParameters )
te::rp::WisperFusion::InputParameters::~InputParameters ( )

Member Function Documentation

AbstractParameters* te::rp::WisperFusion::InputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

const InputParameters& te::rp::WisperFusion::InputParameters::operator= ( const InputParameters params)
void te::rp::WisperFusion::InputParameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Member Data Documentation

bool te::rp::WisperFusion::InputParameters::m_enableMultiThread

Enable/Disable the use of multi-threads (default:true).

Definition at line 95 of file WisperFusion.h.

bool te::rp::WisperFusion::InputParameters::m_enableProgress

Enable/Disable the progress interface (default:false).

Definition at line 87 of file WisperFusion.h.

unsigned int te::rp::WisperFusion::InputParameters::m_highResRasterBand

Band to process from the high-resolution raster.

Definition at line 79 of file WisperFusion.h.

te::rst::Raster const* te::rp::WisperFusion::InputParameters::m_highResRasterPtr

Input high-resolution raster.

Definition at line 77 of file WisperFusion.h.

te::rp::srf::SensorType te::rp::WisperFusion::InputParameters::m_hiResRasterBandSensor

The high resolution band sensor.

Definition at line 81 of file WisperFusion.h.

std::map< double, double > te::rp::WisperFusion::InputParameters::m_hiResRasterBandsSRFs

An optional vector of user supplied Spectral Response Functions for the high resolution band (The wavelength unit: Nanometers (nm) ).

Definition at line 83 of file WisperFusion.h.

unsigned int te::rp::WisperFusion::InputParameters::m_hiResRasterWaveletLevels

The number of wavelet decomposition levels to use (0-automatically found, default:0).

Definition at line 85 of file WisperFusion.h.

te::rst::Interpolator::Method te::rp::WisperFusion::InputParameters::m_interpMethod

The raster interpolator method (default:NearestNeighbor).

Definition at line 89 of file WisperFusion.h.

std::vector< unsigned int > te::rp::WisperFusion::InputParameters::m_lowResRasterBands

Bands to processe from the low resolution raster.

Definition at line 71 of file WisperFusion.h.

std::vector< te::rp::srf::SensorType > te::rp::WisperFusion::InputParameters::m_lowResRasterBandSensors

The low resolution bands sensors.

Definition at line 73 of file WisperFusion.h.

std::vector< std::map< double, double > > te::rp::WisperFusion::InputParameters::m_lowResRasterBandsSRFs

An optional vector of user supplied Spectral Response Functions for each low resolution band (The wavelength unit: Nanometers (nm) ).

Definition at line 75 of file WisperFusion.h.

te::rst::Raster const* te::rp::WisperFusion::InputParameters::m_lowResRasterPtr

Input low-resolution multi-band raster.

Definition at line 69 of file WisperFusion.h.

boost::numeric::ublas::matrix< double > const* te::rp::WisperFusion::InputParameters::m_userWaveletFilterPtr

An optional pointer to an user filter.

Definition at line 93 of file WisperFusion.h.

te::rp::WaveletAtrousFilterType te::rp::WisperFusion::InputParameters::m_waveletFilterType

The wavelet filter type to use (default: TriangleWAFilter);.

Definition at line 91 of file WisperFusion.h.


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