OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimImageTypeLut.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: David Burken (dburken@imagelinks.com)
6 //
7 // Description:
8 //
9 // Contains class declaration for ImageTypeLut. Currently has mapping of
10 // output image writes from enumeration to string and string to
11 // enumeration.
12 //
13 //*******************************************************************
14 // $Id: ossimImageTypeLut.h 9968 2006-11-29 14:01:53Z gpotts $
15 
16 #ifndef ImageTypeLUT_HEADER
17 #define ImageTypeLUT_HEADER
18 
20 
22 {
23 public:
24 
26 
27  virtual ~ossimImageTypeLut(){}
28 
29  virtual ossimKeyword getKeyword() const { return IMAGE_TYPE_KW; }
30 
32 };
33 #endif
virtual ossimKeyword getKeyword() const
#define OSSIMDLLEXPORT
virtual ~ossimImageTypeLut()
static const ossimKeyword IMAGE_TYPE_KW