All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
te::rp::TiePointsLocator::InterestPointT Class Reference

#include <TiePointsLocator.h>

Public Member Functions

 InterestPointT ()
 
 InterestPointT (const InterestPointT &other)
 
bool operator< (const InterestPointT &other) const
 
const InterestPointToperator= (const InterestPointT &other)
 
 ~InterestPointT ()
 

Public Attributes

float m_feature1
 Interest point feature 1 value. More...
 
float m_feature2
 Interest point feature 2 value. More...
 
float m_feature3
 Interest point feature 3 value. More...
 
unsigned int m_x
 Point X coord. More...
 
unsigned int m_y
 Point Y coord. More...
 

Detailed Description

Interest point type

Definition at line 243 of file TiePointsLocator.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocator::InterestPointT::InterestPointT ( )
inline

Definition at line 256 of file TiePointsLocator.h.

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

Definition at line 262 of file TiePointsLocator.h.

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

Definition at line 267 of file TiePointsLocator.h.

Member Function Documentation

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

Definition at line 269 of file TiePointsLocator.h.

References m_feature1.

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

Definition at line 274 of file TiePointsLocator.h.

References m_feature1, m_feature2, m_feature3, m_x, and m_y.

Member Data Documentation

float te::rp::TiePointsLocator::InterestPointT::m_feature1
float te::rp::TiePointsLocator::InterestPointT::m_feature2

Interest point feature 2 value.

Definition at line 252 of file TiePointsLocator.h.

Referenced by te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().

float te::rp::TiePointsLocator::InterestPointT::m_feature3

Interest point feature 3 value.

Definition at line 254 of file TiePointsLocator.h.

Referenced by te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().


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