PostClassification output parameters. More...
#include <PostClassification.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 () _NOEXCEPT_OP(false) |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::unique_ptr< te::rst::Raster > | m_outputRasterPtr |
| A pointer the ge 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... | |
PostClassification output parameters.
Definition at line 78 of file PostClassification.h.
| te::rp::PostClassification::OutputParameters::OutputParameters | ( | ) |
Definition at line 85 of file PostClassification.cpp.
References te::rp::PostClassification::InputParameters::reset().
| te::rp::PostClassification::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) |
Definition at line 90 of file PostClassification.cpp.
References te::rp::PostClassification::InputParameters::operator=(), and te::rp::PostClassification::InputParameters::reset().
| te::rp::PostClassification::OutputParameters::~OutputParameters | ( | ) |
Definition at line 96 of file PostClassification.cpp.
References te::rp::PostClassification::InputParameters::reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 119 of file PostClassification.cpp.
| const PostClassification::OutputParameters & te::rp::PostClassification::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
Definition at line 108 of file PostClassification.cpp.
References m_rInfo, m_rType, and te::rp::PostClassification::InputParameters::reset().
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 101 of file PostClassification.cpp.
Referenced by te::qt::widgets::PostClassificationWidget::execute().
| std::unique_ptr< te::rst::Raster > te::rp::PostClassification::OutputParameters::m_outputRasterPtr |
A pointer the ge generated output raster (label image).
Definition at line 86 of file PostClassification.h.
Referenced by te::rp::PostClassification::execute().
| std::map< std::string, std::string > te::rp::PostClassification::OutputParameters::m_rInfo |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 84 of file PostClassification.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::qt::widgets::PostClassificationWidget::execute(), te::rp::PostClassification::execute(), and operator=().
| std::string te::rp::PostClassification::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 82 of file PostClassification.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::qt::widgets::PostClassificationWidget::execute(), te::rp::PostClassification::execute(), and operator=().