|
MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
#include <lti_geometry.h>
Public Member Functions | |
| LTIGeomPoint (T inX=0, T inY=0) | |
| LTIGeomPoint (const LTIGeomPoint< T > ©) | |
| LTIGeomPoint< T > & | operator= (const LTIGeomPoint< T > ©) |
| template<class T2 > | |
| LTIGeomPoint< T > & | operator+= (const LTIGeomPoint< T2 > &offset) |
| template<class T2 > | |
| LTIGeomPoint< T > & | operator-= (const LTIGeomPoint< T2 > &offset) |
| bool | operator== (const LTIGeomPoint< T > &other) const |
| bool | operator!= (const LTIGeomPoint< T > &other) const |
| bool | equal (const LTIGeomPoint< T > &other, T eps) const |
Public Attributes | |
| T | x |
| T | y |
Definition at line 22 of file lti_geometry.h.
| LTIGeomPoint< T >::LTIGeomPoint | ( | T | inX = 0, |
| T | inY = 0 |
||
| ) | [inline] |
Definition at line 25 of file lti_geometry.h.
| LTIGeomPoint< T >::LTIGeomPoint | ( | const LTIGeomPoint< T > & | copy | ) | [inline] |
Definition at line 34 of file lti_geometry.h.
| bool LTIGeomPoint< T >::equal | ( | const LTIGeomPoint< T > & | other, |
| T | eps | ||
| ) | const [inline] |
Definition at line 90 of file lti_geometry.h.
| bool LTIGeomPoint< T >::operator!= | ( | const LTIGeomPoint< T > & | other | ) | const [inline] |
Definition at line 85 of file lti_geometry.h.
| LTIGeomPoint<T>& LTIGeomPoint< T >::operator+= | ( | const LTIGeomPoint< T2 > & | offset | ) | [inline] |
Definition at line 56 of file lti_geometry.h.
| LTIGeomPoint<T>& LTIGeomPoint< T >::operator-= | ( | const LTIGeomPoint< T2 > & | offset | ) | [inline] |
Definition at line 67 of file lti_geometry.h.
| LTIGeomPoint<T>& LTIGeomPoint< T >::operator= | ( | const LTIGeomPoint< T > & | copy | ) | [inline] |
Definition at line 44 of file lti_geometry.h.
| bool LTIGeomPoint< T >::operator== | ( | const LTIGeomPoint< T > & | other | ) | const [inline] |
Definition at line 77 of file lti_geometry.h.
| T LTIGeomPoint< T >::x |
Definition at line 100 of file lti_geometry.h.
| T LTIGeomPoint< T >::y |
Definition at line 101 of file lti_geometry.h.