626 lines
37 KiB
HTML
626 lines
37 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class OSGDB_EXPORT osgDB::Registry</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class OSGDB_EXPORT <A HREF="#DOC.DOCU">osgDB::Registry</A></H2></H2><BLOCKQUOTE> Registry is a singleton factory which stores the reader/writers which are linked in at runtime for reading non-native file formats.</BLOCKQUOTE>
|
|
<HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
|
|
<param name=classes value="Mosg::Referenced,M,CRegistry,MRegistry.html">
|
|
<param name=before value="M,M">
|
|
<param name=after value="Md_,M">
|
|
<param name=indent value="0,1">
|
|
<param name=arrowdir value="down">
|
|
</APPLET>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="Registry.html">Registry</A>* <B><A HREF="#DOC.2.47.1">instance</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.2">readCommandLine</A></B>(osg::ArgumentParser& commandLine)
|
|
<DD><I>read the command line arguments</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.3">addFileExtensionAlias</A></B>(const std::string mapExt, const std::string toExt)
|
|
<DD><I>register an fileextension alias to mapExt toExt, the later should the the extension name of the readerwriter plugin library.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.4">addDotOsgWrapper</A></B>(<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.5">removeDotOsgWrapper</A></B>(<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.6">addReaderWriter</A></B>(<!1><A HREF="ReaderWriter.html">ReaderWriter</A>* rw)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.7">removeReaderWriter</A></B>(<!1><A HREF="ReaderWriter.html">ReaderWriter</A>* rw)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::string <B><A HREF="#DOC.2.47.8">createLibraryNameForFile</A></B>(const std::string& fileName)
|
|
<DD><I>create the platform specific library name associated with file</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::string <B><A HREF="#DOC.2.47.9">createLibraryNameForExtension</A></B>(const std::string& ext)
|
|
<DD><I>create the platform specific library name associated with file extension</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::string <B><A HREF="#DOC.2.47.10">createLibraryNameForNodeKit</A></B>(const std::string& name)
|
|
<DD><I>create the platform specific library name associated with nodekit library name</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.11">loadLibrary</A></B>(const std::string& fileName)
|
|
<DD><I>find the library in the SG_LIBRARY_PATH and load it</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.12">closeLibrary</A></B>(const std::string& fileName)
|
|
<DD><I>close the attached library with specified name</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="ReaderWriter.html">ReaderWriter</A>* <B><A HREF="#DOC.2.47.13">getReaderWriterForExtension</A></B>(const std::string& ext)
|
|
<DD><I>get a reader writer which handles specified extension</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Object* <B><A HREF="#DOC.2.47.14">readObjectOfType</A></B>(const osg::Object& compObj, <!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Object* <B><A HREF="#DOC.2.47.15">readObjectOfType</A></B>(const <!1><A HREF="basic_type_wrapper.html">basic_type_wrapper</A> &btw, <!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Object* <B><A HREF="#DOC.2.47.16">readObject</A></B>(<!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Image* <B><A HREF="#DOC.2.47.17">readImage</A></B>(<!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Drawable* <B><A HREF="#DOC.2.47.18">readDrawable</A></B>(<!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::StateAttribute* <B><A HREF="#DOC.2.47.19">readStateAttribute</A></B>(<!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Node* <B><A HREF="#DOC.2.47.20">readNode</A></B>(<!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.21">writeObject</A></B>(const osg::Object& obj, <!1><A HREF="Output.html">Output</A>& fw)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.22">readObject</A></B>(const std::string& fileName, bool useObjectCache)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::WriteResult <B><A HREF="#DOC.2.47.23">writeObject</A></B>(const osg::Object& obj, const std::string& fileName)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.24">readImage</A></B>(const std::string& fileName, bool useObjectCache)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::WriteResult <B><A HREF="#DOC.2.47.25">writeImage</A></B>(const osg::Image& obj, const std::string& fileName)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.26">readNode</A></B>(const std::string& fileName, bool useObjectCache)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::WriteResult <B><A HREF="#DOC.2.47.27">writeNode</A></B>(const osg::Node& node, const std::string& fileName)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.28">setCreateNodeFromImage</A></B>(bool flag)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.29">getCreateNodeFromImage</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.30">setOptions</A></B>(ReaderWriter::Options* opt)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::Options* <B><A HREF="#DOC.2.47.31">getOptions</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const ReaderWriter::Options* <B><A HREF="#DOC.2.47.32">getOptions</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.33">initFilePathLists</A></B>()
|
|
<DD><I>initilize both the Data and Library FilePaths, by default called by the constructor, so it should only be required if you want to force the re-reading of environmental variables</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.34">initDataFilePathList</A></B>()
|
|
<DD><I>initilize the Data FilePath by reading the OSG_FILE_PATH environmental variable</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.35">setDataFilePathList</A></B>(const <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)
|
|
<DD><I>Set the data file path using a list of paths stored in a FilePath, which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.36">setDataFilePathList</A></B>(const std::string& paths)
|
|
<DD><I>Set the data file path using a single string deliminated either with ';' (Windows) or ':' (All other platforms), which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="FilePathList.html">FilePathList</A>& <B><A HREF="#DOC.2.47.37">getDataFilePathList</A></B>()
|
|
<DD><I>get the data file path which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const <!1><A HREF="FilePathList.html">FilePathList</A>& <B><A HREF="#DOC.2.47.38">getDataFilePathList</A></B>() const
|
|
<DD><I>get the const data file path which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.39">initLibraryFilePathList</A></B>()
|
|
<DD><I>initilize the Library FilePath by reading the OSG_LIBRARY_PATH and the appropriate system environmental variables</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.40">setLibraryFilePathList</A></B>(const <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)
|
|
<DD><I>Set the library file path using a list of paths stored in a FilePath, which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.41">setLibraryFilePathList</A></B>(const std::string& paths)
|
|
<DD><I>Set the library file path using a single string deliminated either with ';' (Windows) or ':' (All other platforms), which is used when search for data files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="FilePathList.html">FilePathList</A>& <B><A HREF="#DOC.2.47.42">getLibraryFilePathList</A></B>()
|
|
<DD><I>get the library file path which is used when search for library (dso/dll's) files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const <!1><A HREF="FilePathList.html">FilePathList</A>& <B><A HREF="#DOC.2.47.43">getLibraryFilePathList</A></B>() const
|
|
<DD><I>get the const library file path which is used when search for library (dso/dll's) files</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static void <B><A HREF="#DOC.2.47.44">convertStringPathIntoFilePathList</A></B>(const std::string& paths, <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)
|
|
<DD><I>convert a string containing a list of paths deliminated either with ';' (Windows) or ':' (All other platforms) into FilePath represetation</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.45">updateTimeStampOfObjectsInCacheWithExtenalReferences</A></B>(double currentTime)
|
|
<DD><I>For each object in the cache which has an reference count greater than 1 (and therefore referenced by elsewhere in the application) set the time stamp for that object in the cache to specified time.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.46">removeExpiredObjectsInCache</A></B>(double expiryTime)
|
|
<DD><I>Removed object in the cache which have a time stamp at or before the specified expiry time.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.47">clearObjectCache</A></B>()
|
|
<DD><I>Remove all objects in the cache regardless of having external references or expiry times</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.48">addEntryToObjectCache</A></B>(const std::string& filename, osg::Object* object, double timestamp = 0.0)
|
|
<DD><I>Add a filename,object,timestamp tripple to the Registry::ObjectCache</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.49">setUseObjectCacheHint</A></B>(bool useObjectCache)
|
|
<DD><I>Set whether the Registry::ObjectCache should be used by default</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.50">getUseObjectCacheHint</A></B>() const
|
|
<DD><I>Get whether the Registry::ObjectCache should be used by default</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="DynamicLibrary.html">DynamicLibrary</A>* <B><A HREF="#DOC.2.47.51">getLibrary</A></B>(const std::string& fileName)
|
|
<DD><I>get the attached library with specified name</I>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.61">_createNodeFromImage</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.67">_objectWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.68">_imageWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.69">_drawableWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.70">_stateAttrWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.71">_nodeWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> <B><A HREF="#DOC.2.47.72">_classNameWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.54">ReaderWriterList</A> <B><A HREF="#DOC.2.47.73">_rwList</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.55">DynamicLibraryList</A> <B><A HREF="#DOC.2.47.74">_dlList</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.75">_openingLibrary</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.56">ExtensionAliasMap</A> <B><A HREF="#DOC.2.47.76">_extAliasMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::ref_ptr<ReaderWriter::Options> <B><A HREF="#DOC.2.47.77">_options</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="FilePathList.html">FilePathList</A> <B><A HREF="#DOC.2.47.78">_dataFilePath</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="FilePathList.html">FilePathList</A> <B><A HREF="#DOC.2.47.79">_libraryFilePath</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.47.80">_useObjectCacheHint</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Registry.html#DOC.2.47.58">ObjectCache</A> <B><A HREF="#DOC.2.47.81">_objectCache</A></B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.47.52">~Registry</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.47.59">Registry</A></B>()
|
|
<DD><I>constructor is private, as its a singleton, preventing construction other than via the instance() method and therefore ensuring only one copy is ever constructed</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>DynamicLibraryList::iterator <B><A HREF="#DOC.2.47.60">getLibraryItr</A></B>(const std::string& fileName)
|
|
<DD><I>get the attached library with specified name</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Object* <B><A HREF="#DOC.2.47.62">readObject</A></B>(<!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A>& dowMap, <!1><A HREF="Input.html">Input</A>& fr)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.47.63">eraseWrapper</A></B>(<!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A>& wrappermap, <!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.64">readObject</A></B>(const std::string& fileName)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.65">readImage</A></B>(const std::string& fileName)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReaderWriter::ReadResult <B><A HREF="#DOC.2.47.66">readNode</A></B>(const std::string& fileName)
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Members</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::map< std::string, osg::ref_ptr<<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>> > <B><A HREF="#DOC.2.47.53">DotOsgWrapperMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::vector< osg::ref_ptr<<!1><A HREF="ReaderWriter.html">ReaderWriter</A>> > <B><A HREF="#DOC.2.47.54">ReaderWriterList</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::vector< osg::ref_ptr<<!1><A HREF="DynamicLibrary.html">DynamicLibrary</A>> > <B><A HREF="#DOC.2.47.55">DynamicLibraryList</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::map< std::string, std::string> <B><A HREF="#DOC.2.47.56">ExtensionAliasMap</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::pair<osg::ref_ptr<osg::Object>, double > <B><A HREF="#DOC.2.47.57">ObjectTimeStampPair</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::map<std::string, <!1><A HREF="Registry.html#DOC.2.47.57">ObjectTimeStampPair</A> > <B><A HREF="#DOC.2.47.58">ObjectCache</A></B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>
|
|
Registry is a singleton factory which stores
|
|
the reader/writers which are linked in
|
|
at runtime for reading non-native file formats.
|
|
|
|
<P>The RegisterDotOsgWrapperProxy can be used to automatically register
|
|
DotOsgWrappers, at runtime with the Registry. A DotOsgWrapper encapsulates
|
|
the functions that can read and write to the .osg for each osg::Object.
|
|
|
|
<P>The RegisterReaderWriterProxy can be used to automatically
|
|
register at runtime a reader/writer with the Registry.</BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="instance"></A>
|
|
<A NAME="DOC.2.47.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="Registry.html">Registry</A>* instance()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readCommandLine"></A>
|
|
<A NAME="DOC.2.47.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void readCommandLine(osg::ArgumentParser& commandLine)</B></TT>
|
|
<DD>read the command line arguments
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="addFileExtensionAlias"></A>
|
|
<A NAME="DOC.2.47.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void addFileExtensionAlias(const std::string mapExt, const std::string toExt)</B></TT>
|
|
<DD>register an fileextension alias to mapExt toExt, the later
|
|
should the the extension name of the readerwriter plugin library.
|
|
For example to map .tif files to the tiff loader, use
|
|
addExtAlias("tif","tiff") which will enable .tif to be read
|
|
by the libdb_tiff readerwriter plugin.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="addDotOsgWrapper"></A>
|
|
<A NAME="DOC.2.47.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void addDotOsgWrapper(<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="removeDotOsgWrapper"></A>
|
|
<A NAME="DOC.2.47.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void removeDotOsgWrapper(<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="addReaderWriter"></A>
|
|
<A NAME="DOC.2.47.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void addReaderWriter(<!1><A HREF="ReaderWriter.html">ReaderWriter</A>* rw)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="removeReaderWriter"></A>
|
|
<A NAME="DOC.2.47.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void removeReaderWriter(<!1><A HREF="ReaderWriter.html">ReaderWriter</A>* rw)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="createLibraryNameForFile"></A>
|
|
<A NAME="DOC.2.47.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::string createLibraryNameForFile(const std::string& fileName)</B></TT>
|
|
<DD>create the platform specific library name associated with file
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="createLibraryNameForExtension"></A>
|
|
<A NAME="DOC.2.47.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::string createLibraryNameForExtension(const std::string& ext)</B></TT>
|
|
<DD>create the platform specific library name associated with file extension
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="createLibraryNameForNodeKit"></A>
|
|
<A NAME="DOC.2.47.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::string createLibraryNameForNodeKit(const std::string& name)</B></TT>
|
|
<DD>create the platform specific library name associated with nodekit library name
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="loadLibrary"></A>
|
|
<A NAME="DOC.2.47.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool loadLibrary(const std::string& fileName)</B></TT>
|
|
<DD>find the library in the SG_LIBRARY_PATH and load it
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="closeLibrary"></A>
|
|
<A NAME="DOC.2.47.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool closeLibrary(const std::string& fileName)</B></TT>
|
|
<DD>close the attached library with specified name
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getReaderWriterForExtension"></A>
|
|
<A NAME="DOC.2.47.13"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="ReaderWriter.html">ReaderWriter</A>* getReaderWriterForExtension(const std::string& ext)</B></TT>
|
|
<DD>get a reader writer which handles specified extension
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObjectOfType"></A>
|
|
<A NAME="DOC.2.47.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Object* readObjectOfType(const osg::Object& compObj, <!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObjectOfType"></A>
|
|
<A NAME="DOC.2.47.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Object* readObjectOfType(const <!1><A HREF="basic_type_wrapper.html">basic_type_wrapper</A> &btw, <!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.47.16"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Object* readObject(<!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readImage"></A>
|
|
<A NAME="DOC.2.47.17"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Image* readImage(<!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readDrawable"></A>
|
|
<A NAME="DOC.2.47.18"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Drawable* readDrawable(<!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readStateAttribute"></A>
|
|
<A NAME="DOC.2.47.19"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::StateAttribute* readStateAttribute(<!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readNode"></A>
|
|
<A NAME="DOC.2.47.20"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Node* readNode(<!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeObject"></A>
|
|
<A NAME="DOC.2.47.21"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool writeObject(const osg::Object& obj, <!1><A HREF="Output.html">Output</A>& fw)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.47.22"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readObject(const std::string& fileName, bool useObjectCache)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeObject"></A>
|
|
<A NAME="DOC.2.47.23"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::WriteResult writeObject(const osg::Object& obj, const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readImage"></A>
|
|
<A NAME="DOC.2.47.24"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readImage(const std::string& fileName, bool useObjectCache)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeImage"></A>
|
|
<A NAME="DOC.2.47.25"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::WriteResult writeImage(const osg::Image& obj, const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readNode"></A>
|
|
<A NAME="DOC.2.47.26"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readNode(const std::string& fileName, bool useObjectCache)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeNode"></A>
|
|
<A NAME="DOC.2.47.27"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::WriteResult writeNode(const osg::Node& node, const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setCreateNodeFromImage"></A>
|
|
<A NAME="DOC.2.47.28"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setCreateNodeFromImage(bool flag)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getCreateNodeFromImage"></A>
|
|
<A NAME="DOC.2.47.29"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool getCreateNodeFromImage() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setOptions"></A>
|
|
<A NAME="DOC.2.47.30"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setOptions(ReaderWriter::Options* opt)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getOptions"></A>
|
|
<A NAME="DOC.2.47.31"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::Options* getOptions()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getOptions"></A>
|
|
<A NAME="DOC.2.47.32"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const ReaderWriter::Options* getOptions() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="initFilePathLists"></A>
|
|
<A NAME="DOC.2.47.33"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void initFilePathLists()</B></TT>
|
|
<DD>initilize both the Data and Library FilePaths, by default called by the
|
|
constructor, so it should only be required if you want to force
|
|
the re-reading of environmental variables
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="initDataFilePathList"></A>
|
|
<A NAME="DOC.2.47.34"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void initDataFilePathList()</B></TT>
|
|
<DD>initilize the Data FilePath by reading the OSG_FILE_PATH environmental variable
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setDataFilePathList"></A>
|
|
<A NAME="DOC.2.47.35"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setDataFilePathList(const <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)</B></TT>
|
|
<DD>Set the data file path using a list of paths stored in a FilePath, which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setDataFilePathList"></A>
|
|
<A NAME="DOC.2.47.36"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setDataFilePathList(const std::string& paths)</B></TT>
|
|
<DD>Set the data file path using a single string deliminated either with ';' (Windows) or ':' (All other platforms), which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getDataFilePathList"></A>
|
|
<A NAME="DOC.2.47.37"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="FilePathList.html">FilePathList</A>& getDataFilePathList()</B></TT>
|
|
<DD>get the data file path which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getDataFilePathList"></A>
|
|
<A NAME="DOC.2.47.38"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const <!1><A HREF="FilePathList.html">FilePathList</A>& getDataFilePathList() const </B></TT>
|
|
<DD>get the const data file path which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="initLibraryFilePathList"></A>
|
|
<A NAME="DOC.2.47.39"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void initLibraryFilePathList()</B></TT>
|
|
<DD>initilize the Library FilePath by reading the OSG_LIBRARY_PATH
|
|
and the appropriate system environmental variables
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setLibraryFilePathList"></A>
|
|
<A NAME="DOC.2.47.40"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setLibraryFilePathList(const <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)</B></TT>
|
|
<DD>Set the library file path using a list of paths stored in a FilePath, which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setLibraryFilePathList"></A>
|
|
<A NAME="DOC.2.47.41"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setLibraryFilePathList(const std::string& paths)</B></TT>
|
|
<DD>Set the library file path using a single string deliminated either with ';' (Windows) or ':' (All other platforms), which is used when search for data files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getLibraryFilePathList"></A>
|
|
<A NAME="DOC.2.47.42"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="FilePathList.html">FilePathList</A>& getLibraryFilePathList()</B></TT>
|
|
<DD>get the library file path which is used when search for library (dso/dll's) files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getLibraryFilePathList"></A>
|
|
<A NAME="DOC.2.47.43"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const <!1><A HREF="FilePathList.html">FilePathList</A>& getLibraryFilePathList() const </B></TT>
|
|
<DD>get the const library file path which is used when search for library (dso/dll's) files
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="convertStringPathIntoFilePathList"></A>
|
|
<A NAME="DOC.2.47.44"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static void convertStringPathIntoFilePathList(const std::string& paths, <!1><A HREF="FilePathList.html">FilePathList</A>& filepath)</B></TT>
|
|
<DD>convert a string containing a list of paths deliminated either with ';' (Windows) or ':' (All other platforms) into FilePath represetation
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="updateTimeStampOfObjectsInCacheWithExtenalReferences"></A>
|
|
<A NAME="DOC.2.47.45"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void updateTimeStampOfObjectsInCacheWithExtenalReferences(double currentTime)</B></TT>
|
|
<DD>For each object in the cache which has an reference count greater than 1
|
|
(and therefore referenced by elsewhere in the application) set the time stamp
|
|
for that object in the cache to specified time.
|
|
This would typically be called once per frame by applications which are doing database paging,
|
|
and need to prune objects that are no longer required.
|
|
Time value is time in sceonds.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="removeExpiredObjectsInCache"></A>
|
|
<A NAME="DOC.2.47.46"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void removeExpiredObjectsInCache(double expiryTime)</B></TT>
|
|
<DD>Removed object in the cache which have a time stamp at or before the specified expiry time.
|
|
This would typically be called once per frame by applications which are doing database paging,
|
|
and need to prune objects that are no longer required, and called after the a called
|
|
after the call to updateTimeStampOfObjectsInCacheWithExtenalReferences(currentTime).
|
|
Note, the currentTime is not the expiryTime, one would typically set the expiry time
|
|
to a fixed amount of time before currentTime, such as expiryTime = currentTime-10.0.
|
|
Time value is time in sceonds.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="clearObjectCache"></A>
|
|
<A NAME="DOC.2.47.47"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void clearObjectCache()</B></TT>
|
|
<DD>Remove all objects in the cache regardless of having external references or expiry times
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="addEntryToObjectCache"></A>
|
|
<A NAME="DOC.2.47.48"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void addEntryToObjectCache(const std::string& filename, osg::Object* object, double timestamp = 0.0)</B></TT>
|
|
<DD>Add a filename,object,timestamp tripple to the Registry::ObjectCache
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setUseObjectCacheHint"></A>
|
|
<A NAME="DOC.2.47.49"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setUseObjectCacheHint(bool useObjectCache)</B></TT>
|
|
<DD>Set whether the Registry::ObjectCache should be used by default
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getUseObjectCacheHint"></A>
|
|
<A NAME="DOC.2.47.50"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool getUseObjectCacheHint() const </B></TT>
|
|
<DD>Get whether the Registry::ObjectCache should be used by default
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getLibrary"></A>
|
|
<A NAME="DOC.2.47.51"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="DynamicLibrary.html">DynamicLibrary</A>* getLibrary(const std::string& fileName)</B></TT>
|
|
<DD>get the attached library with specified name
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="~Registry"></A>
|
|
<A NAME="DOC.2.47.52"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~Registry()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="DotOsgWrapperMap"></A>
|
|
<A NAME="DOC.2.47.53"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::map< std::string, osg::ref_ptr<<!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>> > DotOsgWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ReaderWriterList"></A>
|
|
<A NAME="DOC.2.47.54"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::vector< osg::ref_ptr<<!1><A HREF="ReaderWriter.html">ReaderWriter</A>> > ReaderWriterList</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="DynamicLibraryList"></A>
|
|
<A NAME="DOC.2.47.55"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::vector< osg::ref_ptr<<!1><A HREF="DynamicLibrary.html">DynamicLibrary</A>> > DynamicLibraryList</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ExtensionAliasMap"></A>
|
|
<A NAME="DOC.2.47.56"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::map< std::string, std::string> ExtensionAliasMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ObjectTimeStampPair"></A>
|
|
<A NAME="DOC.2.47.57"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::pair<osg::ref_ptr<osg::Object>, double > ObjectTimeStampPair</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ObjectCache"></A>
|
|
<A NAME="DOC.2.47.58"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::map<std::string, <!1><A HREF="Registry.html#DOC.2.47.57">ObjectTimeStampPair</A> > ObjectCache</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Registry"></A>
|
|
<A NAME="DOC.2.47.59"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Registry()</B></TT>
|
|
<DD>constructor is private, as its a singleton, preventing
|
|
construction other than via the instance() method and
|
|
therefore ensuring only one copy is ever constructed
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getLibraryItr"></A>
|
|
<A NAME="DOC.2.47.60"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>DynamicLibraryList::iterator getLibraryItr(const std::string& fileName)</B></TT>
|
|
<DD>get the attached library with specified name
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_createNodeFromImage"></A>
|
|
<A NAME="DOC.2.47.61"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _createNodeFromImage</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.47.62"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Object* readObject(<!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A>& dowMap, <!1><A HREF="Input.html">Input</A>& fr)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="eraseWrapper"></A>
|
|
<A NAME="DOC.2.47.63"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void eraseWrapper(<!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A>& wrappermap, <!1><A HREF="DotOsgWrapper.html">DotOsgWrapper</A>* wrapper)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.47.64"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readObject(const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readImage"></A>
|
|
<A NAME="DOC.2.47.65"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readImage(const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readNode"></A>
|
|
<A NAME="DOC.2.47.66"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReaderWriter::ReadResult readNode(const std::string& fileName)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_objectWrapperMap"></A>
|
|
<A NAME="DOC.2.47.67"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _objectWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_imageWrapperMap"></A>
|
|
<A NAME="DOC.2.47.68"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _imageWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_drawableWrapperMap"></A>
|
|
<A NAME="DOC.2.47.69"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _drawableWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_stateAttrWrapperMap"></A>
|
|
<A NAME="DOC.2.47.70"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _stateAttrWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_nodeWrapperMap"></A>
|
|
<A NAME="DOC.2.47.71"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _nodeWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_classNameWrapperMap"></A>
|
|
<A NAME="DOC.2.47.72"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.53">DotOsgWrapperMap</A> _classNameWrapperMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_rwList"></A>
|
|
<A NAME="DOC.2.47.73"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.54">ReaderWriterList</A> _rwList</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_dlList"></A>
|
|
<A NAME="DOC.2.47.74"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.55">DynamicLibraryList</A> _dlList</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_openingLibrary"></A>
|
|
<A NAME="DOC.2.47.75"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _openingLibrary</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_extAliasMap"></A>
|
|
<A NAME="DOC.2.47.76"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.56">ExtensionAliasMap</A> _extAliasMap</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_options"></A>
|
|
<A NAME="DOC.2.47.77"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::ref_ptr<ReaderWriter::Options> _options</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_dataFilePath"></A>
|
|
<A NAME="DOC.2.47.78"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="FilePathList.html">FilePathList</A> _dataFilePath</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_libraryFilePath"></A>
|
|
<A NAME="DOC.2.47.79"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="FilePathList.html">FilePathList</A> _libraryFilePath</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_useObjectCacheHint"></A>
|
|
<A NAME="DOC.2.47.80"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _useObjectCacheHint</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_objectCache"></A>
|
|
<A NAME="DOC.2.47.81"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Registry.html#DOC.2.47.58">ObjectCache</A> _objectCache</B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<HR><DL><DT><B>This class has no child classes.</B></DL>
|
|
|
|
<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>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|