|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Factory for ossimOpenCvObject. More...
#include <ossimOpenCvObjectFactory.h>
Public Member Functions | |
| virtual | ~ossimOpenCvObjectFactory () |
| virtual destructor More... | |
| virtual ossimObject * | createObject (const ossimString &typeName) const |
| createObject that takes a class name (eg. More... | |
| virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
| Creates an object given a keyword list and prefix. More... | |
| virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
| Adds ossimLasWriter to the typeList. 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 ossimOpenCvObjectFactory * | instance () |
| static method to return instance (the only one) of this class. More... | |
Protected Member Functions | |
| ossimOpenCvObjectFactory () | |
| hidden from use default constructor More... | |
| ossimOpenCvObjectFactory (const ossimOpenCvObjectFactory &) | |
| hidden from use copy constructor More... | |
| const ossimOpenCvObjectFactory & | operator= (const ossimOpenCvObjectFactory &) |
| hidden from use copy constructor More... | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Static Protected Attributes | |
| static ossimOpenCvObjectFactory * | theInstance = 0 |
| static instance of this class More... | |
Factory for ossimOpenCvObject.
Definition at line 22 of file ossimOpenCvObjectFactory.h.
|
virtual |
virtual destructor
Definition at line 28 of file ossimOpenCvObjectFactory.cpp.
References theInstance.
|
protected |
hidden from use default constructor
Definition at line 79 of file ossimOpenCvObjectFactory.cpp.
Referenced by instance().
|
protected |
hidden from use copy constructor
Definition at line 83 of file ossimOpenCvObjectFactory.cpp.
|
virtual |
createObject that takes a class name (eg.
| typeName | (class, eg. "ossimTieMeasurementGenerator"). |
Implements ossimObjectFactory.
Definition at line 43 of file ossimOpenCvObjectFactory.cpp.
Referenced by createObject().
|
virtual |
Creates an object given a keyword list and prefix.
| kwl | The keyword list. |
| prefix | the keyword list prefix. |
Implements ossimObjectFactory.
Definition at line 56 of file ossimOpenCvObjectFactory.cpp.
References createObject(), ossimKeywordlist::find(), and ossimObject::loadState().
|
virtual |
Adds ossimLasWriter to the typeList.
| typeList | List to add to. |
Implements ossimObjectFactory.
Definition at line 74 of file ossimOpenCvObjectFactory.cpp.
|
static |
static method to return instance (the only one) of this class.
Definition at line 33 of file ossimOpenCvObjectFactory.cpp.
References ossimOpenCvObjectFactory(), and theInstance.
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
protected |
hidden from use copy constructor
Definition at line 87 of file ossimOpenCvObjectFactory.cpp.
|
staticprotected |
static instance of this class
Definition at line 66 of file ossimOpenCvObjectFactory.h.
Referenced by instance(), and ~ossimOpenCvObjectFactory().
1.8.14