Addec binary files with -kb
BIN
Metrowerks/Metrowerks.mcp
Normal file
BIN
Metrowerks/OpenSceneGraph.mcp
Normal file
BIN
doc/MindMaps/DesignPatterns.mmp
Normal file
BIN
doc/MindMaps/DesignPatterns/DesignPatterns.gif
Executable file
After Width: | Height: | Size: 13 KiB |
BIN
doc/MindMaps/Mission.mmp
Normal file
BIN
doc/MindMaps/Mission/Mission.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
doc/OpenSceneGraphBanner_Distribution.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
doc/UML/osg.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
doc/UML/osgutils.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
doc/doc++/osg/ClassGraph.class
Normal file
BIN
doc/doc++/osg/ClassGraphPanel.class
Normal file
BIN
doc/doc++/osg/ClassLayout.class
Normal file
BIN
doc/doc++/osg/NavigatorButton.class
Normal file
BIN
doc/doc++/osg/icon1.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osg/icon2.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgDB/ClassGraph.class
Normal file
BIN
doc/doc++/osgDB/ClassGraphPanel.class
Normal file
BIN
doc/doc++/osgDB/ClassLayout.class
Normal file
BIN
doc/doc++/osgDB/NavigatorButton.class
Normal file
BIN
doc/doc++/osgDB/icon1.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgDB/icon2.gif
Normal file
After Width: | Height: | Size: 326 B |
145
doc/doc++/osgDB/osgDB.html
Normal 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& 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& 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& 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& 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& 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& lhs, const std::string& 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& 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<std::string> <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& fileName, const std::string& 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& 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<class T> bool <B><A HREF="#DOC.2.23">writeArrayBlock</A></B>(<!1><A HREF="Output.html">Output</A>& 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& 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& 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& 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<class T> 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& object, const std::string& 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& image, const std::string& 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& node, const std::string& 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& 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& 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& 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& 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& 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& lhs, const std::string& 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& 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<class T> bool writeArrayBlock(<!1><A HREF="Output.html">Output</A>& 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>
|
BIN
doc/doc++/osgGLUT/ClassGraph.class
Normal file
BIN
doc/doc++/osgGLUT/ClassGraphPanel.class
Normal file
BIN
doc/doc++/osgGLUT/ClassLayout.class
Normal file
BIN
doc/doc++/osgGLUT/NavigatorButton.class
Normal file
BIN
doc/doc++/osgGLUT/icon1.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgGLUT/icon2.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgUtil/ClassGraph.class
Normal file
BIN
doc/doc++/osgUtil/ClassGraphPanel.class
Normal file
BIN
doc/doc++/osgUtil/ClassLayout.class
Normal file
BIN
doc/doc++/osgUtil/NavigatorButton.class
Normal file
BIN
doc/doc++/osgUtil/icon1.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgUtil/icon2.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgWX/ClassGraph.class
Normal file
BIN
doc/doc++/osgWX/ClassGraphPanel.class
Normal file
BIN
doc/doc++/osgWX/ClassLayout.class
Normal file
BIN
doc/doc++/osgWX/NavigatorButton.class
Normal file
BIN
doc/doc++/osgWX/icon1.gif
Normal file
After Width: | Height: | Size: 326 B |
BIN
doc/doc++/osgWX/icon2.gif
Normal file
After Width: | Height: | Size: 326 B |
28
doc/doc++/osgWX/osgWX.html
Normal 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>
|