Equalizer 1.0

osgScaleViewer::SceneReader Class Reference

List of all members.

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.

Detailed Description

Definition at line 45 of file sceneReader.h.


Member Function Documentation

osg::ref_ptr< osg::Image > osgScaleViewer::SceneReader::readImage ( const std::string &  filename)

Reads an osg image from its filename.

Parameters:
filenamethe image filename.
Returns:
the image object.

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.

Parameters:
filenamethe model filename.
Returns:
the root node of the scenegraph.

Definition at line 45 of file sceneReader.cpp.

References EQERROR.

Referenced by osgScaleViewer::Node::configInit().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sun May 8 2011 19:11:11 for Equalizer 1.0 by  doxygen 1.7.3