OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Codec factory interface. More...
#include <ossimCodecFactoryInterface.h>
Public Member Functions | |
ossimCodecFactoryInterface () | |
default constructor More... | |
virtual | ~ossimCodecFactoryInterface () |
virtual destructor More... | |
virtual ossimObject * | createObject (const ossimString &type) const |
This is a bridge to the generic factory list interface that trys to call createObject. More... | |
virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
This is a bridge to the generic factory list interface that trys to call createObject. More... | |
virtual ossimCodecBase * | createCodec (const ossimString &type) const =0 |
virtual ossimCodecBase * | createCodec (const ossimKeywordlist &kwl, const char *prefix=0) const =0 |
virtual void | getTypeNameList (std::vector< ossimString > &typeNames) const =0 |
Codec factory interface.
Definition at line 27 of file ossimCodecFactoryInterface.h.
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in ossimCodecFactory, ossimKakaduCodecFactory, and ossimPngCodecFactory.
Referenced by createObject().
|
pure virtual |
Implemented in ossimCodecFactory, ossimKakaduCodecFactory, and ossimPngCodecFactory.
|
virtual |
This is a bridge to the generic factory list interface that trys to call createObject.
We will bridge it in this interface to just call createCodec. These are not pure virtual.
Definition at line 5 of file ossimCodecFactoryInterface.cpp.
References createCodec().
|
virtual |
This is a bridge to the generic factory list interface that trys to call createObject.
We will bridge it in this interface to just call createCodec. These are not pure virtual.
Definition at line 10 of file ossimCodecFactoryInterface.cpp.
References createCodec().
|
pure virtual |
Implemented in ossimCodecFactory, ossimKakaduCodecFactory, and ossimPngCodecFactory.