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 146 of file Segmenter.h.
| te::rp::Segmenter::OutputParameters::OutputParameters | ( | ) |
Definition at line 139 of file Segmenter.cpp.
References te::rp::Segmenter::reset().
| te::rp::Segmenter::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) |
Definition at line 144 of file Segmenter.cpp.
References te::rp::Algorithm::operator=(), and te::rp::Segmenter::reset().
| te::rp::Segmenter::OutputParameters::~OutputParameters | ( | ) |
Definition at line 150 of file Segmenter.cpp.
References te::rp::Segmenter::reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 173 of file Segmenter.cpp.
| const Segmenter::OutputParameters & te::rp::Segmenter::OutputParameters::operator= | ( | const Segmenter::OutputParameters & | params | ) |
Definition at line 162 of file Segmenter.cpp.
References m_rInfo, m_rType, and te::rp::Segmenter::reset().
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 155 of file Segmenter.cpp.
Referenced by te::qt::widgets::SegmenterWizard::execute().
| std::auto_ptr< te::rst::Raster > te::rp::Segmenter::OutputParameters::m_outputRasterPtr |
A pointer the ge generated output raster (label image).
Definition at line 154 of file Segmenter.h.
Referenced by te::qt::widgets::SegmenterWizardPage::apply(), te::rp::Segmenter::execute(), te::qt::widgets::SegmenterDialog::on_okPushButton_clicked(), te::idl::rp::RegionGrowingSegmenter(), and te::rp::Segmenter::segmenterThreadEntry().
| 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 152 of file Segmenter.h.
Referenced by te::qt::widgets::SegmenterWizardPage::apply(), te::qt::widgets::SegmenterWizard::execute(), te::rp::Segmenter::execute(), te::qt::widgets::SegmenterDialog::on_okPushButton_clicked(), and operator=().
| std::string te::rp::Segmenter::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 150 of file Segmenter.h.
Referenced by te::qt::widgets::SegmenterWizardPage::apply(), te::qt::widgets::SegmenterWizard::execute(), te::rp::Segmenter::execute(), te::qt::widgets::SegmenterDialog::on_okPushButton_clicked(), operator=(), and te::idl::rp::RegionGrowingSegmenter().