Composition input parameters. More...
#include <Composition.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 () _NOEXCEPT_OP(false) | 
| 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... | |
| ComposerRule const * | m_composerRulePtr | 
| A pointer to a valid composer rule.  More... | |
| std::vector< double > | m_compositionTargetMeans | 
| An empty vector for automatic composition target means calcule or a vector of target means for each mosaic baind.  More... | |
| std::vector< double > | m_compositionTargetStdDevs | 
| An empty vector for automatic composition target standart deviation values calcule or a vector of target standart deviantion values for each mosaic baind.  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... | |
Composition input parameters.
Definition at line 52 of file Composition.h.
| te::rp::Composition::InputParameters::InputParameters | ( | ) | 
| te::rp::Composition::InputParameters::InputParameters | ( | const InputParameters & | ) | 
| te::rp::Composition::InputParameters::~InputParameters | ( | ) | 
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const InputParameters& te::rp::Composition::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::Composition::InputParameters::m_autoEqualize | 
Auto equalization will be performed using the overlaped image areas (default:true).
Definition at line 66 of file Composition.h.
| ComposerRule const* te::rp::Composition::InputParameters::m_composerRulePtr | 
A pointer to a valid composer rule.
Definition at line 78 of file Composition.h.
| std::vector< double > te::rp::Composition::InputParameters::m_compositionTargetMeans | 
An empty vector for automatic composition target means calcule or a vector of target means for each mosaic baind.
Definition at line 74 of file Composition.h.
| std::vector< double > te::rp::Composition::InputParameters::m_compositionTargetStdDevs | 
An empty vector for automatic composition target standart deviation values calcule or a vector of target standart deviantion values for each mosaic baind.
Definition at line 76 of file Composition.h.
| bool te::rp::Composition::InputParameters::m_enableMultiThread | 
Enable/disable the use of threads (default:true).
Definition at line 72 of file Composition.h.
| bool te::rp::Composition::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 70 of file Composition.h.
| FeederConstRaster* te::rp::Composition::InputParameters::m_feederRasterPtr | 
Input rasters feeder.
Definition at line 56 of file Composition.h.
| bool te::rp::Composition::InputParameters::m_forceInputNoDataValue | 
If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).
Definition at line 64 of file Composition.h.
| std::vector< std::vector< unsigned int > > te::rp::Composition::InputParameters::m_inputRastersBands | 
Bands to process for each input raster.
Definition at line 58 of file Composition.h.
| te::rst::Interpolator::Method te::rp::Composition::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 60 of file Composition.h.
| double te::rp::Composition::InputParameters::m_noDataValue | 
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 62 of file Composition.h.
| bool te::rp::Composition::InputParameters::m_useRasterCache | 
Enable(true) or disable the use of raster caching (default:true).
Definition at line 68 of file Composition.h.