|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimGdalObjectFactory.h>
Public Member Functions | |
| virtual | ~ossimGdalObjectFactory () |
| virtual destructor More... | |
| virtual ossimObject * | createObject (const ossimString &typeName) const |
| Object from string. More... | |
| virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
| Object from keyword list. More... | |
| virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
| Adds list of objects this factory supports. More... | |
Public Member Functions inherited from ossimObjectFactory | |
| virtual | ~ossimObjectFactory () |
Public Member Functions inherited from ossimObject | |
| ossimObject () | |
| virtual | ~ossimObject () |
| virtual ossimObject * | dup () const |
| virtual ossimString | getShortName () const |
| virtual ossimString | getLongName () const |
| virtual ossimString | getDescription () const |
| virtual ossimString | getClassName () const |
| virtual RTTItypeid | getType () const |
| virtual bool | canCastTo (ossimObject *obj) const |
| virtual bool | canCastTo (const RTTItypeid &id) const |
| virtual bool | canCastTo (const ossimString &parentClassName) const |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| virtual std::ostream & | print (std::ostream &out) const |
| Generic print method. More... | |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
| virtual void | accept (ossimVisitor &visitor) |
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 |
Static Public Member Functions | |
| static ossimGdalObjectFactory * | instance () |
Private Member Functions | |
| ossimGdalObjectFactory () | |
| hidden from use default construtor. More... | |
| ossimGdalObjectFactory (const ossimGdalObjectFactory &rhs) | |
| hidden from use copy construtor. More... | |
| const ossimGdalObjectFactory & | operator= (const ossimGdalObjectFactory &rhs) |
| hidden from use operator= . More... | |
Static Private Attributes | |
| static ossimGdalObjectFactory * | theInstance = 0 |
| The single instance of this class. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 17 of file ossimGdalObjectFactory.h.
|
virtual |
|
private |
hidden from use default construtor.
Definition at line 81 of file ossimGdalObjectFactory.cpp.
Referenced by instance().
|
private |
hidden from use copy construtor.
Definition at line 86 of file ossimGdalObjectFactory.cpp.
|
virtual |
Object from string.
Implements ossimObjectFactory.
Definition at line 33 of file ossimGdalObjectFactory.cpp.
Referenced by createObject().
|
virtual |
Object from keyword list.
Implements ossimObjectFactory.
Definition at line 55 of file ossimGdalObjectFactory.cpp.
References createObject(), ossimKeywordlist::find(), and ossimObject::loadState().
|
virtual |
Adds list of objects this factory supports.
Implements ossimObjectFactory.
Definition at line 73 of file ossimGdalObjectFactory.cpp.
|
static |
Definition at line 21 of file ossimGdalObjectFactory.cpp.
References ossimGdalObjectFactory(), and theInstance.
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
private |
hidden from use operator= .
Definition at line 92 of file ossimGdalObjectFactory.cpp.
|
staticprivate |
The single instance of this class.
Definition at line 56 of file ossimGdalObjectFactory.h.
Referenced by instance().
1.8.14