Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 2994

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::Serializer class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::Serializer  Class Reference</h1>Generic class for serialising data to / from binary chunk-based files. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a>&gt;</code>
<p>
Inheritance diagram for Ogre::Serializer:<p><center><img src="classOgre_1_1Serializer__inherit__graph.png" border="0" usemap="#Ogre_1_1Serializer__inherit__map" alt="Inheritance graph"></center>
<map name="Ogre_1_1Serializer__inherit__map">
<area href="classOgre_1_1MeshSerializer.html" shape="rect" coords="7,105,143,86" alt="">
<area href="classOgre_1_1MeshSerializerImpl.html" shape="rect" coords="167,105,327,86" alt="">
<area href="classOgre_1_1SkeletonSerializer.html" shape="rect" coords="351,105,505,86" alt="">
<area href="classOgre_1_1MeshSerializerImpl__v1__1.html" shape="rect" coords="148,174,345,155" alt="">
<area href="classOgre_1_1MeshSerializerImpl__v1.html" shape="rect" coords="156,243,337,225" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Ogre::Serializer:<p><center><img src="classOgre_1_1Serializer__coll__graph.png" border="0" usemap="#Ogre_1_1Serializer__coll__map" alt="Collaboration graph"></center>
<map name="Ogre_1_1Serializer__coll__map">
<area href="classOgre_1_1String.html" shape="rect" coords="19,36,99,17" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classOgre_1_1Serializer-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1Serializera0">Serializer</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1Serializera1">~Serializer</a> ()</td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb0">writeFileHeader</a> (void)</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb1">writeChunkHeader</a> (unsigned short id, unsigned long size)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb2">writeReals</a> (const <a class="el" href="namespaceOgre.html#a349">Real</a> *pReal, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb3">writeShorts</a> (const unsigned short *pShort, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb4">writeInts</a> (const unsigned int *pInt, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb5">writeLongs</a> (const unsigned long *pLong, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb6">writeBools</a> (const bool *pLong, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb7">writeObject</a> (const <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> &amp;vec)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb8">writeObject</a> (const <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> &amp;q)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb9">writeString</a> (const <a class="el" href="classOgre_1_1String.html">String</a> &amp;string)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb10">writeData</a> (const void *buf, size_t size, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb11">readFileHeader</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk)</td></tr>
<tr><td nowrap align=right valign=top>virtual unsigned short&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb12">readChunk</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb13">readBools</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, bool *pDest, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb14">readReals</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, <a class="el" href="namespaceOgre.html#a349">Real</a> *pDest, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb15">readShorts</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, unsigned short *pDest, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb16">readInts</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, unsigned int *pDest, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb17">readLongs</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, unsigned long *pDest, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb18">readObject</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> *pDest)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb19">readObject</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk, <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> *pDest)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb20">readString</a> (<a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;chunk)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb21">flipToLittleEndian</a> (void *pData, size_t size, size_t count=1)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb22">flipFromLittleEndian</a> (void *pData, size_t size, size_t count=1)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb23">flipEndian</a> (void *pData, size_t size, size_t count)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializerb24">flipEndian</a> (void *pData, size_t size)</td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top>unsigned long&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializern0">mCurrentChunkLen</a></td></tr>
<tr><td nowrap align=right valign=top>FILE *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializern1">mpfFile</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Serializer.html#Ogre_1_1SkeletonSerializern2">mVersion</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Generic class for serialising data to / from binary chunk-based files.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 This class provides a number of useful methods for exporting / importing data from chunk-oriented binary files (e.g. .mesh and .skeleton). </dl>
<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8h-source.html#l00039">39</a> of file <a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="Ogre_1_1Serializera0" doxytag="Ogre::Serializer::Serializer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Ogre::Serializer::Serializer </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00041">41</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8h-source.html#l00050">mVersion</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1Serializera1" doxytag="Ogre::Serializer::~Serializer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Ogre::Serializer::~Serializer </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00047">47</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1SkeletonSerializerb24" doxytag="Ogre::Serializer::flipEndian"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::flipEndian </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pData</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00301">301</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb23" doxytag="Ogre::Serializer::flipEndian"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::flipEndian </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pData</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00293">293</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00286">flipFromLittleEndian</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00279">flipToLittleEndian</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb22" doxytag="Ogre::Serializer::flipFromLittleEndian"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::flipFromLittleEndian </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pData</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em> = 1</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00286">286</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00293">flipEndian</a>().
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00224">readInts</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00230">readLongs</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00212">readReals</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00218">readShorts</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb21" doxytag="Ogre::Serializer::flipToLittleEndian"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::flipToLittleEndian </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pData</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em> = 1</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00279">279</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00293">flipEndian</a>().
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00097">writeInts</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00112">writeLongs</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00067">writeReals</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00082">writeShorts</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb13" doxytag="Ogre::Serializer::readBools"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readBools </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00196">196</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, and <a class="el" href="OgreDataChunk_8cpp-source.html#l00095">Ogre::DataChunk::read</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00410">Ogre::MeshSerializerImpl::readMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01078">Ogre::MeshSerializerImpl::readMeshLodInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01145">Ogre::MeshSerializerImpl::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01343">Ogre::MeshSerializerImpl_v1::readSubMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00493">Ogre::MeshSerializerImpl::readSubMesh</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb12" doxytag="Ogre::Serializer::readChunk"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned short Ogre::Serializer::readChunk </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>chunk</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected, virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00187">187</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8h-source.html#l00048">mCurrentChunkLen</a>, <a class="el" href="OgreSerializer_8cpp-source.html#l00230">readLongs</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00218">readShorts</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00083">Ogre::MeshSerializerImpl::importMesh</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00087">Ogre::SkeletonSerializer::importSkeleton</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00338">Ogre::SkeletonSerializer::readAnimation</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00375">Ogre::SkeletonSerializer::readAnimationTrack</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01419">Ogre::MeshSerializerImpl_v1::readGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00602">Ogre::MeshSerializerImpl::readGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01708">Ogre::MeshSerializerImpl_v1::readMaterial</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01270">Ogre::MeshSerializerImpl_v1::readMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00410">Ogre::MeshSerializerImpl::readMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01078">Ogre::MeshSerializerImpl::readMeshLodInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01665">Ogre::MeshSerializerImpl_v1::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01145">Ogre::MeshSerializerImpl::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01128">Ogre::MeshSerializerImpl::readMeshLodUsageManual</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01343">Ogre::MeshSerializerImpl_v1::readSubMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00493">Ogre::MeshSerializerImpl::readSubMesh</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb11" doxytag="Ogre::Serializer::readFileHeader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readFileHeader </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>chunk</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected, virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00160">160</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreException_8h-source.html#l00033">Except</a>, <a class="el" href="OgreSerializer_8cpp-source.html#l00039">Ogre::HEADER_CHUNK_ID</a>, <a class="el" href="OgreSerializer_8h-source.html#l00050">mVersion</a>, <a class="el" href="OgreSerializer_8cpp-source.html#l00218">readShorts</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00236">readString</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00083">Ogre::MeshSerializerImpl::importMesh</a>(), and <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00087">Ogre::SkeletonSerializer::importSkeleton</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb16" doxytag="Ogre::Serializer::readInts"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readInts </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>unsigned int *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00224">224</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00286">flipFromLittleEndian</a>(), and <a class="el" href="OgreDataChunk_8cpp-source.html#l00095">Ogre::DataChunk::read</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00602">Ogre::MeshSerializerImpl::readGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00832">Ogre::MeshSerializerImpl::readMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01145">Ogre::MeshSerializerImpl::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00493">Ogre::MeshSerializerImpl::readSubMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00847">Ogre::MeshSerializerImpl::readSubMeshBoneAssignment</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb17" doxytag="Ogre::Serializer::readLongs"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readLongs </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>unsigned long *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00230">230</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00286">flipFromLittleEndian</a>(), and <a class="el" href="OgreDataChunk_8cpp-source.html#l00095">Ogre::DataChunk::read</a>().
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00187">readChunk</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01419">Ogre::MeshSerializerImpl_v1::readGeometry</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00726">Ogre::MeshSerializerImpl::readGeometryColours</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb19" doxytag="Ogre::Serializer::readObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readObject </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00269">269</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00212">readReals</a>(), <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::w</a>, <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::x</a>, <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::y</a>, and <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::z</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb18" doxytag="Ogre::Serializer::readObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readObject </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="classOgre_1_1Vector3.html">Vector3</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00262">262</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00212">readReals</a>(), <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::x</a>, <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::y</a>, and <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::z</a>.
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00297">Ogre::SkeletonSerializer::readBone</a>(), and <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00412">Ogre::SkeletonSerializer::readKeyFrame</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb14" doxytag="Ogre::Serializer::readReals"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readReals </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a349">Real</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00212">212</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00286">flipFromLittleEndian</a>(), <a class="el" href="OgreDataChunk_8cpp-source.html#l00095">Ogre::DataChunk::read</a>(), and <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>.
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00338">Ogre::SkeletonSerializer::readAnimation</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01056">Ogre::MeshSerializerImpl::readBoundsInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01419">Ogre::MeshSerializerImpl_v1::readGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00693">Ogre::MeshSerializerImpl::readGeometryNormals</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00661">Ogre::MeshSerializerImpl::readGeometryPositions</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01222">Ogre::MeshSerializerImpl_v1_1::readGeometryTexCoords</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00745">Ogre::MeshSerializerImpl::readGeometryTexCoords</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00412">Ogre::SkeletonSerializer::readKeyFrame</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01708">Ogre::MeshSerializerImpl_v1::readMaterial</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01632">Ogre::MeshSerializerImpl_v1::readMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00832">Ogre::MeshSerializerImpl::readMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01078">Ogre::MeshSerializerImpl::readMeshLodInfo</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00262">readObject</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01649">Ogre::MeshSerializerImpl_v1::readSubMeshBoneAssignment</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00847">Ogre::MeshSerializerImpl::readSubMeshBoneAssignment</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb15" doxytag="Ogre::Serializer::readShorts"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::readShorts </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>chunk</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>unsigned short *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pDest</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00218">218</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00286">flipFromLittleEndian</a>(), and <a class="el" href="OgreDataChunk_8cpp-source.html#l00095">Ogre::DataChunk::read</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializer_8cpp-source.html#l00083">Ogre::MeshSerializer::importMesh</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00375">Ogre::SkeletonSerializer::readAnimationTrack</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00297">Ogre::SkeletonSerializer::readBone</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00318">Ogre::SkeletonSerializer::readBoneParent</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00187">readChunk</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00160">readFileHeader</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01419">Ogre::MeshSerializerImpl_v1::readGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01222">Ogre::MeshSerializerImpl_v1_1::readGeometryTexCoords</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00745">Ogre::MeshSerializerImpl::readGeometryTexCoords</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01632">Ogre::MeshSerializerImpl_v1::readMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00832">Ogre::MeshSerializerImpl::readMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01078">Ogre::MeshSerializerImpl::readMeshLodInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01665">Ogre::MeshSerializerImpl_v1::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01145">Ogre::MeshSerializerImpl::readMeshLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01343">Ogre::MeshSerializerImpl_v1::readSubMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00493">Ogre::MeshSerializerImpl::readSubMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01649">Ogre::MeshSerializerImpl_v1::readSubMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00847">Ogre::MeshSerializerImpl::readSubMeshBoneAssignment</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00594">Ogre::MeshSerializerImpl::readSubMeshOperation</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb20" doxytag="Ogre::Serializer::readString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::Serializer::readString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1DataChunk.html">DataChunk</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>chunk</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00236">236</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreDataChunk_8cpp-source.html#l00128">Ogre::DataChunk::readUpTo</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializer_8cpp-source.html#l00083">Ogre::MeshSerializer::importMesh</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00338">Ogre::SkeletonSerializer::readAnimation</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00297">Ogre::SkeletonSerializer::readBone</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00160">readFileHeader</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01708">Ogre::MeshSerializerImpl_v1::readMaterial</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01128">Ogre::MeshSerializerImpl::readMeshLodUsageManual</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00780">Ogre::MeshSerializerImpl::readSkeletonLink</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01343">Ogre::MeshSerializerImpl_v1::readSubMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00493">Ogre::MeshSerializerImpl::readSubMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01799">Ogre::MeshSerializerImpl_v1::readTextureLayer</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb6" doxytag="Ogre::Serializer::writeBools"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeBools </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const bool *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pLong</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00127">127</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, and <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00902">Ogre::MeshSerializerImpl::writeLodSummary</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00944">Ogre::MeshSerializerImpl::writeLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00106">Ogre::MeshSerializerImpl::writeMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00167">Ogre::MeshSerializerImpl::writeSubMesh</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb1" doxytag="Ogre::Serializer::writeChunkHeader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeChunkHeader </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">unsigned short&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>unsigned long&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected, virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00061">61</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00112">writeLongs</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00082">writeShorts</a>().
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00166">Ogre::SkeletonSerializer::writeAnimation</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00184">Ogre::SkeletonSerializer::writeAnimationTrack</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00140">Ogre::SkeletonSerializer::writeBone</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00155">Ogre::SkeletonSerializer::writeBoneParent</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01033">Ogre::MeshSerializerImpl::writeBoundsInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00268">Ogre::MeshSerializerImpl::writeGeometry</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00201">Ogre::SkeletonSerializer::writeKeyFrame</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00902">Ogre::MeshSerializerImpl::writeLodSummary</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00944">Ogre::MeshSerializerImpl::writeLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00921">Ogre::MeshSerializerImpl::writeLodUsageManual</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00106">Ogre::MeshSerializerImpl::writeMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00808">Ogre::MeshSerializerImpl::writeMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00772">Ogre::MeshSerializerImpl::writeSkeletonLink</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00167">Ogre::MeshSerializerImpl::writeSubMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00820">Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00227">Ogre::MeshSerializerImpl::writeSubMeshOperation</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb10" doxytag="Ogre::Serializer::writeData"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeData </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const void *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buf</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00148">148</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8h-source.html#l00049">mpfFile</a>.
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00127">writeBools</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00097">writeInts</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00112">writeLongs</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00067">writeReals</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00082">writeShorts</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb0" doxytag="Ogre::Serializer::writeFileHeader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeFileHeader </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected, virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00051">51</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00039">Ogre::HEADER_CHUNK_ID</a>, <a class="el" href="OgreSerializer_8h-source.html#l00050">mVersion</a>, <a class="el" href="OgreSerializer_8cpp-source.html#l00082">writeShorts</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00153">writeString</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00058">Ogre::MeshSerializerImpl::exportMesh</a>(), and <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00056">Ogre::SkeletonSerializer::exportSkeleton</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb4" doxytag="Ogre::Serializer::writeInts"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeInts </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const unsigned int *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pInt</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00097">97</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00279">flipToLittleEndian</a>(), <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, and <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>().
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00268">Ogre::MeshSerializerImpl::writeGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00944">Ogre::MeshSerializerImpl::writeLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00808">Ogre::MeshSerializerImpl::writeMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00167">Ogre::MeshSerializerImpl::writeSubMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00820">Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb5" doxytag="Ogre::Serializer::writeLongs"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeLongs </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const unsigned long *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pLong</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00112">112</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00279">flipToLittleEndian</a>(), <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, and <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>().
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00061">writeChunkHeader</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb8" doxytag="Ogre::Serializer::writeObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeObject </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Quaternion.html">Quaternion</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>q</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00254">254</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::w</a>, <a class="el" href="OgreSerializer_8cpp-source.html#l00067">writeReals</a>(), <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::x</a>, <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::y</a>, and <a class="el" href="OgreQuaternion_8h-source.html#l00138">Ogre::Quaternion::z</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb7" doxytag="Ogre::Serializer::writeObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeObject </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Vector3.html">Vector3</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>vec</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00246">246</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00067">writeReals</a>(), <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::x</a>, <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::y</a>, and <a class="el" href="OgreVector3_8h-source.html#l00047">Ogre::Vector3::z</a>.
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00140">Ogre::SkeletonSerializer::writeBone</a>(), and <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00201">Ogre::SkeletonSerializer::writeKeyFrame</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb2" doxytag="Ogre::Serializer::writeReals"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeReals </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a349">Real</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pReal</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00067">67</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00279">flipToLittleEndian</a>(), <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>, and <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>().
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00166">Ogre::SkeletonSerializer::writeAnimation</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01033">Ogre::MeshSerializerImpl::writeBoundsInfo</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00237">Ogre::MeshSerializerImpl::writeCondensedVertexBuffer</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00201">Ogre::SkeletonSerializer::writeKeyFrame</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00944">Ogre::MeshSerializerImpl::writeLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00921">Ogre::MeshSerializerImpl::writeLodUsageManual</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00808">Ogre::MeshSerializerImpl::writeMeshBoneAssignment</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00246">writeObject</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00820">Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb3" doxytag="Ogre::Serializer::writeShorts"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeShorts </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const unsigned short *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pShort</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>count</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00082">82</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8cpp-source.html#l00279">flipToLittleEndian</a>(), <a class="el" href="OgreMemoryMacros_8h-source.html#l00066">free</a>, <a class="el" href="OgreMemoryMacros_8h-source.html#l00065">malloc</a>, and <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>().
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00184">Ogre::SkeletonSerializer::writeAnimationTrack</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00140">Ogre::SkeletonSerializer::writeBone</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00155">Ogre::SkeletonSerializer::writeBoneParent</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00061">writeChunkHeader</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00051">writeFileHeader</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00268">Ogre::MeshSerializerImpl::writeGeometry</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00902">Ogre::MeshSerializerImpl::writeLodSummary</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00944">Ogre::MeshSerializerImpl::writeLodUsageGenerated</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00808">Ogre::MeshSerializerImpl::writeMeshBoneAssignment</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00167">Ogre::MeshSerializerImpl::writeSubMesh</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00820">Ogre::MeshSerializerImpl::writeSubMeshBoneAssignment</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00227">Ogre::MeshSerializerImpl::writeSubMeshOperation</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializerb9" doxytag="Ogre::Serializer::writeString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::Serializer::writeString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1String.html">String</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>string</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8cpp-source.html#l00153">153</a> of file <a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a>.
<p>
References <a class="el" href="OgreSerializer_8h-source.html#l00049">mpfFile</a>.
<p>
Referenced by <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00166">Ogre::SkeletonSerializer::writeAnimation</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00140">Ogre::SkeletonSerializer::writeBone</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00051">writeFileHeader</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00921">Ogre::MeshSerializerImpl::writeLodUsageManual</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00772">Ogre::MeshSerializerImpl::writeSkeletonLink</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00167">Ogre::MeshSerializerImpl::writeSubMesh</a>().    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1SkeletonSerializern0" doxytag="Ogre::Serializer::mCurrentChunkLen"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned long Ogre::Serializer::mCurrentChunkLen<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8h-source.html#l00048">48</a> of file <a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a>.
<p>
Referenced by <a class="el" href="OgreSerializer_8cpp-source.html#l00187">readChunk</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01708">Ogre::MeshSerializerImpl_v1::readMaterial</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01270">Ogre::MeshSerializerImpl_v1::readMesh</a>(), and <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00410">Ogre::MeshSerializerImpl::readMesh</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializern1" doxytag="Ogre::Serializer::mpfFile"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> FILE* Ogre::Serializer::mpfFile<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8h-source.html#l00049">49</a> of file <a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a>.
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00058">Ogre::MeshSerializerImpl::exportMesh</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00056">Ogre::SkeletonSerializer::exportSkeleton</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00148">writeData</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00153">writeString</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1SkeletonSerializern2" doxytag="Ogre::Serializer::mVersion"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::Serializer::mVersion<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSerializer_8h-source.html#l00050">50</a> of file <a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a>.
<p>
Referenced by <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l00046">Ogre::MeshSerializerImpl::MeshSerializerImpl</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01263">Ogre::MeshSerializerImpl_v1::MeshSerializerImpl_v1</a>(), <a class="el" href="OgreMeshSerializerImpl_8cpp-source.html#l01212">Ogre::MeshSerializerImpl_v1_1::MeshSerializerImpl_v1_1</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00160">readFileHeader</a>(), <a class="el" href="OgreSerializer_8cpp-source.html#l00041">Serializer</a>(), <a class="el" href="OgreSkeletonSerializer_8cpp-source.html#l00045">Ogre::SkeletonSerializer::SkeletonSerializer</a>(), and <a class="el" href="OgreSerializer_8cpp-source.html#l00051">writeFileHeader</a>().    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OgreSerializer_8h-source.html">OgreSerializer.h</a><li><a class="el" href="OgreSerializer_8cpp-source.html">OgreSerializer.cpp</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:20:21 2004
</p>
</body>
</html>