OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimToolFactoryBase.h>
Public Member Functions | |
virtual ossimObject * | createObject (const ossimString &typeName) const |
virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual ossimTool * | createTool (const std::string &typeName) const =0 |
virtual ossimTool * | createTool (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual void | getCapabilities (std::map< std::string, std::string > &capabilities) const =0 |
Appends map with available utilities along with descriptions as <name, decription> pairs. More... | |
virtual std::map< std::string, std::string > | getCapabilities () const =0 |
![]() | |
virtual | ~ossimObjectFactory () |
virtual void | getTypeNameList (std::vector< ossimString > &typeList) const =0 |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 17 of file ossimToolFactoryBase.h.
|
inlinevirtual |
Creates an object given a type name.
Implements ossimObjectFactory.
Definition at line 20 of file ossimToolFactoryBase.h.
|
inlinevirtual |
Creates and object given a keyword list.
Implements ossimObjectFactory.
Definition at line 23 of file ossimToolFactoryBase.h.
|
pure virtual |
Implemented in ossimToolRegistry, ATP::ossimAtpToolFactory, ossimDemToolFactory, ossimPotraceToolFactory, ossimRegToolFactory, and ossimToolFactory.
Referenced by ossimToolServer::runCommand().
|
inlinevirtual |
Definition at line 28 of file ossimToolFactoryBase.h.
References ossimKeywordlist::find(), and ossimKeywordNames::TYPE_KW.
|
pure virtual |
Appends map with available utilities along with descriptions as <name, decription> pairs.
The names are the human-readable name of the utility/service, typically the utility's class name without the "ossim" prefix nor "Util" suffix, all lowercase.
Implemented in ossimToolRegistry, ossimToolFactory, ATP::ossimAtpToolFactory, ossimDemToolFactory, ossimPotraceToolFactory, and ossimRegToolFactory.
Referenced by ossimToolServer::runCommand().
|
pure virtual |
Implemented in ossimToolRegistry, ossimToolFactory, ATP::ossimAtpToolFactory, ossimDemToolFactory, ossimPotraceToolFactory, and ossimRegToolFactory.