Addec binary files with -kb

This commit is contained in:
Don BURNS 2001-09-20 00:48:36 +00:00
parent 9dc24e2952
commit 51a3ad4baf
42 changed files with 173 additions and 0 deletions

BIN
Metrowerks/Metrowerks.mcp Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
doc/MindMaps/Mission.mmp Normal file

Binary file not shown.

BIN
doc/MindMaps/Mission/Mission.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
doc/UML/osg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
doc/UML/osgutils.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/doc++/osg/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
doc/doc++/osg/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/doc++/osgDB/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
doc/doc++/osgDB/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

145
doc/doc++/osgDB/osgDB.html Normal file
View File

@ -0,0 +1,145 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>namespace osgDB</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>namespace <A HREF="#DOC.DOCU">osgDB</A></H2></H2>
<HR>
<P><DL>
<DT>
class OSGDB_EXPORT <B><A HREF="DotOsgWrapper.html">DotOsgWrapper</A></B>: public osg::Referenced
<DD><I>Wrapper class for specifing read and write functions for extending the osg file format.</I>
<DT>
class OSGDB_EXPORT <B><A HREF="DynamicLibrary.html">DynamicLibrary</A></B>: public osg::Referenced
<DD><I>DynamicLibrary - encapsulates the loading and unloading of dynamic libraries, typically used for loading ReaderWriter plug-ins</I>
<DT>
class OSGDB_EXPORT <B><A HREF="Field.html">Field</A></B>
<DT>
class OSGDB_EXPORT <B><A HREF="FieldReader.html">FieldReader</A></B>
<DT>
class OSGDB_EXPORT <B><A HREF="FieldReaderIterator.html">FieldReaderIterator</A></B>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern std::string <B><A HREF="#DOC.2.6">getFilePath</A></B>(const std::string&amp; filename)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern std::string <B><A HREF="#DOC.2.7">getFileExtension</A></B>(const std::string&amp; filename)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern std::string <B><A HREF="#DOC.2.8">getLowerCaseFileExtension</A></B>(const std::string&amp; filename)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern std::string <B><A HREF="#DOC.2.9">getSimpleFileName</A></B>(const std::string&amp; fileName)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern std::string <B><A HREF="#DOC.2.10">getStrippedName</A></B>(const std::string&amp; fileName)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern bool <B><A HREF="#DOC.2.11">equalCaseInsensitive</A></B>(const std::string&amp; lhs, const std::string&amp; rhs)
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>OSGDB_EXPORT extern bool <B><A HREF="#DOC.2.12">equalCaseInsensitive</A></B>(const std::string&amp; lhs, const char* rhs)
<DT>
OSGDB_EXPORT extern void <B><A HREF="initFilePath.html">initFilePath</A></B>( void )
<DD><I>initialize the data file path, uses OSGFILEPATH environmental variable to defined</I>
<DT>
OSGDB_EXPORT extern void <B><A HREF="setFilePath.html">setFilePath</A></B>( const char* _path )
<DD><I>set the data file path</I>
<DT>
OSGDB_EXPORT extern const char* <B><A HREF="getFilePath.html">getFilePath</A></B>()
<DD><I>set the data file path</I>
<DT>
OSGDB_EXPORT extern char* <B><A HREF="findFile.html">findFile</A></B>( const char* file )
<DD><I>find specified file on the set data file path</I>
<DT>
OSGDB_EXPORT extern char* <B><A HREF="findDSO.html">findDSO</A></B>( const char* name )
<DD><I>find specified dso/dll</I>
<DT>
typedef std::vector&lt;std::string&gt; <B><A HREF="DirectoryContents.html">DirectoryContents</A></B>
<DD><I>simple list of names to represent a directory's contents.</I>
<DT>
OSGDB_EXPORT extern std::string <B><A HREF="findFileInDirectory.html">findFileInDirectory</A></B>(const std::string&amp; fileName, const std::string&amp; dirName, bool caseInsensitive=false)
<DD><I>return the directory/filename of a file if its is contained within specified directory.</I>
<DT>
OSGDB_EXPORT extern <!1><A HREF="DirectoryContents.html">DirectoryContents</A> <B><A HREF="getDirectoryContents.html">getDirectoryContents</A></B>(const std::string&amp; dirName)
<DD><I>return the contents of a directory.</I>
<DT>
class OSGDB_EXPORT <B><A HREF="Input.html">Input</A></B>: public <!1><A HREF="FieldReaderIterator.html">FieldReaderIterator</A>
<DD><I>Class for managing the reading of ASCII osg files</I>
<DT>
class OSGDB_EXPORT <B><A HREF="Output.html">Output</A></B>: public ofstream
<DD><I>ofstream wrapper class for adding support for indenting.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>template&lt;class T&gt; bool <B><A HREF="#DOC.2.23">writeArrayBlock</A></B>(<!1><A HREF="Output.html">Output</A>&amp; fw, T* start, T* finish)
<DT>
class OSGDB_EXPORT <B><A HREF="ReaderWriter.html">ReaderWriter</A></B>: public osg::Referenced
<DD><I>pure virtual base class for reading and writing of non native formats.</I>
<DT>
OSGDB_EXPORT extern osg::Object* <B><A HREF="readObjectFile.html">readObjectFile</A></B>(const std::string&amp; filename)
<DD><I>Read an osg::Object from file.</I>
<DT>
OSGDB_EXPORT extern osg::Image* <B><A HREF="readImageFile.html">readImageFile</A></B>(const std::string&amp; filename)
<DD><I>Read an osg::Image from file.</I>
<DT>
OSGDB_EXPORT extern osg::Node* <B><A HREF="readNodeFile.html">readNodeFile</A></B>(const std::string&amp; filename)
<DD><I>Read an osg::Node from file.</I>
<DT>
class OSGDB_EXPORT <B><A HREF="Registry.html">Registry</A></B>
<DD><I> Registry is a singleton factory which stores the Objects types available at runtime for loading, and any Object reader or writers which are linked in at runtime for reading non-native file formats.</I>
<DT>
class <B><A HREF="RegisterDotOsgWrapperProxy.html">RegisterDotOsgWrapperProxy</A></B>
<DD><I>Proxy class for automatic registration of DotOsgWrappers with the Registry</I>
<DT>
template&lt;class T&gt; class <B><A HREF="RegisterReaderWriterProxy.html">RegisterReaderWriterProxy</A></B>
<DD><I>Proxy class for automatic registration of reader/writers with the Registry</I>
<DT>
OSGDB_EXPORT extern bool <B><A HREF="writeObjectFile.html">writeObjectFile</A></B>(const osg::Object&amp; object, const std::string&amp; filename)
<DD><I>Write an osg::Object to file.</I>
<DT>
OSGDB_EXPORT extern bool <B><A HREF="writeImageFile.html">writeImageFile</A></B>(const osg::Image&amp; image, const std::string&amp; filename)
<DD><I>Write an osg::Image to file.</I>
<DT>
OSGDB_EXPORT extern bool <B><A HREF="writeNodeFile.html">writeNodeFile</A></B>(const osg::Node&amp; node, const std::string&amp; filename)
<DD><I>Write an osg::Node to file.</I>
</DL></P>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<DL>
<A NAME="getFilePath"></A>
<A NAME="DOC.2.6"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern std::string getFilePath(const std::string&amp; filename)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getFileExtension"></A>
<A NAME="DOC.2.7"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern std::string getFileExtension(const std::string&amp; filename)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getLowerCaseFileExtension"></A>
<A NAME="DOC.2.8"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern std::string getLowerCaseFileExtension(const std::string&amp; filename)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getSimpleFileName"></A>
<A NAME="DOC.2.9"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern std::string getSimpleFileName(const std::string&amp; fileName)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getStrippedName"></A>
<A NAME="DOC.2.10"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern std::string getStrippedName(const std::string&amp; fileName)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="equalCaseInsensitive"></A>
<A NAME="DOC.2.11"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern bool equalCaseInsensitive(const std::string&amp; lhs, const std::string&amp; rhs)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="equalCaseInsensitive"></A>
<A NAME="DOC.2.12"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>OSGDB_EXPORT extern bool equalCaseInsensitive(const std::string&amp; lhs, const char* rhs)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="writeArrayBlock"></A>
<A NAME="DOC.2.23"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>template&lt;class T&gt; bool writeArrayBlock(<!1><A HREF="Output.html">Output</A>&amp; fw, T* start, T* finish)</B></TT>
<DL><DT><DD></DL><P></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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/doc++/osgGLUT/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
doc/doc++/osgGLUT/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/doc++/osgUtil/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
doc/doc++/osgUtil/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/doc++/osgWX/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
doc/doc++/osgWX/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>namespace osgWX</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>namespace <A HREF="#DOC.DOCU">osgWX</A></H2></H2>
<HR>
<P><DL>
<DT>
class OSGWX_EXPORT <B><A HREF="WXEventAdapter.html">WXEventAdapter</A></B>: public osgUtil::GUIEventAdapter
<DD><I>Class for adapting WX events so that they can be used as input to osgUtil::CameraManipulators</I>
</DL></P>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<DL>
</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>

BIN
src/Demos/wxsgv/wxsgv.wdr Normal file

Binary file not shown.