All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::TiePointsLocator::MatchedInterestPointsT Class Reference

#include <TiePointsLocator.h>

Public Member Functions

 MatchedInterestPointsT ()
 
 MatchedInterestPointsT (const MatchedInterestPointsT &other)
 
 MatchedInterestPointsT (const InterestPointT &point1, const InterestPointT &point2, const float &feature)
 
bool operator< (const MatchedInterestPointsT &other) const
 
const MatchedInterestPointsToperator= (const MatchedInterestPointsT &other)
 
 ~MatchedInterestPointsT ()
 

Public Attributes

float m_feature
 Matched interest feature. More...
 
InterestPointT m_point1
 Interest point 1. More...
 
InterestPointT m_point2
 Interest point 2. More...
 

Detailed Description

Matched Interest point type

Definition at line 295 of file TiePointsLocator.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocator::MatchedInterestPointsT::MatchedInterestPointsT ( )
inline

Definition at line 305 of file TiePointsLocator.h.

te::rp::TiePointsLocator::MatchedInterestPointsT::MatchedInterestPointsT ( const MatchedInterestPointsT other)
inline

Definition at line 307 of file TiePointsLocator.h.

te::rp::TiePointsLocator::MatchedInterestPointsT::MatchedInterestPointsT ( const InterestPointT point1,
const InterestPointT point2,
const float &  feature 
)
inline

Definition at line 312 of file TiePointsLocator.h.

te::rp::TiePointsLocator::MatchedInterestPointsT::~MatchedInterestPointsT ( )
inline

Definition at line 317 of file TiePointsLocator.h.

Member Function Documentation

bool te::rp::TiePointsLocator::MatchedInterestPointsT::operator< ( const MatchedInterestPointsT other) const
inline

Definition at line 319 of file TiePointsLocator.h.

References m_feature.

const MatchedInterestPointsT& te::rp::TiePointsLocator::MatchedInterestPointsT::operator= ( const MatchedInterestPointsT other)
inline

Definition at line 324 of file TiePointsLocator.h.

References m_feature, m_point1, and m_point2.

Member Data Documentation

float te::rp::TiePointsLocator::MatchedInterestPointsT::m_feature
InterestPointT te::rp::TiePointsLocator::MatchedInterestPointsT::m_point1
InterestPointT te::rp::TiePointsLocator::MatchedInterestPointsT::m_point2

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