#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 MatchedInterestPointsT & | operator= (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... | |
Matched Interest point type
Definition at line 159 of file TiePointsLocatorStrategy.h.
| 
 | inline | 
Definition at line 169 of file TiePointsLocatorStrategy.h.
| 
 | inline | 
Definition at line 171 of file TiePointsLocatorStrategy.h.
| 
 | inline | 
Definition at line 176 of file TiePointsLocatorStrategy.h.
| 
 | inline | 
Definition at line 181 of file TiePointsLocatorStrategy.h.
| 
 | inline | 
Definition at line 183 of file TiePointsLocatorStrategy.h.
References m_feature.
| 
 | inline | 
Definition at line 188 of file TiePointsLocatorStrategy.h.
| float te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_feature | 
Matched interest feature.
Definition at line 167 of file TiePointsLocatorStrategy.h.
Referenced by operator<(), and operator=().
| InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point1 | 
Interest point 1.
Definition at line 163 of file TiePointsLocatorStrategy.h.
Referenced by operator=().
| InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point2 | 
Interest point 2.
Definition at line 165 of file TiePointsLocatorStrategy.h.
Referenced by operator=().