MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
#include <lti_geometry.h>
Public Member Functions | |
LTIGeomDim (T w=0, T h=0) | |
LTIGeomDim (const LTIGeomDim< T > &other) | |
LTIGeomDim< T > & | operator= (const LTIGeomDim< T > &other) |
bool | operator== (const LTIGeomDim< T > &other) const |
bool | operator!= (const LTIGeomDim< T > &other) const |
Public Attributes | |
T | width |
T | height |
Definition at line 135 of file lti_geometry.h.
LTIGeomDim< T >::LTIGeomDim | ( | T | w = 0 , |
T | h = 0 |
||
) | [inline] |
Definition at line 138 of file lti_geometry.h.
LTIGeomDim< T >::LTIGeomDim | ( | const LTIGeomDim< T > & | other | ) | [inline] |
Definition at line 143 of file lti_geometry.h.
bool LTIGeomDim< T >::operator!= | ( | const LTIGeomDim< T > & | other | ) | const [inline] |
Definition at line 160 of file lti_geometry.h.
LTIGeomDim<T>& LTIGeomDim< T >::operator= | ( | const LTIGeomDim< T > & | other | ) | [inline] |
Definition at line 148 of file lti_geometry.h.
bool LTIGeomDim< T >::operator== | ( | const LTIGeomDim< T > & | other | ) | const [inline] |
Definition at line 155 of file lti_geometry.h.
T LTIGeomDim< T >::height |
Definition at line 167 of file lti_geometry.h.
T LTIGeomDim< T >::width |
Definition at line 166 of file lti_geometry.h.