aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.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/group__Serializers.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/group__Serializers.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html193
1 files changed, 193 insertions, 0 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html b/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html
new file mode 100644
index 00000000..67246bb7
--- /dev/null
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html
@@ -0,0 +1,193 @@
+<html>
+ <head>
+ <title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Serializers</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>Serializers</h1><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">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxRepXSerializer.html">PxRepXSerializer</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Serializer interface for RepX (Xml) serialization. <a href="classPxRepXSerializer.html#_details">More...</a><br></td></tr>
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Serializers.html#g6018c37f238db16a878cfcba49091c4a">PX_NEW_REPX_SERIALIZER</a>(T)&nbsp;&nbsp;&nbsp;*PX_PLACEMENT_NEW(PxGetFoundation().getAllocatorCallback().allocate(sizeof(T), &quot;PxRepXSerializer&quot;, __FILE__, __LINE__ ), T)(PxGetFoundation().getAllocatorCallback())</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Preprocessor macro for RepX serializer creation. <a href="#g6018c37f238db16a878cfcba49091c4a"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Serializers.html#g58cfb644e0a72e0f2be6624397735411">PX_DELETE_REPX_SERIALIZER</a>(x)&nbsp;&nbsp;&nbsp;{ <a class="el" href="classPxRepXSerializer.html">PxRepXSerializer</a>* s = x; if (s) { PxGetFoundation().getAllocatorCallback().deallocate(s); } }</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Preprocessor Macro to simplify RepX serializer delete. <a href="#g58cfb644e0a72e0f2be6624397735411"></a><br></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename TDataType &gt; </td></tr>
+<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">PX_INLINE physx::PxRepXObject&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__Serializers.html#g7b42a6fd550c853e7b1ae88a6dc85839">PxCreateRepXObject</a> (const TDataType *inType, const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">physx::PxSerialObjectId</a> inId)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inline helper template function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> from TDataType type supporting PxTypeInfo&lt;TDataType&gt;::name. <a href="#g7b42a6fd550c853e7b1ae88a6dc85839"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE physx::PxRepXObject&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Serializers.html#g52eaefd69a4f9833a09892780b797a8c">PxCreateRepXObject</a> (const physx::PxBase *inType, const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">physx::PxSerialObjectId</a> inId)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inline helper function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> from a <a class="el" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> instance. <a href="#g52eaefd69a4f9833a09892780b797a8c"></a><br></td></tr>
+<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename TDataType &gt; </td></tr>
+<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">PX_INLINE physx::PxRepXObject&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__Serializers.html#g937770feac11b8cb9f23c734567aa47d">PxCreateRepXObject</a> (const TDataType *inType)</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inline helper template function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> form TDataType type using inType pointer as a PxSerialObjectId id. <a href="#g937770feac11b8cb9f23c734567aa47d"></a><br></td></tr>
+</table>
+<hr><h2>Define Documentation</h2>
+<a class="anchor" name="g58cfb644e0a72e0f2be6624397735411"></a><!-- doxytag: member="PxRepXSerializer.h::PX_DELETE_REPX_SERIALIZER" ref="g58cfb644e0a72e0f2be6624397735411" args="(x)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">#define PX_DELETE_REPX_SERIALIZER </td>
+ <td>(</td>
+ <td class="paramtype">x&nbsp;</td>
+ <td class="paramname"> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td>&nbsp;&nbsp;&nbsp;{ <a class="el" href="classPxRepXSerializer.html">PxRepXSerializer</a>* s = x; if (s) { PxGetFoundation().getAllocatorCallback().deallocate(s); } }</td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Preprocessor Macro to simplify RepX serializer delete.
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="g6018c37f238db16a878cfcba49091c4a"></a><!-- doxytag: member="PxRepXSerializer.h::PX_NEW_REPX_SERIALIZER" ref="g6018c37f238db16a878cfcba49091c4a" args="(T)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">#define PX_NEW_REPX_SERIALIZER </td>
+ <td>(</td>
+ <td class="paramtype">T&nbsp;</td>
+ <td class="paramname"> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td>&nbsp;&nbsp;&nbsp;*PX_PLACEMENT_NEW(PxGetFoundation().getAllocatorCallback().allocate(sizeof(T), &quot;PxRepXSerializer&quot;, __FILE__, __LINE__ ), T)(PxGetFoundation().getAllocatorCallback())</td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Preprocessor macro for RepX serializer creation.
+<p>
+
+</div>
+</div><p>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="g937770feac11b8cb9f23c734567aa47d"></a><!-- doxytag: member="PxRepXSerializer.h::PxCreateRepXObject" ref="g937770feac11b8cb9f23c734567aa47d" args="(const TDataType *inType)" -->
+<div class="memitem">
+<div class="memproto">
+<div class="memtemplate">
+template&lt;typename TDataType &gt; </div>
+ <table class="memname">
+ <tr>
+ <td class="memname">PX_INLINE physx::PxRepXObject PxCreateRepXObject </td>
+ <td>(</td>
+ <td class="paramtype">const TDataType *&nbsp;</td>
+ <td class="paramname"> <em>inType</em> </td>
+ <td>&nbsp;)&nbsp;</td>
+ <td><code> [inline]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Inline helper template function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> form TDataType type using inType pointer as a PxSerialObjectId id.
+<p>
+
+<p>References <a class="el" href="PxRepXSerializer_8h-source.html#l00111">PxCreateRepXObject()</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="g52eaefd69a4f9833a09892780b797a8c"></a><!-- doxytag: member="PxRepXSerializer.h::PxCreateRepXObject" ref="g52eaefd69a4f9833a09892780b797a8c" args="(const physx::PxBase *inType, const physx::PxSerialObjectId inId)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">PX_INLINE physx::PxRepXObject PxCreateRepXObject </td>
+ <td>(</td>
+ <td class="paramtype">const physx::PxBase *&nbsp;</td>
+ <td class="paramname"> <em>inType</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">physx::PxSerialObjectId</a>&nbsp;</td>
+ <td class="paramname"> <em>inId</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Inline helper function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> from a <a class="el" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> instance.
+<p>
+
+<p>References <a class="el" href="PxAssert_8h-source.html#l00061">PX_ASSERT</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="g7b42a6fd550c853e7b1ae88a6dc85839"></a><!-- doxytag: member="PxRepXSerializer.h::PxCreateRepXObject" ref="g7b42a6fd550c853e7b1ae88a6dc85839" args="(const TDataType *inType, const physx::PxSerialObjectId inId)" -->
+<div class="memitem">
+<div class="memproto">
+<div class="memtemplate">
+template&lt;typename TDataType &gt; </div>
+ <table class="memname">
+ <tr>
+ <td class="memname">PX_INLINE physx::PxRepXObject PxCreateRepXObject </td>
+ <td>(</td>
+ <td class="paramtype">const TDataType *&nbsp;</td>
+ <td class="paramname"> <em>inType</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const <a class="el" href="group__common.html#gb2ccfb663643cd2d66b59908189d88cd">physx::PxSerialObjectId</a>&nbsp;</td>
+ <td class="paramname"> <em>inId</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [inline]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+Inline helper template function to create <a class="el" href="structPxRepXObject.html" title="Helper class containing the mapping of id to object, and type name.">PxRepXObject</a> from TDataType type supporting PxTypeInfo&lt;TDataType&gt;::name.
+<p>
+
+<p>Referenced by <a class="el" href="PxRepXSerializer_8h-source.html#l00129">PxCreateRepXObject()</a>.</p>
+
+</div>
+</div><p>
+</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>