| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=11"/>
- <meta name="generator" content="Doxygen 1.12.0"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>Jolt Physics: Jolt/RegisterTypes.cpp File Reference</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <script type="text/javascript" src="clipboard.js"></script>
- <link href="navtree.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="navtreedata.js"></script>
- <script type="text/javascript" src="navtree.js"></script>
- <script type="text/javascript" src="resize.js"></script>
- <script type="text/javascript" src="cookie.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- extensions: ["tex2jax.js"],
- jax: ["input/TeX","output/HTML-CSS"],
- });
- </script>
- <script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr id="projectrow">
- <td id="projectlogo"><img alt="Logo" src="LogoSmall.png"/></td>
- <td id="projectalign">
- <div id="projectname">Jolt Physics
- </div>
- <div id="projectbrief">A multi core friendly Game Physics Engine</div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.12.0 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- var searchBox = new SearchBox("searchBox", "search/",'.html');
- /* @license-end */
- </script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() { codefold.init(0); });
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() {
- initMenu('',true,false,'search.php','Search',true);
- $(function() { init_search(); });
- });
- /* @license-end */
- </script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <div id="side-nav" class="ui-resizable side-nav-resizable">
- <div id="nav-tree">
- <div id="nav-tree-contents">
- <div id="nav-sync" class="sync"></div>
- </div>
- </div>
- <div id="splitbar" style="-moz-user-select:none;"
- class="ui-resizable-handle">
- </div>
- </div>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function(){initNavTree('_register_types_8cpp.html',''); initResizable(true); });
- /* @license-end */
- </script>
- <div id="doc-content">
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <div id="MSearchResults">
- <div class="SRPage">
- <div id="SRIndex">
- <div id="SRResults"></div>
- <div class="SRStatus" id="Loading">Loading...</div>
- <div class="SRStatus" id="Searching">Searching...</div>
- <div class="SRStatus" id="NoMatches">No Matches</div>
- </div>
- </div>
- </div>
- </div>
- <div class="header">
- <div class="summary">
- <a href="#func-members">Functions</a> </div>
- <div class="headertitle"><div class="title">RegisterTypes.cpp File Reference</div></div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock"><code>#include <<a class="el" href="_jolt_8h_source.html">Jolt/Jolt.h</a>></code><br />
- <code>#include <<a class="el" href="_register_types_8h_source.html">Jolt/RegisterTypes.h</a>></code><br />
- <code>#include <<a class="el" href="_factory_8h_source.html">Jolt/Core/Factory.h</a>></code><br />
- <code>#include <<a class="el" href="_r_t_t_i_8h_source.html">Jolt/Core/RTTI.h</a>></code><br />
- <code>#include <<a class="el" href="_tick_counter_8h_source.html">Jolt/Core/TickCounter.h</a>></code><br />
- <code>#include <<a class="el" href="_collision_dispatch_8h_source.html">Jolt/Physics/Collision/CollisionDispatch.h</a>></code><br />
- <code>#include <<a class="el" href="_triangle_shape_8h_source.html">Jolt/Physics/Collision/Shape/TriangleShape.h</a>></code><br />
- <code>#include <<a class="el" href="_plane_shape_8h_source.html">Jolt/Physics/Collision/Shape/PlaneShape.h</a>></code><br />
- <code>#include <<a class="el" href="_sphere_shape_8h_source.html">Jolt/Physics/Collision/Shape/SphereShape.h</a>></code><br />
- <code>#include <<a class="el" href="_box_shape_8h_source.html">Jolt/Physics/Collision/Shape/BoxShape.h</a>></code><br />
- <code>#include <<a class="el" href="_capsule_shape_8h_source.html">Jolt/Physics/Collision/Shape/CapsuleShape.h</a>></code><br />
- <code>#include <<a class="el" href="_tapered_capsule_shape_8h_source.html">Jolt/Physics/Collision/Shape/TaperedCapsuleShape.h</a>></code><br />
- <code>#include <<a class="el" href="_cylinder_shape_8h_source.html">Jolt/Physics/Collision/Shape/CylinderShape.h</a>></code><br />
- <code>#include <<a class="el" href="_tapered_cylinder_shape_8h_source.html">Jolt/Physics/Collision/Shape/TaperedCylinderShape.h</a>></code><br />
- <code>#include <<a class="el" href="_scaled_shape_8h_source.html">Jolt/Physics/Collision/Shape/ScaledShape.h</a>></code><br />
- <code>#include <<a class="el" href="_mesh_shape_8h_source.html">Jolt/Physics/Collision/Shape/MeshShape.h</a>></code><br />
- <code>#include <<a class="el" href="_convex_hull_shape_8h_source.html">Jolt/Physics/Collision/Shape/ConvexHullShape.h</a>></code><br />
- <code>#include <<a class="el" href="_height_field_shape_8h_source.html">Jolt/Physics/Collision/Shape/HeightFieldShape.h</a>></code><br />
- <code>#include <<a class="el" href="_rotated_translated_shape_8h_source.html">Jolt/Physics/Collision/Shape/RotatedTranslatedShape.h</a>></code><br />
- <code>#include <<a class="el" href="_offset_center_of_mass_shape_8h_source.html">Jolt/Physics/Collision/Shape/OffsetCenterOfMassShape.h</a>></code><br />
- <code>#include <<a class="el" href="_mutable_compound_shape_8h_source.html">Jolt/Physics/Collision/Shape/MutableCompoundShape.h</a>></code><br />
- <code>#include <<a class="el" href="_static_compound_shape_8h_source.html">Jolt/Physics/Collision/Shape/StaticCompoundShape.h</a>></code><br />
- <code>#include <<a class="el" href="_empty_shape_8h_source.html">Jolt/Physics/Collision/Shape/EmptyShape.h</a>></code><br />
- <code>#include <<a class="el" href="_physics_material_simple_8h_source.html">Jolt/Physics/Collision/PhysicsMaterialSimple.h</a>></code><br />
- <code>#include <<a class="el" href="_soft_body_shape_8h_source.html">Jolt/Physics/SoftBody/SoftBodyShape.h</a>></code><br />
- </div><table class="memberdecls">
- <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
- Functions</h2></td></tr>
- <tr class="memitem:a3e619944349d251d8d720677175a809e" id="r_a3e619944349d251d8d720677175a809e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_core_8h.html#ad14098b68b8c44ea6112601031268405">JPH_NAMESPACE_BEGIN</a> bool </td><td class="memItemRight" valign="bottom"><a class="el" href="#a3e619944349d251d8d720677175a809e">VerifyJoltVersionIDInternal</a> (<a class="el" href="_core_8h.html#a60e8696a4678cd348e991a1f172e53f7">uint64</a> inVersionID)</td></tr>
- <tr class="memdesc:a3e619944349d251d8d720677175a809e"><td class="mdescLeft"> </td><td class="mdescRight">Internal helper function. <br /></td></tr>
- <tr class="separator:a3e619944349d251d8d720677175a809e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ad79693ff726715130ca9372e7e347e22" id="r_ad79693ff726715130ca9372e7e347e22"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ad79693ff726715130ca9372e7e347e22">RegisterTypesInternal</a> (<a class="el" href="_core_8h.html#a60e8696a4678cd348e991a1f172e53f7">uint64</a> inVersionID)</td></tr>
- <tr class="memdesc:ad79693ff726715130ca9372e7e347e22"><td class="mdescLeft"> </td><td class="mdescRight">Internal helper function. <br /></td></tr>
- <tr class="separator:ad79693ff726715130ca9372e7e347e22"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:a10487599cc35b86cfef75fae22227a8b" id="r_a10487599cc35b86cfef75fae22227a8b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#a10487599cc35b86cfef75fae22227a8b">UnregisterTypes</a> ()</td></tr>
- <tr class="memdesc:a10487599cc35b86cfef75fae22227a8b"><td class="mdescLeft"> </td><td class="mdescRight">Unregisters all types with the factory and cleans up the default material. <br /></td></tr>
- <tr class="separator:a10487599cc35b86cfef75fae22227a8b"><td class="memSeparator" colspan="2"> </td></tr>
- </table>
- <h2 class="groupheader">Function Documentation</h2>
- <a id="ad79693ff726715130ca9372e7e347e22" name="ad79693ff726715130ca9372e7e347e22"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#ad79693ff726715130ca9372e7e347e22">◆ </a></span>RegisterTypesInternal()</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">void RegisterTypesInternal </td>
- <td>(</td>
- <td class="paramtype"><a class="el" href="_core_8h.html#a60e8696a4678cd348e991a1f172e53f7">uint64</a></td> <td class="paramname"><span class="paramname"><em>inVersionID</em></span></td><td>)</td>
- <td></td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Internal helper function. </p>
- </div>
- </div>
- <a id="a10487599cc35b86cfef75fae22227a8b" name="a10487599cc35b86cfef75fae22227a8b"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#a10487599cc35b86cfef75fae22227a8b">◆ </a></span>UnregisterTypes()</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">void UnregisterTypes </td>
- <td>(</td>
- <td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
- <td></td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Unregisters all types with the factory and cleans up the default material. </p>
- </div>
- </div>
- <a id="a3e619944349d251d8d720677175a809e" name="a3e619944349d251d8d720677175a809e"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#a3e619944349d251d8d720677175a809e">◆ </a></span>VerifyJoltVersionIDInternal()</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname"><a class="el" href="_core_8h.html#ad14098b68b8c44ea6112601031268405">JPH_NAMESPACE_BEGIN</a> bool VerifyJoltVersionIDInternal </td>
- <td>(</td>
- <td class="paramtype"><a class="el" href="_core_8h.html#a60e8696a4678cd348e991a1f172e53f7">uint64</a></td> <td class="paramname"><span class="paramname"><em>inVersionID</em></span></td><td>)</td>
- <td></td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Internal helper function. </p>
- </div>
- </div>
- </div><!-- contents -->
- </div><!-- doc-content -->
- <!-- start footer part -->
- <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- <li class="navelem"><a class="el" href="dir_d99289a5d3c46cf26f14ff6c90658d9f.html">Jolt</a></li><li class="navelem"><a class="el" href="_register_types_8cpp.html">RegisterTypes.cpp</a></li>
- <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
- </ul>
- </div>
- </body>
- </html>
|