All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::PCAFusion::InputParameters Class Reference

PCAFusion input parameters. More...

#include <PCAFusion.h>

Inheritance diagram for te::rp::PCAFusion::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_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...
 

Detailed Description

PCAFusion input parameters.

Definition at line 58 of file PCAFusion.h.

Constructor & Destructor Documentation

te::rp::PCAFusion::InputParameters::InputParameters ( )

Definition at line 45 of file PCAFusion.cpp.

References reset().

te::rp::PCAFusion::InputParameters::InputParameters ( const InputParameters other)

Definition at line 50 of file PCAFusion.cpp.

References te::rp::Algorithm::operator=(), and te::rp::PCAFusion::reset().

te::rp::PCAFusion::InputParameters::~InputParameters ( )

Definition at line 56 of file PCAFusion.cpp.

References te::rp::PCAFusion::reset().

Member Function Documentation

te::common::AbstractParameters * te::rp::PCAFusion::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.

Definition at line 88 of file PCAFusion.cpp.

void te::rp::PCAFusion::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.

Definition at line 61 of file PCAFusion.cpp.

References te::rst::NearestNeighbor.

Referenced by InputParameters(), and te::rp::PCAFusion::reset().

Member Data Documentation

bool te::rp::PCAFusion::InputParameters::m_enableProgress

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

Definition at line 70 of file PCAFusion.h.

Referenced by te::rp::PCAFusion::execute(), te::qt::widgets::FusionWizardPage::getInputPCAParams(), and operator=().

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.

Referenced by te::rp::PCAFusion::execute(), operator=(), and te::rp::PCAFusion::swapBandByHighResRaster().

unsigned int te::rp::PCAFusion::InputParameters::m_highResRasterBand

Band to process from the high-resolution raster.

Definition at line 68 of file PCAFusion.h.

Referenced by te::qt::widgets::FusionWizardPage::getInputPCAParams(), te::rp::PCAFusion::initialize(), operator=(), and te::rp::PCAFusion::swapBandByHighResRaster().

te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_highResRasterPtr
te::rst::Interpolator::Method te::rp::PCAFusion::InputParameters::m_interpMethod

The raster interpolator method (default:NearestNeighbor).

Definition at line 74 of file PCAFusion.h.

Referenced by te::qt::widgets::FusionWizardPage::getInputPCAParams(), te::rp::PCAFusion::loadRessampledRaster(), and operator=().

std::vector< unsigned int > te::rp::PCAFusion::InputParameters::m_lowResRasterBands
te::rst::Raster const* te::rp::PCAFusion::InputParameters::m_lowResRasterPtr

Input low-resolution multi-band raster.

Definition at line 62 of file PCAFusion.h.

Referenced by te::qt::widgets::FusionWizard::executePCA(), te::rp::PCAFusion::initialize(), te::rp::PCAFusion::loadRessampledRaster(), and operator=().


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