TiePointsLocator output parameters. More...
#include <TiePointsLocator.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 () throw ( te::rp::Exception ) |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::vector< te::gm::GTParameters::TiePoint > | m_tiePoints |
| The generated tie-points (te::gm::GTParameters::TiePoint::first are raster 1 line/column indexes, te::gm::GTParameters::TiePoint::second are raster 2 line/column indexes). More... | |
| std::vector< double > | m_tiePointsWeights |
| The generated tie-points weights. More... | |
| std::unique_ptr< te::gm::GeometricTransformation > | m_transformationPtr |
| The generated geometric transformation with the base mininum required tie-points set ( depending on the tie-points, a valid transformation may not exist, in this case, this pointer will be null). More... | |
TiePointsLocator output parameters.
Definition at line 61 of file TiePointsLocator.h.
| te::rp::TiePointsLocator::OutputParameters::OutputParameters | ( | ) |
| te::rp::TiePointsLocator::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) |
Definition at line 44 of file TiePointsLocator.cpp.
References operator=(), and reset().
| te::rp::TiePointsLocator::OutputParameters::~OutputParameters | ( | ) |
Definition at line 50 of file TiePointsLocator.cpp.
References reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 72 of file TiePointsLocator.cpp.
References OutputParameters().
| const TiePointsLocator::OutputParameters & te::rp::TiePointsLocator::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
Definition at line 61 of file TiePointsLocator.cpp.
References m_tiePoints, m_transformationPtr, and reset().
Referenced by OutputParameters().
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 55 of file TiePointsLocator.cpp.
References m_tiePoints, and m_transformationPtr.
Referenced by te::rp::TiePointsLocator::initialize(), operator=(), OutputParameters(), te::rp::TiePointsLocator::TiePointsLocator(), and ~OutputParameters().
| std::vector< te::gm::GTParameters::TiePoint > te::rp::TiePointsLocator::OutputParameters::m_tiePoints |
The generated tie-points (te::gm::GTParameters::TiePoint::first are raster 1 line/column indexes, te::gm::GTParameters::TiePoint::second are raster 2 line/column indexes).
Definition at line 65 of file TiePointsLocator.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::rp::TiePointsLocator::execute(), te::rp::SequenceMosaic::execute(), te::qt::widgets::TiePointsLocatorDialog::on_autoAcquireTiePointsPushButton_clicked(), te::qt::widgets::TiePointLocatorWidget::onAutoAcquireTiePointsToolButtonClicked(), operator=(), and reset().
| std::vector< double > te::rp::TiePointsLocator::OutputParameters::m_tiePointsWeights |
The generated tie-points weights.
Definition at line 67 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::execute().
| std::unique_ptr< te::gm::GeometricTransformation > te::rp::TiePointsLocator::OutputParameters::m_transformationPtr |
The generated geometric transformation with the base mininum required tie-points set ( depending on the tie-points, a valid transformation may not exist, in this case, this pointer will be null).
Definition at line 69 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::execute(), te::rp::SequenceMosaic::execute(), operator=(), and reset().