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
P: interleaved by pixel.
Definition: nitf_types.h:71
#define LT_BEGIN_LIZARDTECH_NAMESPACE
compiler does not support namespaces
Definition: lt_define.h:96
not ssupported
Definition: nitf_types.h:57
not supported
Definition: nitf_types.h:56
not supported
Definition: nitf_types.h:53
R: interleaved by row (line)
Definition: nitf_types.h:72
Include file for all LizardTech sources.
Version
version
Definition: nitf_types.h:35
not supported
Definition: nitf_types.h:55
#define LT_END_LIZARDTECH_NAMESPACE
compiler does not support namespaces
Definition: lt_define.h:97
Layout
layout
Definition: nitf_types.h:67
B: interleaved by block.
Definition: nitf_types.h:70
J2klraOrigin
ORIG field of J2KLRA TRE.
Definition: nitf_types.h:95
supported only for reading
Definition: nitf_types.h:54
Format
image/compression format
Definition: nitf_types.h:49
TRELocation
TRE location.
Definition: nitf_types.h:82
S: sequential (not interleaved)
Definition: nitf_types.h:73

LizardTech