MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIGeomDim< T > Class Template Reference

#include <lti_geometry.h>

List of all members.

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

width
height

Detailed Description

template<class T>
class LTIGeomDim< T >

Definition at line 135 of file lti_geometry.h.


Constructor & Destructor Documentation

template<class T >
LTIGeomDim< T >::LTIGeomDim ( w = 0,
h = 0 
) [inline]

Definition at line 138 of file lti_geometry.h.

template<class T >
LTIGeomDim< T >::LTIGeomDim ( const LTIGeomDim< T > &  other) [inline]

Definition at line 143 of file lti_geometry.h.


Member Function Documentation

template<class T >
bool LTIGeomDim< T >::operator!= ( const LTIGeomDim< T > &  other) const [inline]

Definition at line 160 of file lti_geometry.h.

template<class T >
LTIGeomDim<T>& LTIGeomDim< T >::operator= ( const LTIGeomDim< T > &  other) [inline]

Definition at line 148 of file lti_geometry.h.

template<class T >
bool LTIGeomDim< T >::operator== ( const LTIGeomDim< T > &  other) const [inline]

Definition at line 155 of file lti_geometry.h.


Member Data Documentation

template<class T >
T LTIGeomDim< T >::height

Definition at line 167 of file lti_geometry.h.

template<class T >
T LTIGeomDim< T >::width

Definition at line 166 of file lti_geometry.h.


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