OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimElevManager.h>
Public Member Functions | |
ConnectionStringVisitor (const ossimString &value) | |
virtual ossimRefPtr< ossimVisitor > | dup () const |
const ossimString & | getConnectionString () const |
virtual void | visit (ossimObject *obj) |
ossimElevationDatabase * | getElevationDatabase () |
![]() | |
ossimVisitor (int visitorType=VISIT_NONE) | |
ossimVisitor (const ossimVisitor &src) | |
virtual void | reset () |
virtual void | visit (ossimConnectableObject *obj) |
VisitorType | getVisitorType () const |
void | setVisitorType (int vType, bool on=true) |
void | turnOffVisitorType (int vType) |
bool | hasVisited (ossimObject *obj) const |
bool | stopTraversal () const |
![]() | |
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 |
Protected Attributes | |
ossimString | m_connectionString |
ossimRefPtr< ossimElevationDatabase > | m_database |
![]() | |
VisitorType | m_visitorType |
Collection | m_markNode |
bool | m_stopTraversalFlag |
Additional Inherited Members | |
![]() | |
enum | VisitorType { VISIT_NONE = 0, VISIT_CHILDREN = 1, VISIT_INPUTS = 2, VISIT_OUTPUTS = 4, VISIT_ALL = (VISIT_CHILDREN|VISIT_INPUTS|VISIT_OUTPUTS) } |
Enumeration type can be a mask and will traverse a graph of connectables based on the values. More... | |
typedef std::set< ossimRefPtr< ossimObject > > | MarkCollectionRef |
typedef std::set< ossimRefPtr< ossimObject > > | CollectionRef |
typedef std::vector< ossimRefPtr< ossimObject > > | ListRef |
typedef std::set< ossimObject * > | Collection |
typedef std::vector< ossimObject *> | List |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 35 of file ossimElevManager.h.
ossimElevManager::ConnectionStringVisitor::ConnectionStringVisitor | ( | const ossimString & | value | ) |
Definition at line 51 of file ossimElevManager.cpp.
|
inlinevirtual |
Implements ossimVisitor.
Definition at line 39 of file ossimElevManager.h.
|
inline |
Definition at line 40 of file ossimElevManager.h.
|
inline |
Definition at line 42 of file ossimElevManager.h.
Referenced by ossimElevManager::getCellsForBounds().
|
virtual |
Reimplemented from ossimVisitor.
Definition at line 57 of file ossimElevManager.cpp.
References ossimElevationDatabase::getConnectionString().
|
protected |
Definition at line 45 of file ossimElevManager.h.
|
protected |
Definition at line 46 of file ossimElevManager.h.