MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
nitf_types.h
Go to the documentation of this file.
1 /* //////////////////////////////////////////////////////////////////////////
2 // //
3 // This code is Copyright (c) 2010 LizardTech, Inc, 1008 Western Avenue, //
4 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
5 // prohibited. Access to and use of this code is permitted only under //
6 // license from LizardTech, Inc. Portions of the code are protected by //
7 // US and foreign patents and other filings. All Rights Reserved. //
8 // //
10 /* PUBLIC */
11 
12 #ifndef NITF_TYPES_H
13 #define NITF_TYPES_H
14 
15 // lt_lib_base
16 #include "lt_base.h"
17 
18 // lt_lib_mrsid_core
19 
21 namespace Nitf {
22 
23 
35 enum Version
36 {
41 };
42 
43 
49 enum Format
50 {
59 };
60 
61 
67 enum Layout
68 {
74 };
75 
76 
83 {
87 };
88 
89 
96 {
107 };
108 
109 
110 }
112 
113 #endif // NITF_TYPES_H

LizardTech