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-pionts (te::gm::GTParameters::TiePoint::first are raster 1 line/column indexes, te::gm::GTParameters::TiePoint::second are raster 2 line/column indexes).  More... | |
| std::auto_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 184 of file TiePointsLocator.h.
| te::rp::TiePointsLocator::OutputParameters::OutputParameters | ( | ) | 
Definition at line 161 of file TiePointsLocator.cpp.
References te::rp::TiePointsLocator::reset().
| te::rp::TiePointsLocator::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) | 
Definition at line 166 of file TiePointsLocator.cpp.
References te::rp::Algorithm::operator=(), and te::rp::TiePointsLocator::reset().
| te::rp::TiePointsLocator::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 172 of file TiePointsLocator.cpp.
References te::rp::TiePointsLocator::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 194 of file TiePointsLocator.cpp.
| const TiePointsLocator::OutputParameters & te::rp::TiePointsLocator::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
Definition at line 183 of file TiePointsLocator.cpp.
References m_tiePoints, m_transformationPtr, and te::rp::TiePointsLocator::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 177 of file TiePointsLocator.cpp.
| std::vector< te::gm::GTParameters::TiePoint > te::rp::TiePointsLocator::OutputParameters::m_tiePoints | 
The generated tie-pionts (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 188 of file TiePointsLocator.h.
Referenced by te::rp::SequenceMosaic::execute(), te::rp::TiePointsLocator::execute(), te::rp::GeometricRefining::execute(), te::qt::widgets::TiePointsLocatorDialog::on_autoAcquireTiePointsPushButton_clicked(), te::qt::widgets::TiePointLocatorWidget::onAutoAcquireTiePointsToolButtonClicked(), and operator=().
| std::auto_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 190 of file TiePointsLocator.h.
Referenced by te::rp::SequenceMosaic::execute(), te::rp::TiePointsLocator::execute(), te::rp::GeometricRefining::execute(), and operator=().