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 152 of file TiePointsLocatorStrategy.h.

Constructor & Destructor Documentation

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

Definition at line 162 of file TiePointsLocatorStrategy.h.

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

Definition at line 164 of file TiePointsLocatorStrategy.h.

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

Definition at line 169 of file TiePointsLocatorStrategy.h.

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

Definition at line 174 of file TiePointsLocatorStrategy.h.

Member Function Documentation

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

Definition at line 176 of file TiePointsLocatorStrategy.h.

References m_feature.

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

Definition at line 181 of file TiePointsLocatorStrategy.h.

References m_feature, m_point1, and m_point2.

Member Data Documentation

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

Matched interest feature.

Definition at line 160 of file TiePointsLocatorStrategy.h.

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

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

Interest point 1.

Definition at line 156 of file TiePointsLocatorStrategy.h.

Referenced by operator=().

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

Interest point 2.

Definition at line 158 of file TiePointsLocatorStrategy.h.

Referenced by operator=().


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