Mosaic input parameters. More...
#include <SequenceMosaic.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 multi-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::string | m_geomTransfName | 
| The name of the geometric transformation used if tie-points are supplied (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine).  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... | |
| te::rp::TiePointsLocator::InputParameters | m_locatorParams | 
| The parameters used by the tie-points locator when processing each rasters pair (leave untouched to use the default).  More... | |
| double | m_minRequiredTiePointsCoveredAreaPercent | 
| The mininumum required tie-points covered area percent of each raster area - valid range [0,100] (default:25).  More... | |
| double | m_noDataValue | 
| The pixel value used where no raster data is avaliable (defaul:0).  More... | |
| std::string | m_outDataSetsNamePrefix | 
| The raster output data sets names prefix.  More... | |
| std::string | m_outDataSetsNameSufix | 
| The raster output data sets names sufix.  More... | |
| unsigned int | m_tiePointsLocationBandIndex | 
| The band used to locate tie-points, this is the index inside each vector of m_inputRastersBands (defaul:0).  More... | |
| bool | m_useRasterCache | 
| Enable(true) or disable the use of raster caching (default:true).  More... | |
Mosaic input parameters.
Definition at line 58 of file SequenceMosaic.h.
| te::rp::SequenceMosaic::InputParameters::InputParameters | ( | ) | 
Definition at line 58 of file SequenceMosaic.cpp.
References reset().
| te::rp::SequenceMosaic::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 63 of file SequenceMosaic.cpp.
References te::rp::Algorithm::operator=(), and te::rp::SequenceMosaic::reset().
| te::rp::SequenceMosaic::InputParameters::~InputParameters | ( | ) | 
Definition at line 69 of file SequenceMosaic.cpp.
References te::rp::SequenceMosaic::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 120 of file SequenceMosaic.cpp.
| const SequenceMosaic::InputParameters & te::rp::SequenceMosaic::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 94 of file SequenceMosaic.cpp.
References m_autoEqualize, m_blendMethod, m_enableMultiThread, m_enableProgress, m_feederRasterPtr, m_forceInputNoDataValue, m_geomTransfName, m_inputRastersBands, m_interpMethod, m_locatorParams, m_minRequiredTiePointsCoveredAreaPercent, m_noDataValue, m_outDataSetsNamePrefix, m_outDataSetsNameSufix, m_tiePointsLocationBandIndex, m_useRasterCache, and te::rp::SequenceMosaic::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 74 of file SequenceMosaic.cpp.
References te::rst::NearestNeighbor, and te::rp::Blender::NoBlendMethod.
Referenced by InputParameters(), and te::rp::SequenceMosaic::reset().
| bool te::rp::SequenceMosaic::InputParameters::m_autoEqualize | 
Auto equalization will be performed using the overlaped image areas (default:true).
Definition at line 76 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| te::rp::Blender::BlendMethod te::rp::SequenceMosaic::InputParameters::m_blendMethod | 
The pixel blending method (default: NoBlendMethod).
Definition at line 74 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| bool te::rp::SequenceMosaic::InputParameters::m_enableMultiThread | 
Enable/Disable the use of multi-threads (default:true).
Definition at line 80 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| bool te::rp::SequenceMosaic::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 82 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| FeederConstRaster* te::rp::SequenceMosaic::InputParameters::m_feederRasterPtr | 
Input rasters feeder.
Definition at line 62 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), te::rp::SequenceMosaic::initialize(), and operator=().
| bool te::rp::SequenceMosaic::InputParameters::m_forceInputNoDataValue | 
If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).
Definition at line 72 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| std::string te::rp::SequenceMosaic::InputParameters::m_geomTransfName | 
The name of the geometric transformation used if tie-points are supplied (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine).
Definition at line 66 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| std::vector< std::vector< unsigned int > > te::rp::SequenceMosaic::InputParameters::m_inputRastersBands | 
Bands to process for each input raster.
Definition at line 64 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), te::rp::SequenceMosaic::initialize(), and operator=().
| te::rst::Interpolator::Method te::rp::SequenceMosaic::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 68 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| te::rp::TiePointsLocator::InputParameters te::rp::SequenceMosaic::InputParameters::m_locatorParams | 
The parameters used by the tie-points locator when processing each rasters pair (leave untouched to use the default).
Definition at line 92 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| double te::rp::SequenceMosaic::InputParameters::m_minRequiredTiePointsCoveredAreaPercent | 
The mininumum required tie-points covered area percent of each raster area - valid range [0,100] (default:25).
Definition at line 90 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), te::rp::SequenceMosaic::initialize(), and operator=().
| double te::rp::SequenceMosaic::InputParameters::m_noDataValue | 
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 70 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().
| std::string te::rp::SequenceMosaic::InputParameters::m_outDataSetsNamePrefix | 
The raster output data sets names prefix.
Definition at line 86 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), and operator=().
| std::string te::rp::SequenceMosaic::InputParameters::m_outDataSetsNameSufix | 
The raster output data sets names sufix.
Definition at line 88 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), and operator=().
| unsigned int te::rp::SequenceMosaic::InputParameters::m_tiePointsLocationBandIndex | 
The band used to locate tie-points, this is the index inside each vector of m_inputRastersBands (defaul:0).
Definition at line 84 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), te::rp::SequenceMosaic::initialize(), and operator=().
| bool te::rp::SequenceMosaic::InputParameters::m_useRasterCache | 
Enable(true) or disable the use of raster caching (default:true).
Definition at line 78 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizardPage::getInputSeqParams(), and operator=().