|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimElevationCellDatabase.h>
Public Member Functions | |
| CellInfo (ossim_uint64 id, ossimElevCellHandler *handler=0) | |
| CellInfo (const CellInfo &src) | |
| CellInfo () | |
| const CellInfo & | operator= (const CellInfo &src) |
| void | updateTimestamp () |
| ossim_uint64 | id () const |
Public Member Functions inherited from ossimReferenced | |
| ossimReferenced () | |
| ossimReferenced (const ossimReferenced &) | |
| ossimReferenced & | operator= (const ossimReferenced &) |
| void | ref () const |
| increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
| void | unref () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| void | unref_nodelete () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| int | referenceCount () const |
Public Attributes | |
| ossim_uint64 | m_id |
| ossimRefPtr< ossimElevCellHandler > | m_handler |
| ossimTimer::Timer_t | m_timestamp |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 9 of file ossimElevationCellDatabase.h.
|
inline |
Definition at line 11 of file ossimElevationCellDatabase.h.
References ossimTimer::instance(), and ossimTimer::tick().
|
inline |
Definition at line 19 of file ossimElevationCellDatabase.h.
|
inline |
Definition at line 26 of file ossimElevationCellDatabase.h.
|
inline |
Definition at line 47 of file ossimElevationCellDatabase.h.
Definition at line 33 of file ossimElevationCellDatabase.h.
References m_handler, m_id, and m_timestamp.
|
inline |
Definition at line 43 of file ossimElevationCellDatabase.h.
References ossimTimer::instance(), and ossimTimer::tick().
| ossimRefPtr<ossimElevCellHandler> ossimElevationCellDatabase::CellInfo::m_handler |
Definition at line 52 of file ossimElevationCellDatabase.h.
Referenced by operator=().
| ossim_uint64 ossimElevationCellDatabase::CellInfo::m_id |
Definition at line 51 of file ossimElevationCellDatabase.h.
Referenced by operator=().
| ossimTimer::Timer_t ossimElevationCellDatabase::CellInfo::m_timestamp |
Definition at line 53 of file ossimElevationCellDatabase.h.
Referenced by operator=().
1.8.14