OpenSceneGraph 3.6.5
|
#include <osgDB/AuthenticationMap>
#include <osgDB/ReaderWriter>
#include <osgDB/FileCache>
#include <deque>
#include <list>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | osgDB::FindFileCallback |
class | osgDB::ReadFileCallback |
class | osgDB::WriteFileCallback |
class | osgDB::FileLocationCallback |
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_CALLBACKS 1 |
Typedefs | |
typedef std::deque< std::string > | osgDB::FilePathList |
list of directories to search through which searching for files. | |
Enumerations | |
enum | osgDB::CaseSensitivity { osgDB::CASE_SENSITIVE , osgDB::CASE_INSENSITIVE } |
#define OSGDB_CALLBACKS 1 |
![]() | Generated at Mon Aug 14 2023 00:00:00 for the OpenSceneGraph by doxygen 1.9.7. |