OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimPluginLibrary.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks)
6 //
7 //*************************************************************************
8 // $Id: ossimPluginLibrary.h 20694 2012-03-19 12:22:05Z dburken $
9 #ifndef ossimPluginLibrary_HEADER
10 #define ossimPluginLibrary_HEADER 1
13 
15 {
16 public:
18  ossimPluginLibrary(const ossimString& name, const ossimString& options="");
19  virtual ~ossimPluginLibrary();
20  void initialize();
21  void finalize();
23  void getClassNames(std::vector<ossimString>& classNames)const;
24  void setOptions(const ossimString& options);
25 protected:
28 };
29 
30 #endif
#define OSSIMDLLEXPORT
ossimSharedObjectInfo * m_info
const char * getDescription()