MrSID Decode SDK for Raster Reference Manual
9.1.0.4045
|
#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.
|
inline |
Definition at line 25 of file lti_geometry.h.
|
inline |
Definition at line 34 of file lti_geometry.h.
|
inline |
Definition at line 90 of file lti_geometry.h.
|
inline |
Definition at line 85 of file lti_geometry.h.
|
inline |
Definition at line 56 of file lti_geometry.h.
|
inline |
Definition at line 67 of file lti_geometry.h.
|
inline |
Definition at line 44 of file lti_geometry.h.
|
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.
LizardTech |