OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfRpfTagFactory.h>
Public Member Functions | |
virtual | ~ossimNitfRpfTagFactory () |
virtual ossimRefPtr< ossimNitfRegisteredTag > | create (const ossimString &tagName) const |
![]() | |
ossimNitfTagFactory () | |
virtual | ~ossimNitfTagFactory () |
![]() | |
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 ossimNitfRpfTagFactory * | instance () |
Protected Member Functions | |
ossimNitfRpfTagFactory () | |
![]() | |
virtual | ~ossimReferenced () |
Private Member Functions | |
ossimNitfRpfTagFactory (const ossimNitfRpfTagFactory &) | |
ossimNitfRpfTagFactory & | operator= (const ossimNitfRpfTagFactory &) |
Definition at line 17 of file ossimNitfRpfTagFactory.h.
|
virtual |
Definition at line 27 of file ossimNitfRpfTagFactory.cpp.
|
protected |
Definition at line 23 of file ossimNitfRpfTagFactory.cpp.
|
inlineprivate |
|
virtual |
Implements ossimNitfTagFactory.
Definition at line 37 of file ossimNitfRpfTagFactory.cpp.
|
static |
Definition at line 31 of file ossimNitfRpfTagFactory.cpp.
Referenced by ossimNitfTagFactoryRegistry::initializeDefaults().
|
inlineprivate |