Did a make docs, in prep for the 0.8.44 release.

This commit is contained in:
Robert Osfield
2002-02-11 00:51:45 +00:00
parent 3a342f446d
commit b67057a761
4 changed files with 19 additions and 15 deletions

View File

@@ -84,10 +84,10 @@
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const NodePath&amp; <B><A HREF="#DOC.2.72.22">getNodePath</A></B>() const
<DD><I>Get the const NodePath from the top most node applied down to the current Node being visited</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const bool <B><A HREF="#DOC.2.72.23">getLocalToWorldMatrix</A></B>(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode)
<DD><I>Get the Local To World Matrix from the NodePath for specified Transform::Mode</I>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const bool <B><A HREF="#DOC.2.72.23">getLocalToWorldMatrix</A></B>(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode, <!1><A HREF="Node.html">Node</A>* node)
<DD><I>Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const bool <B><A HREF="#DOC.2.72.24">getWorldToLocalMatrix</A></B>(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode)
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const bool <B><A HREF="#DOC.2.72.24">getWorldToLocalMatrix</A></B>(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode, <!1><A HREF="Node.html">Node</A>* node)
<DD><I>Get the World To Local Matrix from the NodePath for specified Transform::Mode</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.72.25">apply</A></B>(<!1><A HREF="Node.html">Node</A>&amp; node)
@@ -343,12 +343,12 @@ to the current Node being visited
<DL><DT><DD></DL><P>
<A NAME="getLocalToWorldMatrix"></A>
<A NAME="DOC.2.72.23"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const bool getLocalToWorldMatrix(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode)</B></TT>
<DD>Get the Local To World Matrix from the NodePath for specified Transform::Mode
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const bool getLocalToWorldMatrix(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode, <!1><A HREF="Node.html">Node</A>* node)</B></TT>
<DD>Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u
<DL><DT><DD></DL><P>
<A NAME="getWorldToLocalMatrix"></A>
<A NAME="DOC.2.72.24"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const bool getWorldToLocalMatrix(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode)</B></TT>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const bool getWorldToLocalMatrix(<!1><A HREF="Matrix.html">Matrix</A>&amp; matrix, <!1><A HREF="MatrixMode.html">MatrixMode</A> mode, <!1><A HREF="Node.html">Node</A>* node)</B></TT>
<DD>Get the World To Local Matrix from the NodePath for specified Transform::Mode
<DL><DT><DD></DL><P>
<A NAME="apply"></A>

View File

@@ -233,24 +233,28 @@ each trifan or tristrip = (length-2) triangles and so on.</BLOCKQUOTE>
<A NAME="DOC.2.103.4.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_GRAPHS</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_PRIMS"></A>
<A NAME="STAT_VIEWPARMS"></A>
<A NAME="DOC.2.103.4.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_VIEWPARMS</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_PRIMS"></A>
<A NAME="DOC.2.103.4.5"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_PRIMS</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_PRIMSPERVIEW"></A>
<A NAME="DOC.2.103.4.5"></A>
<A NAME="DOC.2.103.4.6"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_PRIMSPERVIEW</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_PRIMSPERBIN"></A>
<A NAME="DOC.2.103.4.6"></A>
<A NAME="DOC.2.103.4.7"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_PRIMSPERBIN</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_DC"></A>
<A NAME="DOC.2.103.4.7"></A>
<A NAME="DOC.2.103.4.8"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_DC</B></TT>
<DL><DT><DD></DL><P>
<A NAME="STAT_RESTART"></A>
<A NAME="DOC.2.103.4.8"></A>
<A NAME="DOC.2.103.4.9"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> STAT_RESTART</B></TT>
<DL><DT><DD></DL><P></DL>

View File

@@ -26,7 +26,7 @@
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.3.2">RasterFont</A></B>(const <!1><A HREF="RasterFont.html#DOC.6.3.2">RasterFont</A>&amp; font, const osg::CopyOp&amp; copyop=osg::CopyOp::SHALLOW_COPY)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.3.3">RasterFont</A></B>(const std::string&amp; font)
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.3.3">RasterFont</A></B>(const std::string&amp; )
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual bool <B><A HREF="#DOC.6.3.4">isSameKindAs</A></B>(const osg::Object* obj) const
<DT>
@@ -112,7 +112,7 @@
<DL><DT><DD></DL><P>
<A NAME="RasterFont"></A>
<A NAME="DOC.6.3.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> RasterFont(const std::string&amp; font)</B></TT>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> RasterFont(const std::string&amp; )</B></TT>
<DL><DT><DD></DL><P>
<A NAME="isSameKindAs"></A>
<A NAME="DOC.6.3.4"></A>

View File

@@ -26,7 +26,7 @@
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.4.2">VectorFont</A></B>(const <!1><A HREF="VectorFont.html#DOC.6.4.2">VectorFont</A>&amp; font, const osg::CopyOp&amp; copyop=osg::CopyOp::SHALLOW_COPY)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.4.3">VectorFont</A></B>(const std::string&amp; font)
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.6.4.3">VectorFont</A></B>(const std::string&amp; )
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual bool <B><A HREF="#DOC.6.4.4">isSameKindAs</A></B>(const osg::Object* obj) const
<DT>
@@ -117,7 +117,7 @@
<DL><DT><DD></DL><P>
<A NAME="VectorFont"></A>
<A NAME="DOC.6.4.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> VectorFont(const std::string&amp; font)</B></TT>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> VectorFont(const std::string&amp; )</B></TT>
<DL><DT><DD></DL><P>
<A NAME="isSameKindAs"></A>
<A NAME="DOC.6.4.4"></A>