#include <osgDB/ReaderWriter>
#include <osgDB/Registry>
#include <fstream>
#include <list>
Namespaces | |
namespace | osgDB |
Classes | |
class | osgDB::Archive |
Base class for implementing database Archives. More... | |
Defines | |
#define | OSGDB_ARCHIVE 1 |
Functions | |
OSGDB_EXPORT Archive * | osgDB::openArchive (const std::string &filename, Archive::ArchiveStatus status, unsigned int indexBlockSizeHint=4096) |
Open an archive for reading or writing. | |
OSGDB_EXPORT Archive * | osgDB::openArchive (const std::string &filename, Archive::ArchiveStatus status, unsigned int indexBlockSizeHint, ReaderWriter::Options *options) |
Open an archive for reading or writing. |
#define OSGDB_ARCHIVE 1 |