OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimScalarTypeLut.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: David Burken
6 //
7 // Description:
8 //
9 // Contains class declaration for ossimScalarTypeLut.
10 //
11 //*******************************************************************
12 // $Id: ossimScalarTypeLut.h 11914 2007-10-28 18:28:18Z dburken $
13 
14 #ifndef ossimScalarTypeLut_HEADER
15 #define ossimScalarTypeLut_HEADER
16 
19 
28 {
29 public:
30 
34  static ossimScalarTypeLut* instance();
35 
36  virtual ~ossimScalarTypeLut();
37 
38  ossimScalarType getScalarTypeFromString(const ossimString& s) const;
39 
40  virtual ossimKeyword getKeyword() const;
41 
42 protected:
44 
45 private:
46 
48 };
49 
50 #endif
#define OSSIMDLLEXPORT
virtual ossimKeyword getKeyword() const
static ossimScalarTypeLut * theInstance
ossimScalarType
Used to convert from scalar type enumeration to strings and vice versa.