|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimImageViewTransformFactory.h>
Public Member Functions | |
| virtual ossimImageViewTransform * | createTransform (const ossimKeywordlist &kwl, const char *prefix=0) |
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 ossimImageViewTransformFactory * | instance () |
Protected Member Functions | |
| ossimImageViewTransformFactory () | |
| ossimImageViewTransformFactory (const ossimImageViewTransformFactory &) | |
| void | operator= (const ossimImageViewTransformFactory &) |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Static Protected Attributes | |
| static ossimImageViewTransformFactory * | theInstance = 0 |
Definition at line 18 of file ossimImageViewTransformFactory.h.
|
inlineprotected |
Definition at line 26 of file ossimImageViewTransformFactory.h.
Referenced by instance().
|
inlineprotected |
Definition at line 27 of file ossimImageViewTransformFactory.h.
|
virtual |
Definition at line 30 of file ossimImageViewTransformFactory.cpp.
References ossimKeywordlist::find(), ossimImageViewTransform::loadState(), and STATIC_TYPE_NAME.
|
static |
Definition at line 20 of file ossimImageViewTransformFactory.cpp.
References ossimImageViewTransformFactory(), and theInstance.
Referenced by ossimVectorRenderer::loadState().
|
inlineprotected |
Definition at line 28 of file ossimImageViewTransformFactory.h.
|
staticprotected |
Definition at line 30 of file ossimImageViewTransformFactory.h.
Referenced by instance().
1.8.14