PCAFusion input parameters. More...
#include <PCAFusion.h>
  
 Public Member Functions | |
| AbstractParameters * | clone () const | 
| Create a clone copy of this instance.  More... | |
| InputParameters () | |
| InputParameters (const InputParameters &) | |
| const InputParameters & | operator= (const InputParameters ¶ms) | 
| 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_enableProgress | 
| Enable/Disable the progress interface (default:false).  More... | |
| bool | m_enableThreadedProcessing | 
| If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true).  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::rst::Interpolator::Method | m_interpMethod | 
| The raster interpolator method (default:NearestNeighbor).  More... | |
| std::vector< unsigned int > | m_lowResRasterBands | 
| The low-resolution raster band indexes.  More... | |
| te::rst::Raster const * | m_lowResRasterPtr | 
| Input low-resolution multi-band raster.  More... | |
PCAFusion input parameters.
Definition at line 58 of file PCAFusion.h.
| te::rp::PCAFusion::InputParameters::InputParameters | ( | ) | 
| te::rp::PCAFusion::InputParameters::InputParameters | ( | const InputParameters & | ) | 
| te::rp::PCAFusion::InputParameters::~InputParameters | ( | ) | 
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const InputParameters& te::rp::PCAFusion::InputParameters::operator= | ( | const InputParameters & | params | ) | 
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| bool te::rp::PCAFusion::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 70 of file PCAFusion.h.
| bool te::rp::PCAFusion::InputParameters::m_enableThreadedProcessing | 
If true, threaded processing will be performed (best with multi-core or multi-processor systems (default:true).
Definition at line 72 of file PCAFusion.h.
| unsigned int te::rp::PCAFusion::InputParameters::m_highResRasterBand | 
Band to process from the high-resolution raster.
Definition at line 68 of file PCAFusion.h.
| te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_highResRasterPtr | 
Input high-resolution raster.
Definition at line 66 of file PCAFusion.h.
| te::rst::Interpolator::Method te::rp::PCAFusion::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 74 of file PCAFusion.h.
| std::vector< unsigned int > te::rp::PCAFusion::InputParameters::m_lowResRasterBands | 
The low-resolution raster band indexes.
Definition at line 64 of file PCAFusion.h.
| te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_lowResRasterPtr | 
Input low-resolution multi-band raster.
Definition at line 62 of file PCAFusion.h.