All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 131 of file TiePointsLocatorStrategy.h.

Constructor & Destructor Documentation

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

Definition at line 141 of file TiePointsLocatorStrategy.h.

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

Definition at line 143 of file TiePointsLocatorStrategy.h.

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

Definition at line 148 of file TiePointsLocatorStrategy.h.

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

Definition at line 153 of file TiePointsLocatorStrategy.h.

Member Function Documentation

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

Definition at line 155 of file TiePointsLocatorStrategy.h.

References m_feature.

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

Definition at line 160 of file TiePointsLocatorStrategy.h.

References m_feature, m_point1, and m_point2.

Member Data Documentation


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