Segmenter Output Parameters. More...
#include <Segmenter.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const Segmenter::OutputParameters & | operator= (const Segmenter::OutputParameters ¶ms) |
OutputParameters () | |
OutputParameters (const OutputParameters &other) | |
void | reset () |
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... | |
Segmenter Output Parameters.
Definition at line 152 of file Segmenter.h.
te::rp::Segmenter::OutputParameters::OutputParameters | ( | ) |
te::rp::Segmenter::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) |
te::rp::Segmenter::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const Segmenter::OutputParameters& te::rp::Segmenter::OutputParameters::operator= | ( | const Segmenter::OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
std::unique_ptr< te::rst::Raster > te::rp::Segmenter::OutputParameters::m_outputRasterPtr |
A pointer the ge generated output raster (label image).
Definition at line 160 of file Segmenter.h.
std::map< std::string, std::string > te::rp::Segmenter::OutputParameters::m_rInfo |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 158 of file Segmenter.h.
std::string te::rp::Segmenter::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 156 of file Segmenter.h.