Register output parameters. More...
#include <Register.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 registered 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... | |
Register output parameters.
Definition at line 96 of file Register.h.
| te::rp::Register::OutputParameters::OutputParameters | ( | ) | 
Definition at line 97 of file Register.cpp.
References te::rp::Register::reset().
| te::rp::Register::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) | 
Definition at line 102 of file Register.cpp.
References te::rp::Algorithm::operator=(), and te::rp::Register::reset().
| te::rp::Register::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 108 of file Register.cpp.
References te::rp::Register::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 131 of file Register.cpp.
| const Register::OutputParameters & te::rp::Register::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
Definition at line 120 of file Register.cpp.
References m_rInfo, m_rType, and te::rp::Register::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 113 of file Register.cpp.
Referenced by te::qt::widgets::RegisterWizard::execute().
| std::auto_ptr< te::rst::Raster > te::rp::Register::OutputParameters::m_outputRasterPtr | 
The generated output registered raster.
Definition at line 104 of file Register.h.
Referenced by te::rp::Register::execute().
| std::map< std::string, std::string > te::rp::Register::OutputParameters::m_rInfo | 
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 102 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), and operator=().
| std::string te::rp::Register::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 100 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), and operator=().