OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfComponentIdLut.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 // File: ossimRpfComponentIdLut.h
3 //
4 // License: See top level LICENSE.txt file.
5 //
6 // Author: David Burken
7 //
8 // Description: See class description.
9 //
10 //----------------------------------------------------------------------------
11 // $Id: ossimRpfComponentIdLut.h 20324 2011-12-06 22:25:23Z dburken $
12 
13 #ifndef ossimRpfComponentIdLut_HEADER
14 #define ossimRpfComponentIdLut_HEADER 1
15 
18 
31 {
32 public:
33 
35  static ossimRpfComponentIdLut* instance();
36 
38  virtual ~ossimRpfComponentIdLut();
39 
41  virtual ossimKeyword getKeyword() const;
42 
43 private:
46 
49 };
50 
51 #endif /* #ifndef ossimRpfComponentIdLut_HEADER */
#define OSSIMDLLEXPORT
virtual ossimKeyword getKeyword() const
Lookup table for RPF section/component ID's.
static ossimRpfComponentIdLut * theInstance
The single instance of this class.