OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimPluginConstants.h>
#include <ossim/plugin/ossimSharedObjectBridge.h>
#include <ossim/imaging/ossimImageHandlerRegistry.h>
#include "ossimJpeg12ReaderFactory.h"
Go to the source code of this file.
Functions | |
const char * | getJpeg12Description () |
int | getJpeg12NumberOfClassNames () |
const char * | getJpeg12ClassName (int idx) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info, const char *options) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
ossimSharedObjectInfo | myJpeg12Info |
ossimString | theJpeg12Description |
std::vector< ossimString > | theJpeg12ObjList |
const char* getJpeg12ClassName | ( | int | idx | ) |
Definition at line 38 of file ossimJpeg12PluginInit.cpp.
References theJpeg12ObjList.
Referenced by ossimSharedLibraryInitialize().
const char* getJpeg12Description | ( | ) |
Definition at line 28 of file ossimJpeg12PluginInit.cpp.
References ossimString::c_str(), and theJpeg12Description.
Referenced by ossimSharedLibraryInitialize().
int getJpeg12NumberOfClassNames | ( | ) |
Definition at line 33 of file ossimJpeg12PluginInit.cpp.
References theJpeg12ObjList.
Referenced by ossimSharedLibraryInitialize().
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 76 of file ossimJpeg12PluginInit.cpp.
References ossimJpeg12ReaderFactory::instance(), and ossimImageHandlerRegistry::instance().
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info, |
const char * | options | ||
) |
Definition at line 48 of file ossimJpeg12PluginInit.cpp.
References ossimKeywordlist::find(), ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, getJpeg12ClassName(), getJpeg12Description(), getJpeg12NumberOfClassNames(), ossimSharedObjectInfo::getNumberOfClassNames, ossimJpeg12ReaderFactory::instance(), ossimImageHandlerRegistry::instance(), myJpeg12Info, and ossimKeywordlist::parseString().
ossimSharedObjectInfo myJpeg12Info |
Definition at line 24 of file ossimJpeg12PluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
ossimString theJpeg12Description |
Definition at line 25 of file ossimJpeg12PluginInit.cpp.
Referenced by getJpeg12Description().
std::vector<ossimString> theJpeg12ObjList |
Definition at line 26 of file ossimJpeg12PluginInit.cpp.
Referenced by getJpeg12ClassName(), and getJpeg12NumberOfClassNames().