aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html573
1 files changed, 573 insertions, 0 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html
new file mode 100644
index 00000000..07d54c67
--- /dev/null
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html
@@ -0,0 +1,573 @@
+<html>
+ <head>
+ <title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxSerialization Class Reference</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
+ </head>
+
+ <body bgcolor="#FFFFFF">
+ <div id="header">
+ <hr class="first">
+ <img alt="" src="images/PhysXlogo.png" align="middle"> <br>
+ <center>
+ <a class="qindex" href="main.html">Main Page</a> &nbsp;
+ <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp;
+ <a class="qindex" href="annotated.html">Compound List</a> &nbsp;
+ <a class="qindex" href="functions.html">Compound Members</a> &nbsp;
+ </center>
+ <hr class="second">
+ </div>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="contents">
+<h1>PxSerialization Class Reference<br>
+<small>
+[<a class="el" href="group__extensions.html">Extensions</a>]</small>
+</h1><!-- doxytag: class="PxSerialization" -->Utility functions for serialization.
+<a href="#_details">More...</a>
+<p>
+<code>#include &lt;<a class="el" href="PxSerialization_8h-source.html">PxSerialization.h</a>&gt;</code>
+<p>
+
+<p>
+<a href="classPxSerialization-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html">PxXmlMiscParameter</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Additional <a class="el" href="classPxScene.html" title="A scene is a collection of bodies, particle systems and constraints which can interact...">PxScene</a> and <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a> options stored in XML serialized data. <a href="structPxSerialization_1_1PxXmlMiscParameter.html#_details">More...</a><br></td></tr>
+<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#d9f930bc95e3372c46bac3347742068f">isSerializable</a> (<a class="el" href="classPxCollection.html">PxCollection</a> &amp;collection, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, const <a class="el" href="classPxCollection.html">PxCollection</a> *externalReferences=NULL)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns whether the collection is serializable with the externalReferences collection. <a href="#d9f930bc95e3372c46bac3347742068f"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094">complete</a> (<a class="el" href="classPxCollection.html">PxCollection</a> &amp;collection, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, const <a class="el" href="classPxCollection.html">PxCollection</a> *exceptFor=NULL, bool followJoints=false)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds to a collection all objects such that it can be successfully serialized. <a href="#0cf59eda36c56e9e66bac0c2b5168094"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#84d55e6e21727087653a70cc20557765">createSerialObjectIds</a> (<a class="el" href="classPxCollection.html">PxCollection</a> &amp;collection, const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">PxSerialObjectId</a> base)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates PxSerialObjectId values for unnamed objects in a collection. <a href="#84d55e6e21727087653a70cc20557765"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#e2eafca38332e6d7dff642641317e90a">createCollectionFromXml</a> (<a class="el" href="classPxInputData.html">PxInputData</a> &amp;inputData, <a class="el" href="classPxCooking.html">PxCooking</a> &amp;cooking, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, const <a class="el" href="classPxCollection.html">PxCollection</a> *externalRefs=NULL, <a class="el" href="classPxStringTable.html">PxStringTable</a> *stringTable=NULL, <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html">PxXmlMiscParameter</a> *outArgs=NULL)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a <a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> from XML data. <a href="#e2eafca38332e6d7dff642641317e90a"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#6c64dc9a55f7ae9ffc8c1802855134ed">createCollectionFromBinary</a> (void *memBlock, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, const <a class="el" href="classPxCollection.html">PxCollection</a> *externalRefs=NULL)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Deserializes a <a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> from memory. <a href="#6c64dc9a55f7ae9ffc8c1802855134ed"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#cbb99dac3e71e78338ab3eec4ab0ab75">serializeCollectionToXml</a> (<a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;outputStream, <a class="el" href="classPxCollection.html">PxCollection</a> &amp;collection, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, <a class="el" href="classPxCooking.html">PxCooking</a> *cooking=NULL, const <a class="el" href="classPxCollection.html">PxCollection</a> *externalRefs=NULL, <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html">PxXmlMiscParameter</a> *inArgs=NULL)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Serializes a physics collection to an XML output stream. <a href="#cbb99dac3e71e78338ab3eec4ab0ab75"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03">serializeCollectionToBinary</a> (<a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;outputStream, <a class="el" href="classPxCollection.html">PxCollection</a> &amp;collection, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr, const <a class="el" href="classPxCollection.html">PxCollection</a> *externalRefs=NULL, bool exportNames=false)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Serializes a collection to a binary stream. <a href="#1d6242bea0c7513bfbfb24670e5cfb03"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#86026f68eb651de87e4a7720bc708893">dumpBinaryMetaData</a> (<a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;outputStream, <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;sr)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Dumps the binary meta-data to a stream. <a href="#86026f68eb651de87e4a7720bc708893"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classPxBinaryConverter.html">PxBinaryConverter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#9014b476bfd9e3e9bc7ea755df232bfd">createBinaryConverter</a> ()</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates binary converter for re-targeting binary-serialized data. <a href="#9014b476bfd9e3e9bc7ea755df232bfd"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerialization.html#33d7707fb8d82862773a6b9ae1d4782e">createSerializationRegistry</a> (<a class="el" href="classPxPhysics.html">PxPhysics</a> &amp;physics)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates an application managed registry for serialization. <a href="#33d7707fb8d82862773a6b9ae1d4782e"></a><br></td></tr>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Utility functions for serialization.
+<p>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="0cf59eda36c56e9e66bac0c2b5168094"></a><!-- doxytag: member="PxSerialization::complete" ref="0cf59eda36c56e9e66bac0c2b5168094" args="(PxCollection &amp;collection, PxSerializationRegistry &amp;sr, const PxCollection *exceptFor=NULL, bool followJoints=false)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static void PxSerialization::complete </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxCollection.html">PxCollection</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>collection</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>exceptFor</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">bool&nbsp;</td>
+ <td class="paramname"> <em>followJoints</em> = <code>false</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Adds to a collection all objects such that it can be successfully serialized.
+<p>
+A collection C is complete relative to an other collection D if every object required by C is either in C or D. This function adds objects to a collection, such that it becomes complete with respect to the exceptFor collection. Completeness is needed for serialization. See <a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03" title="Serializes a collection to a binary stream.">PxSerialization::serializeCollectionToBinary</a>, <a class="el" href="classPxSerialization.html#cbb99dac3e71e78338ab3eec4ab0ab75" title="Serializes a physics collection to an XML output stream.">PxSerialization::serializeCollectionToXml</a>.<p>
+Sdk objects require other sdk object according to the following rules:<ul>
+<li>joints require their actors and constraint</li><li>rigid actors require their shapes</li><li>shapes require their material(s) and mesh (triangle mesh, convex mesh or height field), if any</li><li>articulations require their links and joints</li><li>aggregates require their actors</li><li>cloth actors require their cloth fabric</li></ul>
+<p>
+If followJoints is specified another rule is added:<ul>
+<li>actors require their joints</li></ul>
+<p>
+Specifying followJoints will make whole jointed actor chains being added to the collection. Following chains is interrupted whenever a object in exceptFor is encountered.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[in,out]</tt>&nbsp;</td><td valign="top"><em>collection</em>&nbsp;</td><td>Collection which is completed </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>exceptFor</em>&nbsp;</td><td>Optional exemption collection </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>followJoints</em>&nbsp;</td><td>Specifies whether joints should be added for jointed actors </td></tr>
+ </table>
+</dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03" title="Serializes a collection to a binary stream.">PxSerialization::serializeCollectionToBinary</a>, <a class="el" href="classPxSerialization.html#cbb99dac3e71e78338ab3eec4ab0ab75" title="Serializes a physics collection to an XML output stream.">PxSerialization::serializeCollectionToXml</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="9014b476bfd9e3e9bc7ea755df232bfd"></a><!-- doxytag: member="PxSerialization::createBinaryConverter" ref="9014b476bfd9e3e9bc7ea755df232bfd" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static <a class="el" href="classPxBinaryConverter.html">PxBinaryConverter</a>* PxSerialization::createBinaryConverter </td>
+ <td>(</td>
+ <td class="paramname"> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates binary converter for re-targeting binary-serialized data.
+<p>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>Binary converter instance. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="6c64dc9a55f7ae9ffc8c1802855134ed"></a><!-- doxytag: member="PxSerialization::createCollectionFromBinary" ref="6c64dc9a55f7ae9ffc8c1802855134ed" args="(void *memBlock, PxSerializationRegistry &amp;sr, const PxCollection *externalRefs=NULL)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static <a class="el" href="classPxCollection.html">PxCollection</a>* PxSerialization::createCollectionFromBinary </td>
+ <td>(</td>
+ <td class="paramtype">void *&nbsp;</td>
+ <td class="paramname"> <em>memBlock</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>externalRefs</em> = <code>NULL</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Deserializes a <a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> from memory.
+<p>
+Creates a collection from memory. If the collection has external dependencies another collection can be provided to resolve these.<p>
+The memory block provided has to be 128 bytes aligned and contain a contiguous serialized collection as written by <a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03" title="Serializes a collection to a binary stream.">PxSerialization::serializeCollectionToBinary</a>. The contained binary data needs to be compatible with the current binary format version which is defined by "PX_PHYSICS_VERSION_MAJOR.PX_PHYSICS_VERSION_MINOR.PX_PHYSICS_VERSION_BUGFIX-PX_BINARY_SERIAL_VERSION". For a list of compatible sdk releases refer to the documentation of PX_BINARY_SERIAL_VERSION.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>memBlock</em>&nbsp;</td><td>Pointer to memory block containing the serialized collection </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>externalRefs</em>&nbsp;</td><td>Collection to resolve external dependencies</td></tr>
+ </table>
+</dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization::complete</a>, <a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03" title="Serializes a collection to a binary stream.">PxSerialization::serializeCollectionToBinary</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a>, <a class="el" href="group__extensions.html#gced14ebcd90bf2d866b38867cde959ae">PX_BINARY_SERIAL_VERSION</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="e2eafca38332e6d7dff642641317e90a"></a><!-- doxytag: member="PxSerialization::createCollectionFromXml" ref="e2eafca38332e6d7dff642641317e90a" args="(PxInputData &amp;inputData, PxCooking &amp;cooking, PxSerializationRegistry &amp;sr, const PxCollection *externalRefs=NULL, PxStringTable *stringTable=NULL, PxXmlMiscParameter *outArgs=NULL)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static <a class="el" href="classPxCollection.html">PxCollection</a>* PxSerialization::createCollectionFromXml </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxInputData.html">PxInputData</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>inputData</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxCooking.html">PxCooking</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>cooking</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>externalRefs</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxStringTable.html">PxStringTable</a> *&nbsp;</td>
+ <td class="paramname"> <em>stringTable</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html">PxXmlMiscParameter</a> *&nbsp;</td>
+ <td class="paramname"> <em>outArgs</em> = <code>NULL</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates a <a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> from XML data.
+<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>inputData</em>&nbsp;</td><td>The input data containing the XML collection. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>cooking</em>&nbsp;</td><td><a class="el" href="classPxCooking.html">PxCooking</a> instance used for sdk object instantiation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>externalRefs</em>&nbsp;</td><td><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> used to resolve external references. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>stringTable</em>&nbsp;</td><td><a class="el" href="classPxStringTable.html" title="a table to manage strings. Strings allocated through this object are expected to...">PxStringTable</a> instance used for storing object names. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>outArgs</em>&nbsp;</td><td>Optional parameters of physics and scene deserialized from XML. See <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html" title="Additional PxScene and PxPhysics options stored in XML serialized data.">PxSerialization::PxXmlMiscParameter</a> </td></tr>
+ </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to a <a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> if successful or NULL if it failed.</dd></dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a>, <a class="el" href="classPxInputData.html" title="Input data class for I/O which provides random read access.">PxInputData</a>, <a class="el" href="classPxStringTable.html" title="a table to manage strings. Strings allocated through this object are expected to...">PxStringTable</a>, <a class="el" href="classPxCooking.html">PxCooking</a>, <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html" title="Additional PxScene and PxPhysics options stored in XML serialized data.">PxSerialization::PxXmlMiscParameter</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="33d7707fb8d82862773a6b9ae1d4782e"></a><!-- doxytag: member="PxSerialization::createSerializationRegistry" ref="33d7707fb8d82862773a6b9ae1d4782e" args="(PxPhysics &amp;physics)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static <a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a>* PxSerialization::createSerializationRegistry </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxPhysics.html">PxPhysics</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>physics</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates an application managed registry for serialization.
+<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>physics</em>&nbsp;</td><td>Physics SDK to generate create serialization registry</td></tr>
+ </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance.</dd></dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="84d55e6e21727087653a70cc20557765"></a><!-- doxytag: member="PxSerialization::createSerialObjectIds" ref="84d55e6e21727087653a70cc20557765" args="(PxCollection &amp;collection, const PxSerialObjectId base)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static void PxSerialization::createSerialObjectIds </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxCollection.html">PxCollection</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>collection</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">PxSerialObjectId</a>&nbsp;</td>
+ <td class="paramname"> <em>base</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates PxSerialObjectId values for unnamed objects in a collection.
+<p>
+Creates PxSerialObjectId names for unnamed objects in a collection starting at a base value and incrementing, skipping values that are already assigned to objects in the collection.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[in,out]</tt>&nbsp;</td><td valign="top"><em>collection</em>&nbsp;</td><td>Collection for which names are created </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>base</em>&nbsp;</td><td>Start address for PxSerialObjectId names </td></tr>
+ </table>
+</dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="86026f68eb651de87e4a7720bc708893"></a><!-- doxytag: member="PxSerialization::dumpBinaryMetaData" ref="86026f68eb651de87e4a7720bc708893" args="(PxOutputStream &amp;outputStream, PxSerializationRegistry &amp;sr)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static void PxSerialization::dumpBinaryMetaData </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>outputStream</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Dumps the binary meta-data to a stream.
+<p>
+A meta-data file contains information about the SDK's internal classes and about custom user types ready for serialization. Such a file is needed to convert binary-serialized data from one platform to another (re-targeting). The converter needs meta-data files for the source and target platforms to perform conversions.<p>
+Custom user types can be supported with <a class="el" href="classPxSerializationRegistry.html#10e39bebee808707bff3c73f01d60f07" title="Register binary meta data callback.">PxSerializationRegistry::registerBinaryMetaDataCallback</a> (see the guide for more information).<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[out]</tt>&nbsp;</td><td valign="top"><em>outputStream</em>&nbsp;</td><td>Stream to write meta data to </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes used for conversion.</td></tr>
+ </table>
+</dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="d9f930bc95e3372c46bac3347742068f"></a><!-- doxytag: member="PxSerialization::isSerializable" ref="d9f930bc95e3372c46bac3347742068f" args="(PxCollection &amp;collection, PxSerializationRegistry &amp;sr, const PxCollection *externalReferences=NULL)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static bool PxSerialization::isSerializable </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxCollection.html">PxCollection</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>collection</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>externalReferences</em> = <code>NULL</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns whether the collection is serializable with the externalReferences collection.
+<p>
+Some definitions to explain whether a collection can be serialized or not:<p>
+For definitions of <b>requires</b> and <b>complete</b> see <a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization::complete</a><p>
+A serializable object is <b>subordinate</b> if it cannot be serialized on it's own The following objects are subordinate:<ul>
+<li>articulation links</li><li>articulation joints</li><li>joints</li></ul>
+<p>
+A collection C can be serialized with external references collection D iff<ul>
+<li>C is complete relative to D (no dangling references)</li><li>Every object in D required by an object in C has a valid ID (no unnamed references)</li><li>Every subordinate object in C is required by another object in C (no orphans)</li></ul>
+<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>collection</em>&nbsp;</td><td>Collection to be checked </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>externalReferences</em>&nbsp;</td><td>the external References collection </td></tr>
+ </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>Whether the collection is serializable </dd></dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization::complete</a>, <a class="el" href="classPxSerialization.html#1d6242bea0c7513bfbfb24670e5cfb03" title="Serializes a collection to a binary stream.">PxSerialization::serializeCollectionToBinary</a>, <a class="el" href="classPxSerialization.html#cbb99dac3e71e78338ab3eec4ab0ab75" title="Serializes a physics collection to an XML output stream.">PxSerialization::serializeCollectionToXml</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="1d6242bea0c7513bfbfb24670e5cfb03"></a><!-- doxytag: member="PxSerialization::serializeCollectionToBinary" ref="1d6242bea0c7513bfbfb24670e5cfb03" args="(PxOutputStream &amp;outputStream, PxCollection &amp;collection, PxSerializationRegistry &amp;sr, const PxCollection *externalRefs=NULL, bool exportNames=false)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static bool PxSerialization::serializeCollectionToBinary </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>outputStream</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxCollection.html">PxCollection</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>collection</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>externalRefs</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">bool&nbsp;</td>
+ <td class="paramname"> <em>exportNames</em> = <code>false</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Serializes a collection to a binary stream.
+<p>
+Serializes a collection to a stream. In order to resolve external dependencies the externalReferences collection has to be provided. Optionally names of objects that where set for example with <a class="el" href="classPxActor.html#fdcfb185892a5c8311fd0d825b0ce758" title="Sets a name string for the object that can be retrieved with getName().">PxActor::setName</a> are serialized along with the objects.<p>
+The collection can be successfully serialized if isSerializable(collection) returns true. See <a class="el" href="classPxSerialization.html#d9f930bc95e3372c46bac3347742068f" title="Returns whether the collection is serializable with the externalReferences collection...">isSerializable</a>.<p>
+The implementation of the output stream needs to fulfill the requirements on the memory block input taken by <a class="el" href="classPxSerialization.html#6c64dc9a55f7ae9ffc8c1802855134ed" title="Deserializes a PxCollection from memory.">PxSerialization::createCollectionFromBinary</a>.<p>
+<dl class="note" compact><dt><b>Note:</b></dt><dd>Serialization of objects in a scene that is simultaneously being simulated is not supported and leads to undefined behavior.</dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"><tt>[out]</tt>&nbsp;</td><td valign="top"><em>outputStream</em>&nbsp;</td><td>into which the collection is serialized </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>collection</em>&nbsp;</td><td>Collection to be serialized </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>externalRefs</em>&nbsp;</td><td>Collection used to resolve external dependencies </td></tr>
+ <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>exportNames</em>&nbsp;</td><td>Specifies whether object names are serialized </td></tr>
+ </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>Whether serialization was successful</dd></dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>, <a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization::complete</a>, <a class="el" href="classPxSerialization.html#6c64dc9a55f7ae9ffc8c1802855134ed" title="Deserializes a PxCollection from memory.">PxSerialization::createCollectionFromBinary</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="cbb99dac3e71e78338ab3eec4ab0ab75"></a><!-- doxytag: member="PxSerialization::serializeCollectionToXml" ref="cbb99dac3e71e78338ab3eec4ab0ab75" args="(PxOutputStream &amp;outputStream, PxCollection &amp;collection, PxSerializationRegistry &amp;sr, PxCooking *cooking=NULL, const PxCollection *externalRefs=NULL, PxXmlMiscParameter *inArgs=NULL)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static bool PxSerialization::serializeCollectionToXml </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="classPxOutputStream.html">PxOutputStream</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>outputStream</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxCollection.html">PxCollection</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>collection</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxSerializationRegistry.html">PxSerializationRegistry</a> &amp;&nbsp;</td>
+ <td class="paramname"> <em>sr</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="classPxCooking.html">PxCooking</a> *&nbsp;</td>
+ <td class="paramname"> <em>cooking</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="classPxCollection.html">PxCollection</a> *&nbsp;</td>
+ <td class="paramname"> <em>externalRefs</em> = <code>NULL</code>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html">PxXmlMiscParameter</a> *&nbsp;</td>
+ <td class="paramname"> <em>inArgs</em> = <code>NULL</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Serializes a physics collection to an XML output stream.
+<p>
+The collection to be serialized needs to be complete <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization.complete</a>. Optionally the XML may contain meshes in binary cooked format for fast loading. It does this when providing a valid non-null <a class="el" href="classPxCooking.html">PxCooking</a> pointer.</dd></dl>
+<dl class="note" compact><dt><b>Note:</b></dt><dd>Serialization of objects in a scene that is simultaneously being simulated is not supported and leads to undefined behavior.</dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>outputStream</em>&nbsp;</td><td>Stream to save collection to. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>collection</em>&nbsp;</td><td><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a> instance which is serialized. The collection needs to be complete with respect to the externalRefs collection. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>sr</em>&nbsp;</td><td><a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a> instance with information about registered classes. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>cooking</em>&nbsp;</td><td>Optional pointer to cooking instance. If provided, cooked mesh data is cached for fast loading. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>externalRefs</em>&nbsp;</td><td>Collection containing external references. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>inArgs</em>&nbsp;</td><td>Optional parameters of physics and scene serialized to XML along with the collection. See <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html" title="Additional PxScene and PxPhysics options stored in XML serialized data.">PxSerialization::PxXmlMiscParameter</a> </td></tr>
+ </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the collection is successfully serialized.</dd></dl>
+<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCollection.html" title="Collection class for serialization.">PxCollection</a>, <a class="el" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>, <a class="el" href="classPxSerializationRegistry.html" title="Class serving as a registry for XML (RepX) and binary serializable types.">PxSerializationRegistry</a>, <a class="el" href="classPxCooking.html">PxCooking</a>, <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html" title="Additional PxScene and PxPhysics options stored in XML serialized data.">PxSerialization::PxXmlMiscParameter</a> </dd></dl>
+
+</div>
+</div><p>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="PxSerialization_8h-source.html">PxSerialization.h</a></ul>
+</div>
+
+<hr style="width: 100%; height: 2px;"><br>
+Copyright &copy; 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a>
+</body>
+</html>