OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimToolFactory.h>
Public Member Functions | |
virtual | ~ossimToolFactory () |
virtual ossimTool * | createTool (const std::string &typeName) const |
virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
virtual void | getCapabilities (std::map< std::string, std::string > &capabilities) const |
Appends map with available utilities along with descriptions as <name, description> pairs. More... | |
virtual std::map< std::string, std::string > | getCapabilities () const |
![]() | |
virtual ossimObject * | createObject (const ossimString &typeName) const |
virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual ossimTool * | createTool (const ossimKeywordlist &kwl, const char *prefix=0) const |
![]() | |
virtual | ~ossimObjectFactory () |
![]() | |
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) |
![]() | |
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 ossimToolFactory * | instance () |
Protected Member Functions | |
ossimToolFactory () | |
ossimToolFactory (const ossimToolFactory &) | |
void | operator= (const ossimToolFactory &) |
![]() | |
virtual | ~ossimReferenced () |
Static Protected Attributes | |
static ossimToolFactory * | s_Instance = 0 |
Definition at line 18 of file ossimToolFactory.h.
|
virtual |
Definition at line 38 of file ossimToolFactory.cpp.
References ossimToolRegistry::instance(), and ossimFactoryListInterface< T, NativeType >::unregisterFactory().
|
protected |
|
inlineprotected |
Definition at line 42 of file ossimToolFactory.h.
|
virtual |
Implements ossimToolFactoryBase.
Definition at line 43 of file ossimToolFactory.cpp.
References ossimString::downcase().
|
virtual |
Appends map with available utilities along with descriptions as <name, description> pairs.
The names are the human-readable name of the utility/service, typically the utility's class name without the "ossim" prefix nor "Tool" suffix, all lowercase.
Implements ossimToolFactoryBase.
Definition at line 89 of file ossimToolFactory.cpp.
References ossimVerticesFinderTool::DESCRIPTION, ossimBandMergeTool::DESCRIPTION, ossimInfo::DESCRIPTION, ossimHillshadeTool::DESCRIPTION, ossimHlzTool::DESCRIPTION, ossimSlopeTool::DESCRIPTION, ossimOrthoTool::DESCRIPTION, ossimShorelineTool::DESCRIPTION, ossimHdf5Tool::DESCRIPTION, ossimSubImageTool::DESCRIPTION, and ossimViewshedTool::DESCRIPTION.
|
virtual |
Implements ossimToolFactoryBase.
Definition at line 106 of file ossimToolFactory.cpp.
|
virtual |
This should return the type name of all objects in all factories. This is the name used to construct the objects dynamically and this name must be unique.
Implements ossimObjectFactory.
Definition at line 113 of file ossimToolFactory.cpp.
|
static |
Definition at line 27 of file ossimToolFactory.cpp.
References ossimToolFactory(), and s_Instance.
Referenced by ossimToolRegistry::ossimToolRegistry().
|
inlineprotected |
Definition at line 43 of file ossimToolFactory.h.
|
staticprotected |
Definition at line 45 of file ossimToolFactory.h.
Referenced by instance().