te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT Class Reference

#include <TiePointsLocatorStrategy.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 159 of file TiePointsLocatorStrategy.h.

Constructor & Destructor Documentation

◆ MatchedInterestPointsT() [1/3]

te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::MatchedInterestPointsT ( )
inline

Definition at line 169 of file TiePointsLocatorStrategy.h.

◆ MatchedInterestPointsT() [2/3]

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

Definition at line 171 of file TiePointsLocatorStrategy.h.

◆ MatchedInterestPointsT() [3/3]

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

Definition at line 176 of file TiePointsLocatorStrategy.h.

◆ ~MatchedInterestPointsT()

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

Definition at line 181 of file TiePointsLocatorStrategy.h.

Member Function Documentation

◆ operator<()

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

Definition at line 183 of file TiePointsLocatorStrategy.h.

References m_feature.

◆ operator=()

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

Definition at line 188 of file TiePointsLocatorStrategy.h.

References m_feature, m_point1, and m_point2.

Member Data Documentation

◆ m_feature

float te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_feature

Matched interest feature.

Definition at line 167 of file TiePointsLocatorStrategy.h.

Referenced by operator<(), and operator=().

◆ m_point1

InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point1

Interest point 1.

Definition at line 163 of file TiePointsLocatorStrategy.h.

Referenced by operator=().

◆ m_point2

InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point2

Interest point 2.

Definition at line 165 of file TiePointsLocatorStrategy.h.

Referenced by operator=().


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