|
Equalizer 1.0
|
Public Member Functions | |
| SceneReader () | |
| Constructs a new SceneReader. | |
| osg::ref_ptr< osg::Node > | readModel (const std::string &filename) |
| Reads an osg model from its filename. | |
| osg::ref_ptr< osg::Image > | readImage (const std::string &filename) |
| Reads an osg image from its filename. | |
Definition at line 45 of file sceneReader.h.
| osg::ref_ptr< osg::Image > osgScaleViewer::SceneReader::readImage | ( | const std::string & | filename | ) |
Reads an osg image from its filename.
| filename | the image filename. |
Definition at line 60 of file sceneReader.cpp.
References EQERROR.
Referenced by osgScaleViewer::Node::configInit().
Here is the caller graph for this function:| osg::ref_ptr< osg::Node > osgScaleViewer::SceneReader::readModel | ( | const std::string & | filename | ) |
Reads an osg model from its filename.
| filename | the model filename. |
Definition at line 45 of file sceneReader.cpp.
References EQERROR.
Referenced by osgScaleViewer::Node::configInit().
Here is the caller graph for this function:
1.0 by
1.7.3