|
OSGDB_EXPORT osg::Object * | osgDB::readObjectFile (const std::string &filename, const Options *options) |
| Read an osg::Object from file. More...
|
|
osg::Object * | osgDB::readObjectFile (const std::string &filename) |
| Read an osg::Object from file. More...
|
|
template<typename T > |
T * | osgDB::readFile (const std::string &filename, const Options *options) |
|
template<typename T > |
T * | osgDB::readFile (const std::string &filename) |
|
OSGDB_EXPORT osg::Image * | osgDB::readImageFile (const std::string &filename, const Options *options) |
| Read an osg::Image from file. More...
|
|
osg::Image * | osgDB::readImageFile (const std::string &filename) |
| Read an osg::Image from file. More...
|
|
OSGDB_EXPORT osg::HeightField * | osgDB::readHeightFieldFile (const std::string &filename, const Options *options) |
| Read an osg::HeightField from file. More...
|
|
osg::HeightField * | osgDB::readHeightFieldFile (const std::string &filename) |
| Read an osg::HeightField from file. More...
|
|
OSGDB_EXPORT osg::Node * | osgDB::readNodeFile (const std::string &filename, const Options *options) |
| Read an osg::Node from file. More...
|
|
osg::Node * | osgDB::readNodeFile (const std::string &filename) |
| Read an osg::Node from file. More...
|
|
OSGDB_EXPORT osg::Node * | osgDB::readNodeFiles (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::Node * | osgDB::readNodeFiles (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::Node * | osgDB::readNodeFiles (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::Node * | osgDB::readNodeFiles (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::Shader * | osgDB::readShaderFile (const std::string &filename, const Options *options) |
| Read an osg::Shader from file. More...
|
|
osg::Shader * | osgDB::readShaderFile (const std::string &filename) |
| Read an osg::Shader from file. More...
|
|
osg::Shader * | osgDB::readShaderFile (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::Shader * | osgDB::readShaderFile (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...
|
|
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...
|
|
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::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...
|
|