OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include "ossimAtpToolFactory.h"
#include <ossim/plugin/ossimSharedObjectBridge.h>
#include <ossim/util/ossimToolRegistry.h>
Go to the source code of this file.
Functions | |
const char * | getAtpDescription () |
int | getAtpNumberOfClassNames () |
const char * | getAtpClassName (int idx) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
ossimSharedObjectInfo | atpInfo |
const char* getAtpClassName | ( | int | idx | ) |
Definition at line 26 of file ossimAtpPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
const char* getAtpDescription | ( | ) |
Definition at line 16 of file ossimAtpPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
int getAtpNumberOfClassNames | ( | ) |
Definition at line 21 of file ossimAtpPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 50 of file ossimAtpPluginInit.cpp.
References ATP::ossimAtpToolFactory::instance(), ossimToolRegistry::instance(), and ossimFactoryListInterface< T, NativeType >::unregisterFactory().
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 36 of file ossimAtpPluginInit.cpp.
References atpInfo, getAtpClassName(), getAtpDescription(), getAtpNumberOfClassNames(), ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, ossimSharedObjectInfo::getNumberOfClassNames, ATP::ossimAtpToolFactory::instance(), ossimToolRegistry::instance(), and ossimFactoryListInterface< T, NativeType >::registerFactory().
ossimSharedObjectInfo atpInfo |
Definition at line 14 of file ossimAtpPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().