OpenSceneGraph/doc/doc++/osgDB/DotOsgWrapper.html
Robert Osfield ed10594139 Updated docs
2004-08-06 06:53:36 +00:00

192 lines
8.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>class OSGDB_EXPORT osgDB::DotOsgWrapper</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.6">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>class OSGDB_EXPORT <A HREF="#DOC.DOCU">osgDB::DotOsgWrapper</A></H2></H2><BLOCKQUOTE>Wrapper class for specifying read and write functions for extending the osg file format.</BLOCKQUOTE>
<HR>
<H2>Inheritance:</H2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
<param name=classes value="Mosg::Referenced,M,CDotOsgWrapper,MDotOsgWrapper.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 Classes</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>enum <B><A HREF="#DOC.2.3.4">ReadWriteMode</A></B>
</DL></P>
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef bool <B><A HREF="#DOC.2.3.2">(*ReadFunc)</A></B>(osg::Object&amp;, <!1><A HREF="Input.html">osgDB::Input</A>&amp;)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef bool <B><A HREF="#DOC.2.3.3">(*WriteFunc)</A></B>(const osg::Object&amp;, <!1><A HREF="Output.html">osgDB::Output</A>&amp;)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.3.5">DotOsgWrapper</A></B>(osg::Object* proto, const std::string&amp; name, const std::string&amp; associates, ReadFunc readFunc, WriteFunc writeFunc, <!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> readWriteMode=<!1><A HREF="DotOsgWrapper.html#DOC.2.3.4.1">READ_AND_WRITE</A>)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline const osg::Object* <B><A HREF="#DOC.2.3.6">getPrototype</A></B>() const
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline const std::string&amp; <B><A HREF="#DOC.2.3.7">getName</A></B>() const
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline const <!1><A HREF="DotOsgWrapper.html#DOC.2.3.1">Associates</A>&amp; <B><A HREF="#DOC.2.3.8">getAssociates</A></B>() const
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline ReadFunc <B><A HREF="#DOC.2.3.9">getReadFunc</A></B>() const
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline WriteFunc <B><A HREF="#DOC.2.3.10">getWriteFunc</A></B>() const
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> <B><A HREF="#DOC.2.3.11">getReadWriteMode</A></B>() const
</DL></P>
<P><DL>
<DT><H3>Public</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef std::vector&lt;std::string&gt; <B><A HREF="#DOC.2.3.1">Associates</A></B>
</DL></P>
<P><DL>
<DT><H3>Protected Fields</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::ref_ptr&lt;osg::Object&gt; <B><A HREF="#DOC.2.3.15">_prototype</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::string <B><A HREF="#DOC.2.3.16">_name</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="DotOsgWrapper.html#DOC.2.3.1">Associates</A> <B><A HREF="#DOC.2.3.17">_associates</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>ReadFunc <B><A HREF="#DOC.2.3.18">_readFunc</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>WriteFunc <B><A HREF="#DOC.2.3.19">_writeFunc</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> <B><A HREF="#DOC.2.3.20">_readWriteMode</A></B>
</DL></P>
<P><DL>
<DT><H3>Protected Methods</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.3.12">DotOsgWrapper</A></B>()
<DD><I>protected to prevent inappropriate creation of wrappers</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.3.13">DotOsgWrapper</A></B>(<!1><A HREF="DotOsgWrapper.html#DOC.2.3.13">DotOsgWrapper</A>&amp;)
<DD><I>protected to prevent inappropriate creation of wrappers</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.3.14">~DotOsgWrapper</A></B>()
<DD><I>protected to prevent wrapper being created on stack</I>
</DL></P>
</DL>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Wrapper class for specifying read and write functions for extending
the osg file format. </BLOCKQUOTE>
<DL>
<A NAME="Associates"></A>
<A NAME="DOC.2.3.1"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef std::vector&lt;std::string&gt; Associates</B></TT>
<DL><DT><DD></DL><P>
<A NAME="(*ReadFunc)"></A>
<A NAME="DOC.2.3.2"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef bool (*ReadFunc)(osg::Object&amp;, <!1><A HREF="Input.html">osgDB::Input</A>&amp;)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="(*WriteFunc)"></A>
<A NAME="DOC.2.3.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef bool (*WriteFunc)(const osg::Object&amp;, <!1><A HREF="Output.html">osgDB::Output</A>&amp;)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="ReadWriteMode"></A>
<A NAME="DOC.2.3.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>enum ReadWriteMode</B></TT>
<DL><DT><DD></DL><P><DL>
<A NAME="READ_AND_WRITE"></A>
<A NAME="DOC.2.3.4.1"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> READ_AND_WRITE</B></TT>
<DL><DT><DD></DL><P>
<A NAME="READ_ONLY"></A>
<A NAME="DOC.2.3.4.2"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> READ_ONLY</B></TT>
<DL><DT><DD></DL><P></DL>
<A NAME="DotOsgWrapper"></A>
<A NAME="DOC.2.3.5"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> DotOsgWrapper(osg::Object* proto, const std::string&amp; name, const std::string&amp; associates, ReadFunc readFunc, WriteFunc writeFunc, <!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> readWriteMode=<!1><A HREF="DotOsgWrapper.html#DOC.2.3.4.1">READ_AND_WRITE</A>)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getPrototype"></A>
<A NAME="DOC.2.3.6"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline const osg::Object* getPrototype() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getName"></A>
<A NAME="DOC.2.3.7"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline const std::string&amp; getName() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getAssociates"></A>
<A NAME="DOC.2.3.8"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline const <!1><A HREF="DotOsgWrapper.html#DOC.2.3.1">Associates</A>&amp; getAssociates() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getReadFunc"></A>
<A NAME="DOC.2.3.9"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline ReadFunc getReadFunc() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getWriteFunc"></A>
<A NAME="DOC.2.3.10"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline WriteFunc getWriteFunc() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getReadWriteMode"></A>
<A NAME="DOC.2.3.11"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> getReadWriteMode() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="DotOsgWrapper"></A>
<A NAME="DOC.2.3.12"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> DotOsgWrapper()</B></TT>
<DD>protected to prevent inappropriate creation of wrappers
<DL><DT><DD></DL><P>
<A NAME="DotOsgWrapper"></A>
<A NAME="DOC.2.3.13"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> DotOsgWrapper(<!1><A HREF="DotOsgWrapper.html#DOC.2.3.13">DotOsgWrapper</A>&amp;)</B></TT>
<DD>protected to prevent inappropriate creation of wrappers
<DL><DT><DD></DL><P>
<A NAME="~DotOsgWrapper"></A>
<A NAME="DOC.2.3.14"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~DotOsgWrapper()</B></TT>
<DD>protected to prevent wrapper being created on stack
<DL><DT><DD></DL><P>
<A NAME="_prototype"></A>
<A NAME="DOC.2.3.15"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::ref_ptr&lt;osg::Object&gt; _prototype</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_name"></A>
<A NAME="DOC.2.3.16"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::string _name</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_associates"></A>
<A NAME="DOC.2.3.17"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="DotOsgWrapper.html#DOC.2.3.1">Associates</A> _associates</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_readFunc"></A>
<A NAME="DOC.2.3.18"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>ReadFunc _readFunc</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_writeFunc"></A>
<A NAME="DOC.2.3.19"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>WriteFunc _writeFunc</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_readWriteMode"></A>
<A NAME="DOC.2.3.20"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="DotOsgWrapper.html#DOC.2.3.4">ReadWriteMode</A> _readWriteMode</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://www.linuxsupportline.com/~doc++">DOC++</A>.
</BODY>
</HTML>