Nitf::Header::Element Struct Reference

An Element contains all information needed to import and export a piece of metadata. More...

#include <NitfHeader.h>

List of all members.

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


Detailed Description

An Element contains all information needed to import and export a piece of metadata.

Definition at line 465 of file NitfHeader.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

The name used internally.

Definition at line 470 of file NitfHeader.h.

The name used in OSSIM.

Definition at line 475 of file NitfHeader.h.

The function used to import the metadata.

Definition at line 480 of file NitfHeader.h.

The function used to export the metadata.

Definition at line 485 of file NitfHeader.h.


Software Development Kit - Opticks 4.9.0 Build 16218