#include <NitfResource.h>

Public Member Functions | |
| OssimFileResource (const std::string &filename, const std::string &args="r") | |
Definition at line 52 of file NitfResource.h.
| Nitf::OssimFileResource::OssimFileResource | ( | const std::string & | filename, | |
| const std::string & | args = "r" | |||
| ) |
Construct an object to represent a file to be opened with OSSIM.
| 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.