12 #ifndef LabelSegment_H
13 #define LabelSegment_H
40 lt_int64 headerOffset, lt_int64 headerLength,
41 lt_int64 dataOffset, lt_int64 dataLength);
86 #endif // LabelSegment_H
#define LT_BEGIN_LIZARDTECH_NAMESPACE
compiler does not support namespaces
LT_STATUS initialize()
initializer
base class for segment data in an NITF file
Abstract definition of a stream.
unsigned int lt_uint32
unsigned 32-bit integer
lt_uint8 * getLabelData() const
returns the label data as raw bytes
class for storing metadata associated with an image
LT_STATUS addMetadataLocal(LTIMetadataDatabase &db) const
Include file for all LizardTech sources.
represents a label segment in an existing NITF file
#define LT_END_LIZARDTECH_NAMESPACE
compiler does not support namespaces
unsigned char lt_uint8
unsigned 8-bit integer
LabelSegment(NITFReaderManager &, LTIOStreamInf &, int segmentNumber, lt_int64 headerOffset, lt_int64 headerLength, lt_int64 dataOffset, lt_int64 dataLength)
lt_uint32 getLabelDataLength() const
returns the length (in bytes) of the label data
lt_uint32 LT_STATUS
An integral status code.