Public Member Functions | |
virtual osg::Node * | readNodeFile (const std::string &filename)=0 |
A concrete implementation can be found in osgDB. Note, this loose coupling approach is required as osgUtil is independent from osgDB where the file reading is implemented, and osgDB itself is dependent upon osgUtil so a circular dependency would result from tighter integration.
virtual osg::Node* osgUtil::IntersectionVisitor::ReadCallback::readNodeFile | ( | const std::string & | filename | ) | [pure virtual] |
Implemented in osgSim::DatabaseCacheReadCallback.