IHSFusion input parameters. More...
#include <IHSFusion.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... | |
| 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... | |
| unsigned int | m_lowResRasterBlueBandIndex | 
| The low-resolution raster blue band index (default:2).  More... | |
| unsigned int | m_lowResRasterGreenBandIndex | 
| The low-resolution raster green band index (default:1).  More... | |
| te::rst::Raster const * | m_lowResRasterPtr | 
| Input low-resolution multi-band raster.  More... | |
| unsigned int | m_lowResRasterRedBandIndex | 
| The low-resolution raster red band index (default:0).  More... | |
| double | m_RGBMax | 
| The used RGB maximum value (default:0 - leave zero for automatic detection based on the input images).  More... | |
| double | m_RGBMin | 
| The used RGB minimum value (default:0 - leave zero for automatic detection based on the input images).  More... | |
IHSFusion input parameters.
Definition at line 62 of file IHSFusion.h.
| te::rp::IHSFusion::InputParameters::InputParameters | ( | ) | 
Definition at line 48 of file IHSFusion.cpp.
References reset().
| te::rp::IHSFusion::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 53 of file IHSFusion.cpp.
References te::rp::Algorithm::operator=(), and te::rp::IHSFusion::reset().
| te::rp::IHSFusion::InputParameters::~InputParameters | ( | ) | 
Definition at line 59 of file IHSFusion.cpp.
References te::rp::IHSFusion::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 97 of file IHSFusion.cpp.
| const IHSFusion::InputParameters & te::rp::IHSFusion::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 78 of file IHSFusion.cpp.
References m_enableProgress, m_highResRasterBand, m_highResRasterPtr, m_interpMethod, m_lowResRasterBlueBandIndex, m_lowResRasterGreenBandIndex, m_lowResRasterPtr, m_lowResRasterRedBandIndex, m_RGBMax, m_RGBMin, and te::rp::IHSFusion::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 64 of file IHSFusion.cpp.
References te::rst::Interpolator::NearestNeighbor.
Referenced by InputParameters(), and te::rp::IHSFusion::reset().
| bool te::rp::IHSFusion::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 78 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::execute(), and operator=().
| unsigned int te::rp::IHSFusion::InputParameters::m_highResRasterBand | 
Band to process from the high-resolution raster.
Definition at line 76 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::initialize(), operator=(), and te::rp::IHSFusion::swapIntensity().
| te::rst::Raster const* te::rp::IHSFusion::InputParameters::m_highResRasterPtr | 
Input high-resolution raster.
Definition at line 74 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::initialize(), te::rp::IHSFusion::loadIHSData(), operator=(), te::rp::IHSFusion::saveIHSData(), and te::rp::IHSFusion::swapIntensity().
| te::rst::Interpolator::Method te::rp::IHSFusion::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 80 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::loadIHSData(), and operator=().
| unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterBlueBandIndex | 
The low-resolution raster blue band index (default:2).
Definition at line 72 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), te::rp::IHSFusion::loadIHSData(), operator=(), and te::rp::IHSFusion::saveIHSData().
| unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterGreenBandIndex | 
The low-resolution raster green band index (default:1).
Definition at line 70 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), te::rp::IHSFusion::loadIHSData(), operator=(), and te::rp::IHSFusion::saveIHSData().
| te::rst::Raster const* te::rp::IHSFusion::InputParameters::m_lowResRasterPtr | 
Input low-resolution multi-band raster.
Definition at line 66 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), te::rp::IHSFusion::loadIHSData(), operator=(), and te::rp::IHSFusion::saveIHSData().
| unsigned int te::rp::IHSFusion::InputParameters::m_lowResRasterRedBandIndex | 
The low-resolution raster red band index (default:0).
Definition at line 68 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), te::rp::IHSFusion::loadIHSData(), operator=(), and te::rp::IHSFusion::saveIHSData().
| double te::rp::IHSFusion::InputParameters::m_RGBMax | 
The used RGB maximum value (default:0 - leave zero for automatic detection based on the input images).
Definition at line 84 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), and operator=().
| double te::rp::IHSFusion::InputParameters::m_RGBMin | 
The used RGB minimum value (default:0 - leave zero for automatic detection based on the input images).
Definition at line 82 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::getRGBRange(), te::rp::IHSFusion::initialize(), and operator=().