#include <NitfHeader.h>
Public Member Functions | |
| Element (const std::string &appName, const std::string &ossimName, ImportFunction importFunction, ExportFunction exportFunction) | |
| Element (ImportFunction importFunction, ExportFunction exportFunction) | |
Public Attributes | |
| std::string | mAppName |
| std::string | mOssimName |
| ImportFunction | mImportFunction |
| ExportFunction | mExportFunction |
Definition at line 465 of file NitfHeader.h.
| Nitf::Header::Element::Element | ( | const std::string & | appName, | |
| const std::string & | ossimName, | |||
| ImportFunction | importFunction, | |||
| ExportFunction | exportFunction | |||
| ) |
Constructor to fully populate the object.
| Nitf::Header::Element::Element | ( | ImportFunction | importFunction, | |
| ExportFunction | exportFunction | |||
| ) |
Constructor to populate the object with only an ImportFunction and ExportFunction.
| std::string Nitf::Header::Element::mAppName |
| std::string Nitf::Header::Element::mOssimName |