Classifier output parameters. More...
#include <Classifier.h>
Public Member Functions | |
| te::common::AbstractParameters * | clone () const |
| Create a clone copy of this instance. More... | |
| ClassifierStrategyOutParameters const * | getClassifierStrategyOutParams () const |
| Returns a pointer to the internal specific classifier strategy output parameters, or null if no parameters are present. More... | |
| const Classifier::OutputParameters & | operator= (const Classifier::OutputParameters ¶ms) |
| OutputParameters () | |
| Default constructor. More... | |
| OutputParameters (const OutputParameters &rhs) | |
| Copy constructor. More... | |
| void | reset () |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| void | setClassifierStrategyOutParams (const ClassifierStrategyOutParameters &p) |
| Set specific classifier strategy output parameters. More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::map< std::string, std::string > | m_metadata |
| Extra strategy-dependent generated metadata. More... | |
| std::unique_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... | |
Private Attributes | |
| ClassifierStrategyOutParameters * | m_classifierStrategyOutParamsPtr |
| Internal specific classifier strategy output parameters. More... | |
Classifier output parameters.
Definition at line 141 of file Classifier.h.
| te::rp::Classifier::OutputParameters::OutputParameters | ( | ) |
Default constructor.
| te::rp::Classifier::OutputParameters::OutputParameters | ( | const OutputParameters & | rhs | ) |
Copy constructor.
| rhs | The right-hand side Raster. |
| te::rp::Classifier::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| ClassifierStrategyOutParameters const* te::rp::Classifier::OutputParameters::getClassifierStrategyOutParams | ( | ) | const |
Returns a pointer to the internal specific classifier strategy output parameters, or null if no parameters are present.
| const Classifier::OutputParameters& te::rp::Classifier::OutputParameters::operator= | ( | const Classifier::OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| void te::rp::Classifier::OutputParameters::setClassifierStrategyOutParams | ( | const ClassifierStrategyOutParameters & | p | ) |
Set specific classifier strategy output parameters.
| p | The specific classifier strategy output parameters. |
|
private |
Internal specific classifier strategy output parameters.
Definition at line 187 of file Classifier.h.
| std::map< std::string, std::string > te::rp::Classifier::OutputParameters::m_metadata |
Extra strategy-dependent generated metadata.
Definition at line 183 of file Classifier.h.
|
mutable |
A pointer to the generated output raster (label image).
Definition at line 182 of file Classifier.h.
| 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 181 of file Classifier.h.
| std::string te::rp::Classifier::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 180 of file Classifier.h.