#include <ossimDemToolFactory.h>
|
virtual | ~ossimDemToolFactory () |
|
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, decription> 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 |
|
Definition at line 19 of file ossimDemToolFactory.h.
◆ ~ossimDemToolFactory()
ossimDemToolFactory::~ossimDemToolFactory |
( |
| ) |
|
|
virtual |
◆ ossimDemToolFactory() [1/2]
ossimDemToolFactory::ossimDemToolFactory |
( |
| ) |
|
|
protected |
◆ ossimDemToolFactory() [2/2]
◆ createTool()
ossimTool * ossimDemToolFactory::createTool |
( |
const std::string & |
typeName | ) |
const |
|
virtual |
◆ getCapabilities() [1/2]
void ossimDemToolFactory::getCapabilities |
( |
std::map< std::string, std::string > & |
capabilities | ) |
const |
|
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.
Implements ossimToolFactoryBase.
Definition at line 42 of file ossimDemToolFactory.cpp.
References ossimDemTool::DESCRIPTION.
◆ getCapabilities() [2/2]
std::map< std::string, std::string > ossimDemToolFactory::getCapabilities |
( |
| ) |
const |
|
virtual |
◆ getTypeNameList()
void ossimDemToolFactory::getTypeNameList |
( |
std::vector< ossimString > & |
typeList | ) |
const |
|
virtual |
This should return the type name of all objects in all factories. This is the name used to construct the objects dynamially and this name must be unique.
Implements ossimObjectFactory.
Definition at line 54 of file ossimDemToolFactory.cpp.
56 typeList.push_back(
"ossimDemTool");
◆ instance()
◆ operator=()
◆ s_instance
The documentation for this class was generated from the following files: