Classifier output parameters. More...
#include <Classifier.h>
  
 Public Member Functions | |
| te::common::AbstractParameters * | clone () const | 
| Create a clone copy of this instance.  More... | |
| const  Classifier::OutputParameters &  | operator= (const Classifier::OutputParameters ¶ms) | 
| OutputParameters () | |
| Default constructor.  More... | |
| OutputParameters (const OutputParameters &rhs) | |
| Copy constructor.  More... | |
| 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 | 
| A pointer to the generated output raster (label image).  More... | |
| std::map< std::string,  std::string >  | m_rInfo | 
| The necessary information to create the raster (as described in te::raster::RasterFactory).  More... | |
| std::string | m_rType | 
| Output raster data source type (as described in te::raster::RasterFactory ).  More... | |
Classifier output parameters.
Definition at line 127 of file Classifier.h.
| te::rp::Classifier::OutputParameters::OutputParameters | ( | ) | 
Default constructor.
Definition at line 109 of file Classifier.cpp.
References te::rp::Classifier::reset().
| te::rp::Classifier::OutputParameters::OutputParameters | ( | const OutputParameters & | rhs | ) | 
Copy constructor.
| rhs | The right-hand side Raster. | 
Definition at line 114 of file Classifier.cpp.
References te::rp::Algorithm::operator=(), and te::rp::Classifier::reset().
| te::rp::Classifier::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 121 of file Classifier.cpp.
References te::rp::Classifier::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 144 of file Classifier.cpp.
| const te::rp::Classifier::OutputParameters & te::rp::Classifier::OutputParameters::operator= | ( | const Classifier::OutputParameters & | params | ) | 
Definition at line 133 of file Classifier.cpp.
References m_outputRasterPtr, m_rInfo, m_rType, and te::rp::Classifier::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 126 of file Classifier.cpp.
Referenced by te::qt::widgets::ClassifierWizard::execute().
      
  | 
  mutable | 
A pointer to the generated output raster (label image).
Definition at line 156 of file Classifier.h.
Referenced by te::rp::Classifier::execute(), and operator=().
| std::map< std::string, std::string > te::rp::Classifier::OutputParameters::m_rInfo | 
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 155 of file Classifier.h.
Referenced by te::qt::widgets::ClassifierWizard::execute(), te::rp::Classifier::execute(), te::qt::widgets::ClassifierDialog::on_okPushButton_clicked(), and operator=().
| std::string te::rp::Classifier::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 154 of file Classifier.h.
Referenced by te::qt::widgets::ClassifierWizard::execute(), te::rp::Classifier::execute(), te::qt::widgets::ClassifierDialog::on_okPushButton_clicked(), and operator=().