OpenSceneGraph 2.8.4
|
#include <osgDB/Export>
#include <osgDB/ReaderWriter>
#include <osg/Referenced>
#include <osg/ref_ptr>
#include <list>
#include <string>
Classes | |
class | osgDB::ReaderWriterInfo |
Namespaces | |
namespace | osgDB |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Defines | |
#define | PLUGINQUERY_H |
Typedefs | |
typedef std::list< std::string > | osgDB::FileNameList |
typedef std::list < osg::ref_ptr < ReaderWriterInfo > > | osgDB::ReaderWriterInfoList |
Functions | |
FileNameList OSGDB_EXPORT | osgDB::listAllAvailablePlugins () |
bool OSGDB_EXPORT | osgDB::queryPlugin (const std::string &fileName, ReaderWriterInfoList &infoList) |
bool OSGDB_EXPORT | osgDB::outputPluginDetails (std::ostream &out, const std::string &fileName) |
#define PLUGINQUERY_H |
![]() | Generated at Sun Jan 8 2012 13:15:51 for the OpenSceneGraph by doxygen 1.7.4. |