LizardTech::Nitf::TREData Class Reference
representation of a single TRE in a NITF file
More...
#include <TREData.h>
List of all members.
Detailed Description
This class is used to represent a single TRE item.
Definition at line 33 of file TREData.h.
Constructor & Destructor Documentation
LizardTech::Nitf::TREData::TREData |
( |
|
) |
|
LizardTech::Nitf::TREData::TREData |
( |
const TREData * |
tre |
) |
|
LizardTech::Nitf::TREData::TREData |
( |
const char * |
tag, |
|
|
int |
dataLength, |
|
|
const lt_uint8 * |
data | |
|
) |
| | |
This function creates the TRE object.
- Parameters:
-
| tag | the 6-byte tag name |
| dataLength | the length of the data field |
| data | the data payload (bytes) of the TRE |
LizardTech::Nitf::TREData::~TREData |
( |
|
) |
|
Member Function Documentation
const lt_uint8* LizardTech::Nitf::TREData::getData |
( |
|
) |
const |
lt_uint32 LizardTech::Nitf::TREData::getDataLength |
( |
|
) |
const |
const char* LizardTech::Nitf::TREData::getTag |
( |
|
) |
const |
The documentation for this class was generated from the following file: