IHSFusion output parameters. More...
#include <IHSFusion.h>
  
 Public Member Functions | |
| AbstractParameters * | clone () const | 
| Create a clone copy of this instance.  More... | |
| const OutputParameters & | operator= (const OutputParameters ¶ms) | 
| OutputParameters () | |
| OutputParameters (const OutputParameters &) | |
| void | reset () throw ( te::rp::Exception ) | 
| Clear all internal allocated resources and reset the parameters instance to its initial state.  More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::auto_ptr< te::rst::Raster > | m_outputRasterPtr | 
| The generated output fused raster.  More... | |
| std::map< std::string,  std::string >  | m_rInfo | 
| The necessary information to create the output rasters (as described in te::raster::RasterFactory).  More... | |
| std::string | m_rType | 
| Output raster data source type (as described in te::raster::RasterFactory ).  More... | |
IHSFusion output parameters.
Definition at line 108 of file IHSFusion.h.
| te::rp::IHSFusion::OutputParameters::OutputParameters | ( | ) | 
Definition at line 102 of file IHSFusion.cpp.
References te::rp::IHSFusion::reset().
| te::rp::IHSFusion::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) | 
Definition at line 107 of file IHSFusion.cpp.
References te::rp::Algorithm::operator=(), and te::rp::IHSFusion::reset().
| te::rp::IHSFusion::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 113 of file IHSFusion.cpp.
References te::rp::IHSFusion::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 136 of file IHSFusion.cpp.
| const IHSFusion::OutputParameters & te::rp::IHSFusion::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
Definition at line 125 of file IHSFusion.cpp.
References m_rInfo, m_rType, 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 118 of file IHSFusion.cpp.
Referenced by te::qt::widgets::FusionWizard::executeIHS().
| std::auto_ptr< te::rst::Raster > te::rp::IHSFusion::OutputParameters::m_outputRasterPtr | 
The generated output fused raster.
Definition at line 116 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::execute().
| std::map< std::string, std::string > te::rp::IHSFusion::OutputParameters::m_rInfo | 
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 114 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::execute(), te::qt::widgets::FusionWizard::executeIHS(), and operator=().
| std::string te::rp::IHSFusion::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 112 of file IHSFusion.h.
Referenced by te::rp::IHSFusion::execute(), te::qt::widgets::FusionWizard::executeIHS(), and operator=().