2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > extern OSGDB_EXPORT osg::Object* osgDB::readObjectFile< / TITLE >
2004-08-06 14:53:36 +08:00
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.6" >
2003-04-18 00:22:51 +08:00
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
2004-08-06 14:53:36 +08:00
< H2 > extern OSGDB_EXPORT osg::Object* < A HREF = "#DOC.DOCU" > osgDB::readObjectFile< / A > < / H2 > < H2 > (const std::string& filename,< BR > Registry::CacheHintOptions useObjectCache)< / H2 > < BLOCKQUOTE > Read an osg::Object from file.< / BLOCKQUOTE >
2003-04-18 00:22:51 +08:00
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > Read an osg::Object from file.
Return valid osg::Object on success,
return NULL on failure.
2003-10-02 22:28:30 +08:00
Use the useObjectCache flag to override the osgDB::Regisytr::getUseObjectCacheHint().
2003-04-18 00:22:51 +08:00
The osgDB::Registry is used to load the appropriate ReaderWriter plugin
for the filename extension, and this plugin then handles the request
to read the specified file.< / BLOCKQUOTE >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
2004-08-06 14:53:36 +08:00
This page was generated with the help of < A HREF = "http://www.linuxsupportline.com/~doc++" > DOC++< / A > .
2003-04-18 00:22:51 +08:00
< / BODY >
< / HTML >