OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
ReadFile.h File Reference
#include <string>
#include <osg/Node>
#include <osg/Image>
#include <osg/ArgumentParser>
#include <osgDB/Export>
#include <osgDB/Registry>
Include dependency graph for ReadFile.h:

Go to the source code of this file.

Namespaces

 osgDB
 

Functions

OSGDB_EXPORT osg::ObjectosgDB::readObjectFile (const std::string &filename, const Options *options)
 
osg::ObjectosgDB::readObjectFile (const std::string &filename)
 
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::ImageosgDB::readImageFile (const std::string &filename, const Options *options)
 
osg::ImageosgDB::readImageFile (const std::string &filename)
 
OSGDB_EXPORT osg::HeightFieldosgDB::readHeightFieldFile (const std::string &filename, const Options *options)
 
osg::HeightFieldosgDB::readHeightFieldFile (const std::string &filename)
 
OSGDB_EXPORT osg::NodeosgDB::readNodeFile (const std::string &filename, const Options *options)
 
osg::NodeosgDB::readNodeFile (const std::string &filename)
 
OSGDB_EXPORT osg::NodeosgDB::readNodeFiles (std::vector< std::string > &fileList, const Options *options)
 
osg::NodeosgDB::readNodeFiles (std::vector< std::string > &fileList)
 
OSGDB_EXPORT osg::NodeosgDB::readNodeFiles (osg::ArgumentParser &parser, const Options *options)
 
osg::NodeosgDB::readNodeFiles (osg::ArgumentParser &parser)
 
OSGDB_EXPORT osg::ShaderosgDB::readShaderFile (const std::string &filename, const Options *options)
 
osg::ShaderosgDB::readShaderFile (const std::string &filename)
 
osg::ShaderosgDB::readShaderFile (osg::Shader::Type type, const std::string &filename, const Options *options)
 
osg::ShaderosgDB::readShaderFile (osg::Shader::Type type, const std::string &filename)
 
osg::ShaderosgDB::readShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const Options *options, const char *fallback)
 
osg::ShaderosgDB::readShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const char *fallback)
 
OSGDB_EXPORT osg::ScriptosgDB::readScriptFile (const std::string &filename, const Options *options)
 
osg::ScriptosgDB::readScriptFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::Object
osgDB::readRefObjectFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ObjectosgDB::readRefObjectFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::Image
osgDB::readRefImageFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ImageosgDB::readRefImageFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::HeightField
osgDB::readRefHeightFieldFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::HeightFieldosgDB::readRefHeightFieldFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::Node
osgDB::readRefNodeFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::NodeosgDB::readRefNodeFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::Shader
osgDB::readRefShaderFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ShaderosgDB::readRefShaderFile (const std::string &filename)
 
osg::ref_ptr< osg::ShaderosgDB::readRefShaderFile (osg::Shader::Type type, const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ShaderosgDB::readRefShaderFile (osg::Shader::Type type, const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr
< osg::Script
osgDB::readRefScriptFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ScriptosgDB::readRefScriptFile (const std::string &filename)