All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 294 of file TiePointsLocator.h.

Constructor & Destructor Documentation

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

Definition at line 304 of file TiePointsLocator.h.

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

Definition at line 306 of file TiePointsLocator.h.

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

Definition at line 311 of file TiePointsLocator.h.

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

Definition at line 316 of file TiePointsLocator.h.

Member Function Documentation

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

Definition at line 318 of file TiePointsLocator.h.

References m_feature.

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

Definition at line 323 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: