OpenSceneGraph 3.6.5
|
#include <osgDB/ReaderWriter>
#include <osgDB/Registry>
#include <osgDB/FileUtils>
#include <fstream>
#include <list>
Go to the source code of this file.
Classes | |
class | osgDB::Archive |
Base class for implementing database Archives. More... | |
Namespaces | |
namespace | 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. | |
OSGDB_EXPORT Archive * | osgDB::openArchive (const std::string &filename, ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint, Options *options) |
Open an archive for reading or writing. | |
#define OSGDB_ARCHIVE 1 |
![]() | Generated at Tue Jun 11 2024 00:00:00 for the OpenSceneGraph by doxygen 1.11.0. |