GeoMosaic input parameters. More...
#include <GeoMosaic.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_autoEqualize | 
| Auto equalization will be performed using the overlaped image areas (default:true).  More... | |
| te::rp::Blender::BlendMethod | m_blendMethod | 
| The pixel blending method (default: NoBlendMethod).  More... | |
| bool | m_enableMultiThread | 
| Enable/disable the use of threads (default:true).  More... | |
| bool | m_enableProgress | 
| Enable/Disable the progress interface (default:false).  More... | |
| FeederConstRaster * | m_feederRasterPtr | 
| Input rasters feeder.  More... | |
| bool | m_forceInputNoDataValue | 
| If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).  More... | |
| std::vector< std::vector < unsigned int > >  | m_inputRastersBands | 
| Bands to process for each input raster.  More... | |
| te::rst::Interpolator::Method | m_interpMethod | 
| The raster interpolator method (default:NearestNeighbor).  More... | |
| double | m_noDataValue | 
| The pixel value used where no raster data is avaliable (defaul:0).  More... | |
| bool | m_useRasterCache | 
| Enable(true) or disable the use of raster caching (default:true).  More... | |
GeoMosaic input parameters.
Definition at line 56 of file GeoMosaic.h.
| te::rp::GeoMosaic::InputParameters::InputParameters | ( | ) | 
Definition at line 60 of file GeoMosaic.cpp.
References reset().
| te::rp::GeoMosaic::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 65 of file GeoMosaic.cpp.
References te::rp::Algorithm::operator=(), and te::rp::GeoMosaic::reset().
| te::rp::GeoMosaic::InputParameters::~InputParameters | ( | ) | 
Definition at line 71 of file GeoMosaic.cpp.
References te::rp::GeoMosaic::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 109 of file GeoMosaic.cpp.
| const GeoMosaic::InputParameters & te::rp::GeoMosaic::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 90 of file GeoMosaic.cpp.
References m_autoEqualize, m_blendMethod, m_enableMultiThread, m_enableProgress, m_feederRasterPtr, m_forceInputNoDataValue, m_inputRastersBands, m_interpMethod, m_noDataValue, m_useRasterCache, and te::rp::GeoMosaic::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 76 of file GeoMosaic.cpp.
References te::rst::Interpolator::NearestNeighbor, and te::rp::Blender::NoBlendMethod.
Referenced by InputParameters(), and te::rp::GeoMosaic::reset().
| bool te::rp::GeoMosaic::InputParameters::m_autoEqualize | 
Auto equalization will be performed using the overlaped image areas (default:true).
Definition at line 72 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().
| te::rp::Blender::BlendMethod te::rp::GeoMosaic::InputParameters::m_blendMethod | 
The pixel blending method (default: NoBlendMethod).
Definition at line 70 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().
| bool te::rp::GeoMosaic::InputParameters::m_enableMultiThread | 
Enable/disable the use of threads (default:true).
Definition at line 78 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), and operator=().
| bool te::rp::GeoMosaic::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 76 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizard::executeGeoMosaic(), and operator=().
| FeederConstRaster* te::rp::GeoMosaic::InputParameters::m_feederRasterPtr | 
Input rasters feeder.
Definition at line 60 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizard::executeGeoMosaic(), te::rp::GeoMosaic::initialize(), and operator=().
| bool te::rp::GeoMosaic::InputParameters::m_forceInputNoDataValue | 
If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).
Definition at line 68 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().
| std::vector< std::vector< unsigned int > > te::rp::GeoMosaic::InputParameters::m_inputRastersBands | 
Bands to process for each input raster.
Definition at line 62 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizard::executeGeoMosaic(), te::rp::GeoMosaic::initialize(), and operator=().
| te::rst::Interpolator::Method te::rp::GeoMosaic::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 64 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().
| double te::rp::GeoMosaic::InputParameters::m_noDataValue | 
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 66 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().
| bool te::rp::GeoMosaic::InputParameters::m_useRasterCache | 
Enable(true) or disable the use of raster caching (default:true).
Definition at line 74 of file GeoMosaic.h.
Referenced by te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputGeoParams(), and operator=().