Nitf::OssimFileResource Class Reference

This is a Resource class that opens and closes NITF files with OSSIM. More...

#include <NitfResource.h>

Inheritance diagram for Nitf::OssimFileResource:

Inheritance graph

List of all members.

Public Member Functions

 OssimFileResource (const std::string &filename, const std::string &args="r")


Detailed Description

This is a Resource class that opens and closes NITF files with OSSIM.

Definition at line 52 of file NitfResource.h.


Constructor & Destructor Documentation

Nitf::OssimFileResource::OssimFileResource ( const std::string &  filename,
const std::string &  args = "r" 
)

Construct an object to represent a file to be opened with OSSIM.

Parameters:
filename The name of the file to open.
args The access mode to open the file with. These match the modes used with fopen().

Definition at line 64 of file NitfResource.h.


Software Development Kit - Opticks 4.9.0 Build 16218