|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimSharedObjectBridge.h>#include <ossim/imaging/ossimImageHandlerRegistry.h>#include <ossim/imaging/ossimImageWriterFactoryRegistry.h>#include <ossim/imaging/ossimOverviewBuilderFactoryRegistry.h>#include <ossim/projection/ossimProjectionFactoryRegistry.h>#include <ossim/support_data/ossimInfoFactoryRegistry.h>#include <ossim/plugin/ossimPluginConstants.h>#include "ossimHdf5PluginHandlerFactory.h"#include "ossimViirsHandler.h"Go to the source code of this file.
Functions | |
| const char * | getDescription () |
| int | getNumberOfClassNames () |
| const char * | getClassName (int idx) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
| ossimSharedObjectInfo | myInfo |
| ossimString | theDescription |
| std::vector< ossimString > | theObjList |
| const char* getClassName | ( | int | idx | ) |
Definition at line 59 of file ossimHdf5PluginInit.cpp.
References theObjList.
Referenced by ossimSharedLibraryInitialize().
| const char* getDescription | ( | ) |
Definition at line 49 of file ossimHdf5PluginInit.cpp.
References ossimString::c_str(), and theDescription.
Referenced by ossimSharedLibraryInitialize().
| int getNumberOfClassNames | ( | ) |
Definition at line 54 of file ossimHdf5PluginInit.cpp.
References theObjList.
Referenced by ossimSharedLibraryInitialize().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 90 of file ossimHdf5PluginInit.cpp.
References ossimHdf5PluginHandlerFactory::instance(), and ossimImageHandlerRegistry::instance().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 69 of file ossimHdf5PluginInit.cpp.
References ossimSharedObjectInfo::getClassName, getClassName(), ossimSharedObjectInfo::getDescription, getDescription(), ossimSharedObjectInfo::getNumberOfClassNames, getNumberOfClassNames(), ossimHdf5PluginHandlerFactory::instance(), ossimImageHandlerRegistry::instance(), and myInfo.
| ossimSharedObjectInfo myInfo |
Definition at line 45 of file ossimHdf5PluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
| ossimString theDescription |
Definition at line 46 of file ossimHdf5PluginInit.cpp.
Referenced by getDescription().
| std::vector<ossimString> theObjList |
Definition at line 47 of file ossimHdf5PluginInit.cpp.
Referenced by getClassName(), and getNumberOfClassNames().
1.8.14