Inheritance diagram for osgDB::Input:
Public Methods | |
Input () | |
virtual | ~Input () |
virtual osg::Object * | readObjectOfType (const osg::Object &compObj) |
virtual osg::Object * | readObject () |
virtual osg::Image * | readImage () |
virtual osg::Drawable * | readDrawable () |
virtual osg::StateAttribute * | readStateAttribute () |
virtual osg::Node * | readNode () |
virtual osg::Object * | readObject (const std::string &fileName) |
virtual osg::Image * | readImage (const std::string &fileName) |
virtual osg::Node * | readNode (const std::string &fileName) |
virtual osg::Object * | getObjectForUniqueID (const std::string &uniqueID) |
virtual void | regisiterUniqueIDForObject (const std::string &uniqueID, osg::Object *obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|