OpenSceneGraph
3.5.1
|
#include <osgDB/ReaderWriter>
#include <osgDB/Registry>
#include <osgDB/FileUtils>
#include <fstream>
#include <list>
Classes | |
class | osgDB::Archive |
Base class for implementing database Archives. More... | |
Namespaces | |
osgDB | |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Macros | |
#define | OSGDB_ARCHIVE 1 |
Functions | |
OSGDB_EXPORT Archive * | osgDB::openArchive (const std::string &filename, ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint=4096) |
Open an archive for reading or writing. More... | |
OSGDB_EXPORT Archive * | osgDB::openArchive (const std::string &filename, ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint, Options *options) |
Open an archive for reading or writing. More... | |
#define OSGDB_ARCHIVE 1 |
Generated at Wed Nov 11 2015 22:14:23 for the OpenSceneGraph by doxygen 1.8.10. |