OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimImageViewTransformFactory.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.com)
6 //
7 // Description:
8 //
9 //*******************************************************************
10 // $Id: ossimImageViewTransformFactory.h 9968 2006-11-29 14:01:53Z gpotts $
11 #ifndef ossimImageViewTransformFactory_HEADER
12 #define ossimImageViewTransformFactory_HEADER
13 #include <ossim/base/ossimObject.h>
14 
16 class ossimKeywordlist;
17 
19 {
20 public:
23  const char* prefix = 0);
24 
25 protected:
29 
31 
33 };
34 
35 #endif
ossimImageViewTransformFactory(const ossimImageViewTransformFactory &)
static ossimImageViewTransformFactory * instance()
Represents serializable keyword/value map.
void operator=(const ossimImageViewTransformFactory &)
#define TYPE_DATA
Definition: ossimRtti.h:339
static ossimImageViewTransformFactory * theInstance
virtual ossimImageViewTransform * createTransform(const ossimKeywordlist &kwl, const char *prefix=0)