te::rp::TiePointsLocatorStrategy::InterestPointT Class Reference

#include <TiePointsLocatorStrategy.h>

Public Member Functions

 InterestPointT ()
 
 InterestPointT (const InterestPointT &other)
 
bool operator< (const InterestPointT &other) 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 108 of file TiePointsLocatorStrategy.h.

Constructor & Destructor Documentation

◆ InterestPointT() [1/2]

te::rp::TiePointsLocatorStrategy::InterestPointT::InterestPointT ( )
inline

Definition at line 121 of file TiePointsLocatorStrategy.h.

◆ InterestPointT() [2/2]

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

Definition at line 127 of file TiePointsLocatorStrategy.h.

◆ ~InterestPointT()

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

Definition at line 132 of file TiePointsLocatorStrategy.h.

Member Function Documentation

◆ operator<()

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

Definition at line 134 of file TiePointsLocatorStrategy.h.

References m_feature1.

◆ operator=()

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

Definition at line 139 of file TiePointsLocatorStrategy.h.

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

Member Data Documentation

◆ m_feature1

float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature1

Interest point feature 1 value.

Definition at line 115 of file TiePointsLocatorStrategy.h.

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

◆ m_feature2

float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature2

Interest point feature 2 value.

Definition at line 117 of file TiePointsLocatorStrategy.h.

Referenced by operator=().

◆ m_feature3

float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature3

Interest point feature 3 value.

Definition at line 119 of file TiePointsLocatorStrategy.h.

Referenced by operator=().

◆ m_x

unsigned int te::rp::TiePointsLocatorStrategy::InterestPointT::m_x

Point X coord.

Definition at line 111 of file TiePointsLocatorStrategy.h.

Referenced by operator=().

◆ m_y

unsigned int te::rp::TiePointsLocatorStrategy::InterestPointT::m_y

Point Y coord.

Definition at line 113 of file TiePointsLocatorStrategy.h.

Referenced by operator=().


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