OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Factory for PNG image reader. More...
#include <ossimPdalReaderFactory.h>
Public Member Functions | |
virtual | ~ossimPdalReaderFactory () |
virtual destructor More... | |
virtual ossimPdalReader * | open (const ossimFilename &fileName) const |
virtual ossimPdalReader * | open (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual ossimObject * | createObject (const ossimString &typeName) const |
virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
virtual void | getSupportedExtensions (std::vector< ossimString > &extList) const |
![]() | |
virtual | ~ossimPointCloudHandlerFactory () |
![]() | |
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 |
Static Public Member Functions | |
static ossimPdalReaderFactory * | instance () |
Protected Member Functions | |
ossimPdalReaderFactory () | |
hidden from use default constructor More... | |
ossimPdalReaderFactory (const ossimPdalReaderFactory &) | |
hidden from use copy constructor More... | |
void | operator= (const ossimPdalReaderFactory &) |
hidden from use copy constructor More... | |
![]() | |
virtual | ~ossimReferenced () |
Static Protected Attributes | |
static ossimPdalReaderFactory * | m_instance = 0 |
static instance of this class More... | |
Factory for PNG image reader.
Definition at line 22 of file ossimPdalReaderFactory.h.
|
virtual |
virtual destructor
Definition at line 19 of file ossimPdalReaderFactory.cpp.
References m_instance.
|
protected |
hidden from use default constructor
Definition at line 94 of file ossimPdalReaderFactory.cpp.
Referenced by instance().
|
protected |
hidden from use copy constructor
Definition at line 98 of file ossimPdalReaderFactory.cpp.
|
virtual |
Creates an object given a type name.
Implements ossimPointCloudHandlerFactory.
Definition at line 61 of file ossimPdalReaderFactory.cpp.
References ossimRefPtr< T >::release().
|
virtual |
Creates and object given a keyword list.
Reimplemented from ossimPointCloudHandlerFactory.
Definition at line 75 of file ossimPdalReaderFactory.cpp.
References open().
|
virtual |
Implements ossimPointCloudHandlerFactory.
Definition at line 87 of file ossimPdalReaderFactory.cpp.
|
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 81 of file ossimPdalReaderFactory.cpp.
Referenced by ossimSharedLibraryInitialize().
|
static |
Definition at line 24 of file ossimPdalReaderFactory.cpp.
References m_instance, and ossimPdalReaderFactory().
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
virtual |
Implements ossimPointCloudHandlerFactory.
Definition at line 33 of file ossimPdalReaderFactory.cpp.
References ossimPointCloudHandler::open(), and ossimRefPtr< T >::release().
Referenced by createObject().
|
virtual |
Implements ossimPointCloudHandlerFactory.
Definition at line 47 of file ossimPdalReaderFactory.cpp.
References ossimSource::loadState(), and ossimRefPtr< T >::release().
|
protected |
hidden from use copy constructor
Definition at line 102 of file ossimPdalReaderFactory.cpp.
|
staticprotected |
static instance of this class
Definition at line 54 of file ossimPdalReaderFactory.h.
Referenced by instance(), and ~ossimPdalReaderFactory().