|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimPluginConstants.h>#include <ossim/plugin/ossimSharedPluginRegistry.h>#include <ossim/base/ossimString.h>#include <ossim/base/ossimKeywordlist.h>#include <ossim/base/ossimWebRequestFactoryRegistry.h>#include "ossimWebPluginRequestFactory.h"#include <ossim/base/ossimStreamFactoryRegistry.h>#include "CurlStreamDefaults.h"#include "ossimCurlStreamFactory.h"Go to the source code of this file.
Functions | |
| const char * | getWebDescription () |
| int | getWebNumberOfClassNames () |
| const char * | getWebClassName (int idx) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info, const char *options) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
| ossimSharedObjectInfo | myWebInfo |
| ossimString | theWebDescription |
| std::vector< ossimString > | theWebObjList |
| const char* getWebClassName | ( | int | idx | ) |
Definition at line 45 of file ossimWebPluginInit.cpp.
References theWebObjList.
Referenced by ossimSharedLibraryInitialize().
| const char* getWebDescription | ( | ) |
Definition at line 35 of file ossimWebPluginInit.cpp.
References ossimString::c_str(), and theWebDescription.
Referenced by ossimSharedLibraryInitialize().
| int getWebNumberOfClassNames | ( | ) |
Definition at line 40 of file ossimWebPluginInit.cpp.
References theWebObjList.
Referenced by ossimSharedLibraryInitialize().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 89 of file ossimWebPluginInit.cpp.
| OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info, |
| const char * | options | ||
| ) |
Definition at line 55 of file ossimWebPluginInit.cpp.
References ossimKeywordlist::find(), ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, ossimSharedObjectInfo::getNumberOfClassNames, getWebClassName(), getWebDescription(), getWebNumberOfClassNames(), ossimWebPluginRequestFactory::instance(), ossimWebRequestFactoryRegistry::instance(), ossim::CurlStreamFactory::instance(), ossim::StreamFactoryRegistry::instance(), ossim::CurlStreamDefaults::loadDefaults(), myWebInfo, and ossimKeywordlist::parseString().
| ossimSharedObjectInfo myWebInfo |
Definition at line 31 of file ossimWebPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
| ossimString theWebDescription |
Definition at line 32 of file ossimWebPluginInit.cpp.
Referenced by getWebDescription().
| std::vector<ossimString> theWebObjList |
Definition at line 33 of file ossimWebPluginInit.cpp.
Referenced by getWebClassName(), and getWebNumberOfClassNames().
1.8.14