#include <iostream>#include "EnumWrapper.h"Go to the source code of this file.
Namespaces | |
| namespace | Nitf |
Classes | |
| class | Nitf::TreParser |
| A plug-in interface used to read and write TREs while importing or exporting a NITF file. More... | |
Typedefs | |
| typedef EnumWrapper< TreStateEnum > | Nitf::TreState |
| typedef EnumWrapper < TreExportStatusEnum > | Nitf::TreExportStatus |
Enumerations | |
| enum | Nitf::TreStateEnum { Nitf::VALID = 0, Nitf::SUSPECT = 1, Nitf::INVALID = 2, Nitf::UNTESTED = 3 } |
| enum | Nitf::TreExportStatusEnum { Nitf::REMOVE, Nitf::REPLACE, Nitf::UNCHANGED } |