Loading...
Searching...
No Matches
te::rp::AssistedHarmonization::OutputParameters Class Reference

AssistedHarmonization output parameters. More...

#include <AssistedHarmonization.h>

Inheritance diagram for te::rp::AssistedHarmonization::OutputParameters:
te::rp::AlgorithmOutputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance.
 
const OutputParametersoperator= (const OutputParameters &params)
 
 OutputParameters ()
 
 OutputParameters (const OutputParameters &)
 
void reset ()
 Clear all internal allocated resources and reset the parameters instance to its initial state.
 
 ~OutputParameters ()
 

Public Attributes

std::vector< double > m_gains
 The bands gains used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).
 
std::vector< double > m_inOffsets
 The bands input offsets used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).
 
std::vector< double > m_outOffsets
 The bands output offsets used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).
 
std::unique_ptr< te::rst::Rasterm_outputRasterPtr
 The generated output registered raster.
 
std::map< std::string, std::string > m_rInfo
 The necessary information to create the output rasters (as described in te::raster::RasterFactory).
 
std::string m_rType
 Output raster data source type (as described in te::raster::RasterFactory ).
 

Detailed Description

AssistedHarmonization output parameters.

Definition at line 115 of file AssistedHarmonization.h.

Constructor & Destructor Documentation

◆ OutputParameters() [1/2]

te::rp::AssistedHarmonization::OutputParameters::OutputParameters ( )

Referenced by operator=(), and OutputParameters().

◆ OutputParameters() [2/2]

te::rp::AssistedHarmonization::OutputParameters::OutputParameters ( const OutputParameters & )

References OutputParameters().

◆ ~OutputParameters()

te::rp::AssistedHarmonization::OutputParameters::~OutputParameters ( )

Member Function Documentation

◆ clone()

AbstractParameters * te::rp::AssistedHarmonization::OutputParameters::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.

References te::common::AbstractParameters::AbstractParameters().

◆ operator=()

const OutputParameters & te::rp::AssistedHarmonization::OutputParameters::operator= ( const OutputParameters & params)

References OutputParameters().

◆ reset()

void te::rp::AssistedHarmonization::OutputParameters::reset ( )
virtual

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

Implements te::common::AbstractParameters.

Member Data Documentation

◆ m_gains

std::vector< double > te::rp::AssistedHarmonization::OutputParameters::m_gains

The bands gains used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).

Definition at line 125 of file AssistedHarmonization.h.

◆ m_inOffsets

std::vector< double > te::rp::AssistedHarmonization::OutputParameters::m_inOffsets

The bands input offsets used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).

Definition at line 127 of file AssistedHarmonization.h.

◆ m_outOffsets

std::vector< double > te::rp::AssistedHarmonization::OutputParameters::m_outOffsets

The bands output offsets used to generate the output raster (output = ( ( input - input_offset ) * gain ) + output_offset).

Definition at line 129 of file AssistedHarmonization.h.

◆ m_outputRasterPtr

std::unique_ptr< te::rst::Raster > te::rp::AssistedHarmonization::OutputParameters::m_outputRasterPtr

The generated output registered raster.

Definition at line 123 of file AssistedHarmonization.h.

◆ m_rInfo

std::map< std::string, std::string > te::rp::AssistedHarmonization::OutputParameters::m_rInfo

The necessary information to create the output rasters (as described in te::raster::RasterFactory).

Definition at line 121 of file AssistedHarmonization.h.

◆ m_rType

std::string te::rp::AssistedHarmonization::OutputParameters::m_rType

Output raster data source type (as described in te::raster::RasterFactory ).

Definition at line 119 of file AssistedHarmonization.h.


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