AssistedHarmonization output parameters. More...
#include <AssistedHarmonization.h>
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. | |
| const OutputParameters & | operator= (const OutputParameters ¶ms) |
| 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::Raster > | m_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 ). | |
AssistedHarmonization output parameters.
Definition at line 115 of file AssistedHarmonization.h.
| te::rp::AssistedHarmonization::OutputParameters::OutputParameters | ( | ) |
Referenced by operator=(), and OutputParameters().
| te::rp::AssistedHarmonization::OutputParameters::OutputParameters | ( | const OutputParameters & | ) |
References OutputParameters().
| te::rp::AssistedHarmonization::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
References te::common::AbstractParameters::AbstractParameters().
| const OutputParameters & te::rp::AssistedHarmonization::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
References OutputParameters().
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.