openscenegraph
Namespaces | Macros | Functions
ReadFile File Reference
#include <string>
#include <osg/Node>
#include <osg/Image>
#include <osg/ArgumentParser>
#include <osgDB/Export>
#include <osgDB/Registry>

Go to the source code of this file.

Namespaces

namespace  osgDB
 

Macros

#define OSGDB_READFILE   1
 

Functions

OSGDB_EXPORT osg::ref_ptr< osg::ObjectosgDB::readRefObjectFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ObjectosgDB::readRefObjectFile (const std::string &filename)
 
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::ImageosgDB::readRefImageFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ImageosgDB::readRefImageFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr< osg::HeightFieldosgDB::readRefHeightFieldFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::HeightFieldosgDB::readRefHeightFieldFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr< osg::NodeosgDB::readRefNodeFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::NodeosgDB::readRefNodeFile (const std::string &filename)
 
OSGDB_EXPORT osg::ref_ptr< osg::NodeosgDB::readRefNodeFiles (std::vector< std::string > &fileList, const Options *options)
 
osg::ref_ptr< osg::NodeosgDB::readRefNodeFiles (std::vector< std::string > &fileList)
 
OSGDB_EXPORT osg::ref_ptr< osg::NodeosgDB::readRefNodeFiles (osg::ArgumentParser &parser, const Options *options)
 
osg::ref_ptr< osg::NodeosgDB::readRefNodeFiles (osg::ArgumentParser &parser)
 
OSGDB_EXPORT osg::ref_ptr< osg::ShaderosgDB::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::ShaderosgDB::readRefShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const Options *options, const char *fallback)
 
osg::ref_ptr< osg::ShaderosgDB::readRefShaderFileWithFallback (osg::Shader::Type type, const std::string &filename, const char *fallback)
 
OSGDB_EXPORT osg::ref_ptr< osg::ScriptosgDB::readRefScriptFile (const std::string &filename, const Options *options)
 
osg::ref_ptr< osg::ScriptosgDB::readRefScriptFile (const std::string &filename)
 

Macro Definition Documentation

◆ OSGDB_READFILE

#define OSGDB_READFILE   1