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 () 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 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 149 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::auto_ptr< te::rst::Raster > te::rp::Segmenter::OutputParameters::m_outputRasterPtr |
A pointer the ge generated output raster (label image).
Definition at line 157 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 155 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 153 of file Segmenter.h.