OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
support_data
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
16
#include <
ossim/base/ossimLookUpTable.h
>
17
#include <
ossim/support_data/ossimRpfConstants.h
>
18
30
class
OSSIMDLLEXPORT
ossimRpfComponentIdLut
:
public
ossimLookUpTable
31
{
32
public
:
33
35
static
ossimRpfComponentIdLut
* instance();
36
38
virtual
~
ossimRpfComponentIdLut
();
39
41
virtual
ossimKeyword
getKeyword
()
const
;
42
43
private
:
45
ossimRpfComponentIdLut
();
46
48
static
ossimRpfComponentIdLut
*
theInstance
;
49
};
50
51
#endif
/* #ifndef ossimRpfComponentIdLut_HEADER */
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimLookUpTable::getKeyword
virtual ossimKeyword getKeyword() const
Definition:
ossimLookUpTable.cpp:137
ossimRpfComponentIdLut
Lookup table for RPF section/component ID's.
Definition:
ossimRpfComponentIdLut.h:30
ossimKeyword
Definition:
ossimKeyword.h:17
ossimLookUpTable.h
ossimRpfComponentIdLut::theInstance
static ossimRpfComponentIdLut * theInstance
The single instance of this class.
Definition:
ossimRpfComponentIdLut.h:48
ossimLookUpTable
Definition:
ossimLookUpTable.h:32
ossimRpfConstants.h
Generated on Fri Aug 3 2018 08:46:53 for OSSIM - Open Source Software Image Map by
1.8.14