te::rp::TiePointsLocator Class Reference

Tie points locator. More...

#include <TiePointsLocator.h>

Inheritance diagram for te::rp::TiePointsLocator:
te::rp::Algorithm

Classes

class  OutputParameters
 TiePointsLocator output parameters. More...
 

Public Types

typedef TiePointsLocatorInputParameters InputParameters
 

Public Member Functions

bool execute (AlgorithmOutputParameters &outputParams) throw ( te::rp::Exception )
 Executes the algorithm using the supplied parameters. More...
 
bool initialize (const AlgorithmInputParameters &inputParams) throw ( te::rp::Exception )
 Initialize the algorithm instance making it ready for execution. More...
 
bool isInitialized () const
 Returns true if the algorithm instance is initialized and ready for execution. More...
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated objects and reset the algorithm to its initial state. More...
 
 TiePointsLocator ()
 
 ~TiePointsLocator ()
 

Protected Member Functions

void convertMatchedInterestPoints2TiePoints (const te::rp::TiePointsLocatorStrategy::MatchedInterestPointsSetT &matchedInterestPoints, std::vector< te::gm::GTParameters::TiePoint > &tiePoints, std::vector< double > &tiePointsWeights)
 Convert matched interest points to tie-points. More...
 

Protected Attributes

TiePointsLocator::InputParameters m_inputParameters
 TiePointsLocator input execution parameters. More...
 
bool m_isInitialized
 Tells if this instance is initialized. More...
 

Detailed Description

Tie points locator.

Designed to find tie-points inside raster areas.

Definition at line 47 of file TiePointsLocator.h.

Member Typedef Documentation

Constructor & Destructor Documentation

te::rp::TiePointsLocator::TiePointsLocator ( )
te::rp::TiePointsLocator::~TiePointsLocator ( )

Member Function Documentation

void te::rp::TiePointsLocator::convertMatchedInterestPoints2TiePoints ( const te::rp::TiePointsLocatorStrategy::MatchedInterestPointsSetT matchedInterestPoints,
std::vector< te::gm::GTParameters::TiePoint > &  tiePoints,
std::vector< double > &  tiePointsWeights 
)
protected

Convert matched interest points to tie-points.

Parameters
matchedInterestPointsThe matched interest points.
tiePointsThe generated tie-points.
tiePointsWeightsThe generated tie-points weights.
bool te::rp::TiePointsLocator::execute ( AlgorithmOutputParameters outputParams)
throw (te::rp::Exception
)
virtual

Executes the algorithm using the supplied parameters.

Parameters
outputParamsOutput parameters.
Returns
true if OK, false on errors.

Implements te::rp::Algorithm.

bool te::rp::TiePointsLocator::initialize ( const AlgorithmInputParameters inputParams)
throw (te::rp::Exception
)
virtual

Initialize the algorithm instance making it ready for execution.

Parameters
inputParamsInput parameters.
Returns
true if OK, false on errors.
Note
A return error string can be obtained via te::rp::Module::getLastLogStr()

Implements te::rp::Algorithm.

bool te::rp::TiePointsLocator::isInitialized ( ) const
virtual

Returns true if the algorithm instance is initialized and ready for execution.

Returns
true if the algorithm instance is initialized and ready for execution.

Implements te::rp::Algorithm.

void te::rp::TiePointsLocator::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated objects and reset the algorithm to its initial state.

Implements te::rp::Algorithm.

Member Data Documentation

TiePointsLocator::InputParameters te::rp::TiePointsLocator::m_inputParameters
protected

TiePointsLocator input execution parameters.

Definition at line 104 of file TiePointsLocator.h.

bool te::rp::TiePointsLocator::m_isInitialized
protected

Tells if this instance is initialized.

Definition at line 106 of file TiePointsLocator.h.


The documentation for this class was generated from the following file: