166 lines
10 KiB
HTML
166 lines
10 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class OSGDB_EXPORT osgDB::ReaderWriter</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.6">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class OSGDB_EXPORT <A HREF="#DOC.DOCU">osgDB::ReaderWriter</A></H2></H2><BLOCKQUOTE>pure virtual base class for reading and writing of non native formats.</BLOCKQUOTE>
|
|
<HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
|
|
<param name=classes value="Mosg::Referenced,M,CReaderWriter,MReaderWriter.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>
|
|
class <B><A HREF="Options.html">Options</A></B>: public osg::Referenced
|
|
<DT>
|
|
class <B><A HREF="ReadResult.html">ReadResult</A></B>
|
|
<DT>
|
|
class <B><A HREF="WriteResult.html">WriteResult</A></B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.39.1">~ReaderWriter</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual const char* <B><A HREF="#DOC.2.39.2">className</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual bool <B><A HREF="#DOC.2.39.3">acceptsExtension</A></B>(const std::string&xtension*/)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.7">readObject</A></B>(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.8">readImage</A></B>(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.9">readHeightField</A></B>(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.10">readNode</A></B>(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.11">writeObject</A></B>(const osg::Object& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.12">writeImage</A></B>(const osg::Image& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.13">writeHeightField</A></B>(const osg::HeightField& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.14">writeNode</A></B>(const osg::Node& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.15">readObject</A></B>(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.16">readImage</A></B>(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.17">readHeightField</A></B>(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="ReadResult.html">ReadResult</A> <B><A HREF="#DOC.2.39.18">readNode</A></B>(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.19">writeObject</A></B>(const osg::Object& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.20">writeImage</A></B>(const osg::Image& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.21">writeHeightField</A></B>(const osg::HeightField& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <!1><A HREF="WriteResult.html">WriteResult</A> <B><A HREF="#DOC.2.39.22">writeNode</A></B>(const osg::Node& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>pure virtual base class for reading and writing of non native formats. </BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="~ReaderWriter"></A>
|
|
<A NAME="DOC.2.39.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~ReaderWriter()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="className"></A>
|
|
<A NAME="DOC.2.39.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual const char* className()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="acceptsExtension"></A>
|
|
<A NAME="DOC.2.39.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual bool acceptsExtension(const std::string&xtension*/)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.39.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readObject(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readImage"></A>
|
|
<A NAME="DOC.2.39.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readImage(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readHeightField"></A>
|
|
<A NAME="DOC.2.39.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readHeightField(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readNode"></A>
|
|
<A NAME="DOC.2.39.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readNode(const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeObject"></A>
|
|
<A NAME="DOC.2.39.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeObject(const osg::Object& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeImage"></A>
|
|
<A NAME="DOC.2.39.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeImage(const osg::Image& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeHeightField"></A>
|
|
<A NAME="DOC.2.39.13"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeHeightField(const osg::HeightField& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeNode"></A>
|
|
<A NAME="DOC.2.39.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeNode(const osg::Node& , const std::string& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readObject"></A>
|
|
<A NAME="DOC.2.39.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readObject(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readImage"></A>
|
|
<A NAME="DOC.2.39.16"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readImage(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readHeightField"></A>
|
|
<A NAME="DOC.2.39.17"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readHeightField(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="readNode"></A>
|
|
<A NAME="DOC.2.39.18"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="ReadResult.html">ReadResult</A> readNode(std::istream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeObject"></A>
|
|
<A NAME="DOC.2.39.19"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeObject(const osg::Object& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeImage"></A>
|
|
<A NAME="DOC.2.39.20"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeImage(const osg::Image& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeHeightField"></A>
|
|
<A NAME="DOC.2.39.21"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeHeightField(const osg::HeightField& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="writeNode"></A>
|
|
<A NAME="DOC.2.39.22"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual <!1><A HREF="WriteResult.html">WriteResult</A> writeNode(const osg::Node& , std::ostream& , const <!1><A HREF="Options.html">Options</A>* =NULL)</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>
|