OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimSharedObjectBridge.h>
#include <ossim/plugin/ossimPluginConstants.h>
#include <ossim/base/ossimString.h>
#include <ossim/util/ossimToolRegistry.h>
#include "ossimDemTool.h"
#include "ossimDemToolFactory.h"
Go to the source code of this file.
Functions | |
const char * | getDemDescription () |
int | getDemNumberOfClassNames () |
const char * | getDemClassName (int idx) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
ossimSharedObjectInfo | myDemInfo |
const char* getDemClassName | ( | int | idx | ) |
Definition at line 29 of file ossimDemPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
const char* getDemDescription | ( | ) |
Definition at line 19 of file ossimDemPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
int getDemNumberOfClassNames | ( | ) |
Definition at line 24 of file ossimDemPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 53 of file ossimDemPluginInit.cpp.
References ossimDemToolFactory::instance(), and ossimToolRegistry::instance().
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 39 of file ossimDemPluginInit.cpp.
References ossimSharedObjectInfo::getClassName, getDemClassName(), getDemDescription(), getDemNumberOfClassNames(), ossimSharedObjectInfo::getDescription, ossimSharedObjectInfo::getNumberOfClassNames, ossimDemToolFactory::instance(), ossimToolRegistry::instance(), and myDemInfo.
ossimSharedObjectInfo myDemInfo |
Definition at line 17 of file ossimDemPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().