OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimImageSourceFactoryBase.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts
6 //
7 //*************************************************************************
8 // $Id: ossimImageSourceFactoryBase.h 9968 2006-11-29 14:01:53Z gpotts $
9 #ifndef ossimImageSourceFactoryBase_HEADER
10 #define ossimImageSourceFactoryBase_HEADER
12 class ossimImageSource;
13 
15 {
16 public:
21  virtual ossimImageSource* createImageSource(const ossimString& name)const;
22  virtual ossimImageSource* createImageSource(const ossimKeywordlist& kwl,
23  const char* prefix=0)const;
24 
25 protected:
26  // Hide from use.
30 };
31 
32 #endif
#define OSSIMDLLEXPORT
Represents serializable keyword/value map.
ossimReferenced & operator=(const ossimReferenced &)