|
OpenSceneGraph
3.4.1
|
#include <string>#include <osg/Node>#include <osg/Image>#include <osg/ArgumentParser>#include <osgDB/Export>#include <osgDB/Registry>Namespaces | |
| osgDB | |
| The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Macros | |
| #define | OSGDB_READFILE 1 |
Functions | |
| OSGDB_EXPORT osg::ref_ptr < osg::Object > | osgDB::readRefObjectFile (const std::string &filename, const Options *options) |
| Read an osg::Object from file. More... | |
| osg::ref_ptr< osg::Object > | osgDB::readRefObjectFile (const std::string &filename) |
| Read an osg::Object from file. More... | |
| template<class T > | |
| osg::ref_ptr< T > | osgDB::readRefFile (const std::string &filename, const Options *options) |
| template<class T > | |
| osg::ref_ptr< T > | osgDB::readRefFile (const std::string &filename) |
| OSGDB_EXPORT osg::ref_ptr < osg::Image > | osgDB::readRefImageFile (const std::string &filename, const Options *options) |
| Read an osg::Image from file. More... | |
| osg::ref_ptr< osg::Image > | osgDB::readRefImageFile (const std::string &filename) |
| Read an osg::Image from file. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::HeightField > | osgDB::readRefHeightFieldFile (const std::string &filename, const Options *options) |
| Read an osg::HeightField from file. More... | |
| osg::ref_ptr< osg::HeightField > | osgDB::readRefHeightFieldFile (const std::string &filename) |
| Read an osg::HeightField from file. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::Node > | osgDB::readRefNodeFile (const std::string &filename, const Options *options) |
| Read an osg::Node from file. More... | |
| osg::ref_ptr< osg::Node > | osgDB::readRefNodeFile (const std::string &filename) |
| Read an osg::Node from file. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::Node > | osgDB::readRefNodeFiles (std::vector< std::string > &fileList, const Options *options) |
| Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more than one subgraph has been loaded. More... | |
| osg::ref_ptr< osg::Node > | osgDB::readRefNodeFiles (std::vector< std::string > &fileList) |
| Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more than one subgraph has been loaded. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::Node > | osgDB::readRefNodeFiles (osg::ArgumentParser &parser, const Options *options) |
| Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more than one subgraph has been loaded. More... | |
| osg::ref_ptr< osg::Node > | osgDB::readRefNodeFiles (osg::ArgumentParser &parser) |
| Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more than one subgraph has been loaded. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::Shader > | osgDB::readRefShaderFile (const std::string &filename, const Options *options) |
| Read an osg::Shader from file. More... | |
| osg::ref_ptr< osg::Shader > | osgDB::readRefShaderFile (const std::string &filename) |
| Read an osg::Shader from file. More... | |
| osg::ref_ptr< osg::Shader > | osgDB::readRefShaderFile (osg::Shader::Type type, const std::string &filename, const Options *options) |
| Read an osg::Shader from file and set to specified shader type. More... | |
| osg::ref_ptr< osg::Shader > | osgDB::readRefShaderFile (osg::Shader::Type type, const std::string &filename) |
| Read an osg::Shader from file and set to specified shader type Return valid osg::Shader on success, return NULL on failure. More... | |
| osg::ref_ptr< osg::Shader > | osgDB::readRefShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const Options *options, const char *fallback) |
| Read an osg::Shader from file and set to specified shader type, if a shader isn't loaded fallback to specific shader source. More... | |
| osg::ref_ptr< osg::Shader > | osgDB::readRefShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const char *fallback) |
| Read an osg::Shader from file and set to specified shader type, if a shader isn't loaded fallback to specific shader source. More... | |
| OSGDB_EXPORT osg::ref_ptr < osg::Script > | osgDB::readRefScriptFile (const std::string &filename, const Options *options) |
| Read an osg::Script from file. More... | |
| osg::ref_ptr< osg::Script > | osgDB::readRefScriptFile (const std::string &filename) |
| Read an osg::Script from file. More... | |
| #define OSGDB_READFILE 1 |
| Generated at Sun Jun 19 2022 09:25:37 for the OpenSceneGraph by doxygen 1.8.5. |