OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
src
imaging
ossimCodecFactoryInterface.cpp
Go to the documentation of this file.
1
#include <
ossim/imaging/ossimCodecFactoryInterface.h
>
2
#include <
ossim/base/ossimObject.h
>
3
#include <
ossim/imaging/ossimCodecBase.h
>
4
5
ossimObject
*
ossimCodecFactoryInterface::createObject
(
const
ossimString
& type)
const
6
{
7
return
createCodec
(type);
8
}
9
10
ossimObject
*
ossimCodecFactoryInterface::createObject
(
const
ossimKeywordlist
& kwl,
const
char
* prefix)
const
11
{
12
return
createCodec
(kwl, prefix);
13
}
14
ossimObject
Definition:
ossimObject.h:25
ossimCodecBase.h
ossimKeywordlist
Represents serializable keyword/value map.
Definition:
ossimKeywordlist.h:50
ossimObject.h
ossimCodecFactoryInterface::createCodec
virtual ossimCodecBase * createCodec(const ossimString &type) const =0
ossimCodecFactoryInterface.h
ossimString
Definition:
ossimString.h:22
ossimCodecFactoryInterface::createObject
virtual ossimObject * createObject(const ossimString &type) const
This is a bridge to the generic factory list interface that trys to call createObject.
Definition:
ossimCodecFactoryInterface.cpp:5
Generated on Fri Aug 3 2018 08:46:46 for OSSIM - Open Source Software Image Map by
1.8.14