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 & | ) | 
| te::rp::TiePointsLocator::OutputParameters::~OutputParameters | ( | ) | 
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const OutputParameters& te::rp::TiePointsLocator::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| 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.
| std::vector< double > te::rp::TiePointsLocator::OutputParameters::m_tiePointsWeights | 
The generated tie-points weights.
Definition at line 67 of file TiePointsLocator.h.
| 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.