SIFT
Public Member Functions | Public Attributes | List of all members
sift::Point< T, U > Class Template Reference

#include <point.hpp>

Public Member Functions

 Point ()=default
 
 Point (T x, U y)
 

Public Attributes

x
 
y
 

Detailed Description

template<typename T, typename U>
class sift::Point< T, U >

A simple Point class which can have two different types for the two coordinates.

Constructor & Destructor Documentation

template<typename T, typename U>
sift::Point< T, U >::Point ( )
default
template<typename T, typename U>
sift::Point< T, U >::Point ( x,
y 
)
inline

Member Data Documentation

template<typename T, typename U>
T sift::Point< T, U >::x

The horizontal coordinate

template<typename T, typename U>
U sift::Point< T, U >::y

The vertical coordinate


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