OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
ossimInterleaveTypeLut.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 InterleaveTypeLUT.
10
//*******************************************************************
11
// $Id: ossimInterleaveTypeLut.h 9968 2006-11-29 14:01:53Z gpotts $
12
13
#ifndef ossimInterleaveTypeLUT_HEADER
14
#define ossimInterleaveTypeLUT_HEADER
15
16
#include <
ossim/base/ossimLookUpTable.h
>
17
#include <
ossim/base/ossimKeywordNames.h
>
18
19
class
OSSIMDLLEXPORT
ossimInterleaveTypeLut
:
public
ossimLookUpTable
20
{
21
public
:
22
23
ossimInterleaveTypeLut
();
24
25
virtual
~ossimInterleaveTypeLut
(){}
26
27
virtual
ossimKeyword
getKeyword
()
const
28
{
return
ossimKeyword
(
ossimKeywordNames::INTERLEAVE_TYPE_KW
,
""
); }
29
};
30
31
#endif
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimKeyword
Definition:
ossimKeyword.h:17
ossimLookUpTable.h
ossimLookUpTable
Definition:
ossimLookUpTable.h:32
ossimInterleaveTypeLut
Definition:
ossimInterleaveTypeLut.h:19
ossimInterleaveTypeLut::~ossimInterleaveTypeLut
virtual ~ossimInterleaveTypeLut()
Definition:
ossimInterleaveTypeLut.h:25
ossimInterleaveTypeLut::getKeyword
virtual ossimKeyword getKeyword() const
Definition:
ossimInterleaveTypeLut.h:27
ossimKeywordNames.h
ossimKeywordNames::INTERLEAVE_TYPE_KW
static const char * INTERLEAVE_TYPE_KW
Definition:
ossimKeywordNames.h:98
Generated on Fri Aug 3 2018 08:46:49 for OSSIM - Open Source Software Image Map by
1.8.14