|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
The ossim overview builder factory. More...
#include <ossimOverviewBuilderFactory.h>
Public Member Functions | |
| virtual | ~ossimOverviewBuilderFactory () |
| virtual destructor More... | |
| virtual ossimOverviewBuilderBase * | createBuilder (const ossimString &typeName) const |
| Creates a builder from a string. More... | |
| virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
| Method to populate a list of supported types for the factory. More... | |
Public Member Functions inherited from ossimOverviewBuilderFactoryBase | |
| ossimOverviewBuilderFactoryBase () | |
| default constructor hidden from use More... | |
| virtual | ~ossimOverviewBuilderFactoryBase () |
| virtual destructor More... | |
| virtual ossimObject * | createObject (const ossimString &typeName) const |
| virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
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 ossimOverviewBuilderFactory * | instance () |
| static instance method. More... | |
Private Member Functions | |
| ossimOverviewBuilderFactory () | |
| default constructor hidden from use More... | |
| ossimOverviewBuilderFactory (const ossimOverviewBuilderFactory &obj) | |
| copy constructor hidden from use More... | |
| void | operator= (const ossimOverviewBuilderFactory &rhs) |
| operator= hidden from use. More... | |
Static Private Attributes | |
| static ossimOverviewBuilderFactory * | theInstance = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
The ossim overview builder factory.
Definition at line 26 of file ossimOverviewBuilderFactory.h.
|
virtual |
virtual destructor
Definition at line 27 of file ossimOverviewBuilderFactory.cpp.
References theInstance.
|
private |
default constructor hidden from use
Definition at line 54 of file ossimOverviewBuilderFactory.cpp.
Referenced by instance().
|
private |
copy constructor hidden from use
Definition at line 58 of file ossimOverviewBuilderFactory.cpp.
|
virtual |
Creates a builder from a string.
This should match a string from the getTypeNameList() method. Pure virtual.
Implements ossimOverviewBuilderFactoryBase.
Definition at line 32 of file ossimOverviewBuilderFactory.cpp.
References ossimRefPtr< T >::get(), ossimOverviewBuilderBase::hasOverviewType(), ossimRefPtr< T >::release(), and ossimOverviewBuilderBase::setOverviewType().
|
virtual |
Method to populate a list of supported types for the factory.
registered to this registry. Pure virtual.
| typeList | List of ossimStrings to add to. |
Implements ossimOverviewBuilderFactoryBase.
Definition at line 47 of file ossimOverviewBuilderFactory.cpp.
References ossimOverviewBuilderBase::getTypeNameList().
|
static |
static instance method.
Definition at line 18 of file ossimOverviewBuilderFactory.cpp.
References ossimOverviewBuilderFactory(), and theInstance.
Referenced by ossimInit::initializeDefaultFactories().
|
private |
|
staticprivate |
Definition at line 64 of file ossimOverviewBuilderFactory.h.
Referenced by instance(), and ~ossimOverviewBuilderFactory().
1.8.14