diff options
| author | Sheikh Dawood <[email protected]> | 2018-08-13 13:37:04 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-08-13 13:37:04 -0500 |
| commit | 3f9977d72f8a481e76b6ad643a3d312a8cf9b551 (patch) | |
| tree | 8dfa563cf2a06498b56b055af133bd066f1f349c /PhysX_3.4/Documentation/PhysXAPI/files | |
| parent | PhysX 3.4, APEX 1.4 patch release @24214033 (diff) | |
| download | physx-3.4-3f9977d72f8a481e76b6ad643a3d312a8cf9b551.tar.xz physx-3.4-3f9977d72f8a481e76b6ad643a3d312a8cf9b551.zip | |
PhysX 3.4, APEX 1.4 patch release @24698370
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files')
27 files changed, 592 insertions, 468 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html index 572197aa..60ef68a4 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html @@ -36,7 +36,7 @@ This graph shows which files directly or indirectly include this file:</div> <div class="dynsection"> <p><center><img src="PxBitAndData_8h__dep__incl.png" border="0" usemap="#PxBitAndData.hdep_map" alt=""></center> <map name="PxBitAndData.hdep_map"> -<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="25,154,124,176"><area shape="rect" href="PxHeightFieldSample_8h.html" title="PxHeightFieldSample.h" alt="PxHeightFieldSample.h" coords="57,85,201,106"></map> +<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="21,224,120,246"><area shape="rect" href="PxHeightFieldSample_8h.html" title="PxHeightFieldSample.h" alt="PxHeightFieldSample.h" coords="57,86,201,107"><area shape="rect" href="PxHeightField_8h.html" title="PxHeightField.h" alt="PxHeightField.h" coords="108,155,209,176"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png Binary files differindex 040048a8..2ae19b0c 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html index f6ee10ee..ad500855 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html @@ -151,146 +151,156 @@ <a name="l00386"></a>00386 word0 = word1 = word2 = word3 = 0; <a name="l00387"></a>00387 } <a name="l00388"></a>00388 -<a name="l00392"></a><a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">00392</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002" title="Constructor to set filter data initially.">PxFilterData</a>(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w0, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w1, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w2, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w3) : word0(w0), word1(w1), word2(w2), word3(w3) {} +<a name="l00392"></a><a class="code" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">00392</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3" title="Copy constructor.">PxFilterData</a>(<span class="keyword">const</span> PxFilterData& fd) : word0(fd.word0), word1(fd.word1), word2(fd.word2), word3(fd.word3) {} <a name="l00393"></a>00393 -<a name="l00397"></a><a class="code" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">00397</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> setToDefault() -<a name="l00398"></a>00398 { -<a name="l00399"></a>00399 *<span class="keyword">this</span> = PxFilterData(); -<a name="l00400"></a>00400 } -<a name="l00401"></a>00401 -<a name="l00405"></a><a class="code" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">00405</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator == (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> -<a name="l00406"></a>00406 <span class="keyword"> </span>{ -<a name="l00407"></a>00407 <span class="keywordflow">return</span> a.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a> == word0 && a.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a> == word1 && a.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a> == word2 && a.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a> == word3; -<a name="l00408"></a>00408 } -<a name="l00409"></a>00409 -<a name="l00413"></a><a class="code" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">00413</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator != (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> -<a name="l00414"></a>00414 <span class="keyword"> </span>{ -<a name="l00415"></a>00415 <span class="keywordflow">return</span> !(a == *<span class="keyword">this</span>); +<a name="l00397"></a><a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">00397</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002" title="Constructor to set filter data initially.">PxFilterData</a>(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w0, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w1, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w2, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w3) : word0(w0), word1(w1), word2(w2), word3(w3) {} +<a name="l00398"></a>00398 +<a name="l00402"></a><a class="code" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">00402</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> setToDefault() +<a name="l00403"></a>00403 { +<a name="l00404"></a>00404 *<span class="keyword">this</span> = PxFilterData(); +<a name="l00405"></a>00405 } +<a name="l00406"></a>00406 +<a name="l00410"></a><a class="code" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">00410</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> operator = (<span class="keyword">const</span> PxFilterData& fd) +<a name="l00411"></a>00411 { +<a name="l00412"></a>00412 word0 = fd.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a>; +<a name="l00413"></a>00413 word1 = fd.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a>; +<a name="l00414"></a>00414 word2 = fd.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a>; +<a name="l00415"></a>00415 word3 = fd.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a>; <a name="l00416"></a>00416 } <a name="l00417"></a>00417 -<a name="l00418"></a><a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">00418</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word0; -<a name="l00419"></a><a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">00419</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word1; -<a name="l00420"></a><a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">00420</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word2; -<a name="l00421"></a><a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">00421</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word3; -<a name="l00422"></a>00422 }; -<a name="l00423"></a>00423 -<a name="l00424"></a>00424 -<a name="l00430"></a><a class="code" href="structPxFilterObjectType.html">00430</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> -<a name="l00431"></a>00431 { -<a name="l00432"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">00432</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">Enum</a> -<a name="l00433"></a>00433 { -<a name="l00438"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cfa2d4fccb6fa60f821cb7661a7d100124">00438</a> eRIGID_STATIC, +<a name="l00421"></a><a class="code" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">00421</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator == (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> +<a name="l00422"></a>00422 <span class="keyword"> </span>{ +<a name="l00423"></a>00423 <span class="keywordflow">return</span> a.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a> == word0 && a.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a> == word1 && a.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a> == word2 && a.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a> == word3; +<a name="l00424"></a>00424 } +<a name="l00425"></a>00425 +<a name="l00429"></a><a class="code" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">00429</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator != (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> +<a name="l00430"></a>00430 <span class="keyword"> </span>{ +<a name="l00431"></a>00431 <span class="keywordflow">return</span> !(a == *<span class="keyword">this</span>); +<a name="l00432"></a>00432 } +<a name="l00433"></a>00433 +<a name="l00434"></a><a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">00434</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word0; +<a name="l00435"></a><a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">00435</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word1; +<a name="l00436"></a><a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">00436</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word2; +<a name="l00437"></a><a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">00437</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word3; +<a name="l00438"></a>00438 }; <a name="l00439"></a>00439 -<a name="l00444"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf25cf98409a3028d306afcdb07dc9bada">00444</a> eRIGID_DYNAMIC, -<a name="l00445"></a>00445 -<a name="l00451"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf9f616c2a37bb68bd02140f9578c992fb">00451</a> ePARTICLE_SYSTEM <a class="code" href="group__foundation.html#gfd8f8779793627061774cfcfa1b9fbd7">PX_DEPRECATED</a>, -<a name="l00452"></a>00452 -<a name="l00458"></a>00458 ePARTICLE_FLUID PX_DEPRECATED, -<a name="l00459"></a>00459 -<a name="l00464"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf84733c8624de6217f448a4bdde30d219">00464</a> eARTICULATION, -<a name="l00465"></a>00465 -<a name="l00470"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf8b5ad2155d1d501ecb296d608dc1c00d">00470</a> eCLOTH, -<a name="l00471"></a>00471 -<a name="l00472"></a>00472 <span class="comment">//brief internal use only!</span> -<a name="l00473"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">00473</a> eMAX_TYPE_COUNT = 16, -<a name="l00474"></a>00474 -<a name="l00475"></a>00475 <span class="comment">//brief internal use only!</span> -<a name="l00476"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf3c8b1ac55d0538b1a062f683ae76a131">00476</a> eUNDEFINED = eMAX_TYPE_COUNT-1 -<a name="l00477"></a>00477 }; -<a name="l00478"></a>00478 }; -<a name="l00479"></a>00479 -<a name="l00480"></a>00480 -<a name="l00481"></a>00481 <span class="comment">// For internal use only</span> -<a name="l00482"></a><a class="code" href="structPxFilterObjectFlag.html">00482</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectFlag.html">PxFilterObjectFlag</a> -<a name="l00483"></a>00483 { -<a name="l00484"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">00484</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">Enum</a> -<a name="l00485"></a>00485 { -<a name="l00486"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">00486</a> eKINEMATIC = (1<<4), -<a name="l00487"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">00487</a> eTRIGGER = (1<<5) -<a name="l00488"></a>00488 }; -<a name="l00489"></a>00489 }; +<a name="l00440"></a>00440 +<a name="l00446"></a><a class="code" href="structPxFilterObjectType.html">00446</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> +<a name="l00447"></a>00447 { +<a name="l00448"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">00448</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">Enum</a> +<a name="l00449"></a>00449 { +<a name="l00454"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cfa2d4fccb6fa60f821cb7661a7d100124">00454</a> eRIGID_STATIC, +<a name="l00455"></a>00455 +<a name="l00460"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf25cf98409a3028d306afcdb07dc9bada">00460</a> eRIGID_DYNAMIC, +<a name="l00461"></a>00461 +<a name="l00467"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf9f616c2a37bb68bd02140f9578c992fb">00467</a> ePARTICLE_SYSTEM <a class="code" href="group__foundation.html#gfd8f8779793627061774cfcfa1b9fbd7">PX_DEPRECATED</a>, +<a name="l00468"></a>00468 +<a name="l00474"></a>00474 ePARTICLE_FLUID PX_DEPRECATED, +<a name="l00475"></a>00475 +<a name="l00480"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf84733c8624de6217f448a4bdde30d219">00480</a> eARTICULATION, +<a name="l00481"></a>00481 +<a name="l00486"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf8b5ad2155d1d501ecb296d608dc1c00d">00486</a> eCLOTH, +<a name="l00487"></a>00487 +<a name="l00488"></a>00488 <span class="comment">//brief internal use only!</span> +<a name="l00489"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">00489</a> eMAX_TYPE_COUNT = 16, <a name="l00490"></a>00490 -<a name="l00491"></a>00491 -<a name="l00497"></a><a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069">00497</a> <span class="keyword">typedef</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a>; -<a name="l00498"></a>00498 -<a name="l00499"></a>00499 -<a name="l00508"></a><a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a">00508</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a> <a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a" title="Extract filter object type from the filter attributes of a collision pair object...">PxGetFilterObjectType</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00509"></a>00509 { -<a name="l00510"></a>00510 <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a><span class="keyword">></span>( (attr & (<a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">PxFilterObjectType::eMAX_TYPE_COUNT</a>-1)) ); -<a name="l00511"></a>00511 } -<a name="l00512"></a>00512 -<a name="l00513"></a>00513 -<a name="l00522"></a><a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c">00522</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c" title="Specifies whether the collision object belongs to a kinematic rigid body.">PxFilterObjectIsKinematic</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00523"></a>00523 { -<a name="l00524"></a>00524 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">PxFilterObjectFlag::eKINEMATIC</a>) != 0); -<a name="l00525"></a>00525 } -<a name="l00526"></a>00526 -<a name="l00527"></a>00527 -<a name="l00536"></a><a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65">00536</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65" title="Specifies whether the collision object is a trigger shape.">PxFilterObjectIsTrigger</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00537"></a>00537 { -<a name="l00538"></a>00538 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">PxFilterObjectFlag::eTRIGGER</a>) != 0); -<a name="l00539"></a>00539 } -<a name="l00540"></a>00540 -<a name="l00541"></a>00541 -<a name="l00596"></a>00596 <span class="keyword">typedef</span> <a class="code" href="group__physics.html#g675117fb97324a28d3b982b47430ea02" title="Bitfield that contains a set of raised flags defined in PxFilterFlag.">PxFilterFlags</a> (*<a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3" title="Filter shader to specify handling of collision pairs.">PxSimulationFilterShader</a>) -<a name="l00597"></a><a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3">00597</a> (<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, -<a name="l00598"></a>00598 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, -<a name="l00599"></a>00599 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <span class="keyword">const</span> <span class="keywordtype">void</span>* constantBlock, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> constantBlockSize); -<a name="l00600"></a>00600 -<a name="l00601"></a>00601 -<a name="l00602"></a>00602 -<a name="l00625"></a><a class="code" href="classPxSimulationFilterCallback.html">00625</a> <span class="keyword">class </span><a class="code" href="classPxSimulationFilterCallback.html" title="Filter callback to specify handling of collision pairs.">PxSimulationFilterCallback</a> -<a name="l00626"></a>00626 { -<a name="l00627"></a>00627 <span class="keyword">public</span>: -<a name="l00628"></a>00628 -<a name="l00652"></a>00652 <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxFilterFlags</a> pairFound( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, -<a name="l00653"></a>00653 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a0, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s0, -<a name="l00654"></a>00654 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a1, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s1, -<a name="l00655"></a>00655 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags) = 0; -<a name="l00656"></a>00656 -<a name="l00672"></a>00672 <span class="keyword">virtual</span> <span class="keywordtype">void</span> pairLost( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, -<a name="l00673"></a>00673 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, -<a name="l00674"></a>00674 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, -<a name="l00675"></a>00675 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, -<a name="l00676"></a>00676 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, -<a name="l00677"></a>00677 <span class="keywordtype">bool</span> objectRemoved) = 0; -<a name="l00678"></a>00678 -<a name="l00701"></a>00701 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> statusChange(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& pairID, <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <a class="code" href="classPxFlags.html">PxFilterFlags</a>& filterFlags) = 0; -<a name="l00702"></a>00702 -<a name="l00703"></a>00703 <span class="keyword">protected</span>: -<a name="l00704"></a><a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">00704</a> <span class="keyword">virtual</span> <a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">~PxSimulationFilterCallback</a>() {} -<a name="l00705"></a>00705 }; -<a name="l00706"></a>00706 -<a name="l00707"></a>00707 -<a name="l00708"></a><a class="code" href="structPxFilterInfo.html">00708</a> <span class="keyword">struct </span><a class="code" href="structPxFilterInfo.html">PxFilterInfo</a> -<a name="l00709"></a>00709 { -<a name="l00710"></a><a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">00710</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">PxFilterInfo</a>() : filterFlags(0), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} -<a name="l00711"></a><a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">00711</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">PxFilterInfo</a>(<a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags_) : filterFlags(filterFlags_), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} -<a name="l00712"></a>00712 -<a name="l00713"></a><a class="code" href="structPxFilterInfo.html#6f6d5276c2ddf9b9e98ed66eceddde53">00713</a> <a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags; -<a name="l00714"></a><a class="code" href="structPxFilterInfo.html#7849bbb07b6c94c1773fc5746cabbff7">00714</a> <a class="code" href="classPxFlags.html">PxPairFlags</a> pairFlags; -<a name="l00715"></a><a class="code" href="structPxFilterInfo.html#659c06ae11aaedb8a8ba037e325cd27e">00715</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> filterPairIndex; -<a name="l00716"></a>00716 }; -<a name="l00717"></a>00717 -<a name="l00718"></a><a class="code" href="structPxPairFilteringMode.html">00718</a> <span class="keyword">struct </span><a class="code" href="structPxPairFilteringMode.html">PxPairFilteringMode</a> -<a name="l00719"></a>00719 { -<a name="l00720"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">00720</a> <span class="keyword">enum</span> <a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">Enum</a> -<a name="l00721"></a>00721 { -<a name="l00726"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761515ecf48d452c22f6fb755df16919eca4">00726</a> eKEEP, -<a name="l00727"></a>00727 -<a name="l00732"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761590ed10dc7c31e894ffc5cff471c91537">00732</a> eSUPPRESS, +<a name="l00491"></a>00491 <span class="comment">//brief internal use only!</span> +<a name="l00492"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf3c8b1ac55d0538b1a062f683ae76a131">00492</a> eUNDEFINED = eMAX_TYPE_COUNT-1 +<a name="l00493"></a>00493 }; +<a name="l00494"></a>00494 }; +<a name="l00495"></a>00495 +<a name="l00496"></a>00496 +<a name="l00497"></a>00497 <span class="comment">// For internal use only</span> +<a name="l00498"></a><a class="code" href="structPxFilterObjectFlag.html">00498</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectFlag.html">PxFilterObjectFlag</a> +<a name="l00499"></a>00499 { +<a name="l00500"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">00500</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">Enum</a> +<a name="l00501"></a>00501 { +<a name="l00502"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">00502</a> eKINEMATIC = (1<<4), +<a name="l00503"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">00503</a> eTRIGGER = (1<<5) +<a name="l00504"></a>00504 }; +<a name="l00505"></a>00505 }; +<a name="l00506"></a>00506 +<a name="l00507"></a>00507 +<a name="l00513"></a><a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069">00513</a> <span class="keyword">typedef</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a>; +<a name="l00514"></a>00514 +<a name="l00515"></a>00515 +<a name="l00524"></a><a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a">00524</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a> <a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a" title="Extract filter object type from the filter attributes of a collision pair object...">PxGetFilterObjectType</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00525"></a>00525 { +<a name="l00526"></a>00526 <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a><span class="keyword">></span>( (attr & (<a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">PxFilterObjectType::eMAX_TYPE_COUNT</a>-1)) ); +<a name="l00527"></a>00527 } +<a name="l00528"></a>00528 +<a name="l00529"></a>00529 +<a name="l00538"></a><a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c">00538</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c" title="Specifies whether the collision object belongs to a kinematic rigid body.">PxFilterObjectIsKinematic</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00539"></a>00539 { +<a name="l00540"></a>00540 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">PxFilterObjectFlag::eKINEMATIC</a>) != 0); +<a name="l00541"></a>00541 } +<a name="l00542"></a>00542 +<a name="l00543"></a>00543 +<a name="l00552"></a><a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65">00552</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65" title="Specifies whether the collision object is a trigger shape.">PxFilterObjectIsTrigger</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00553"></a>00553 { +<a name="l00554"></a>00554 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">PxFilterObjectFlag::eTRIGGER</a>) != 0); +<a name="l00555"></a>00555 } +<a name="l00556"></a>00556 +<a name="l00557"></a>00557 +<a name="l00612"></a>00612 <span class="keyword">typedef</span> <a class="code" href="group__physics.html#g675117fb97324a28d3b982b47430ea02" title="Bitfield that contains a set of raised flags defined in PxFilterFlag.">PxFilterFlags</a> (*<a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3" title="Filter shader to specify handling of collision pairs.">PxSimulationFilterShader</a>) +<a name="l00613"></a><a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3">00613</a> (<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, +<a name="l00614"></a>00614 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, +<a name="l00615"></a>00615 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <span class="keyword">const</span> <span class="keywordtype">void</span>* constantBlock, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> constantBlockSize); +<a name="l00616"></a>00616 +<a name="l00617"></a>00617 +<a name="l00618"></a>00618 +<a name="l00641"></a><a class="code" href="classPxSimulationFilterCallback.html">00641</a> <span class="keyword">class </span><a class="code" href="classPxSimulationFilterCallback.html" title="Filter callback to specify handling of collision pairs.">PxSimulationFilterCallback</a> +<a name="l00642"></a>00642 { +<a name="l00643"></a>00643 <span class="keyword">public</span>: +<a name="l00644"></a>00644 +<a name="l00668"></a>00668 <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxFilterFlags</a> pairFound( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, +<a name="l00669"></a>00669 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a0, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s0, +<a name="l00670"></a>00670 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a1, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s1, +<a name="l00671"></a>00671 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags) = 0; +<a name="l00672"></a>00672 +<a name="l00688"></a>00688 <span class="keyword">virtual</span> <span class="keywordtype">void</span> pairLost( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, +<a name="l00689"></a>00689 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, +<a name="l00690"></a>00690 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, +<a name="l00691"></a>00691 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, +<a name="l00692"></a>00692 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, +<a name="l00693"></a>00693 <span class="keywordtype">bool</span> objectRemoved) = 0; +<a name="l00694"></a>00694 +<a name="l00717"></a>00717 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> statusChange(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& pairID, <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <a class="code" href="classPxFlags.html">PxFilterFlags</a>& filterFlags) = 0; +<a name="l00718"></a>00718 +<a name="l00719"></a>00719 <span class="keyword">protected</span>: +<a name="l00720"></a><a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">00720</a> <span class="keyword">virtual</span> <a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">~PxSimulationFilterCallback</a>() {} +<a name="l00721"></a>00721 }; +<a name="l00722"></a>00722 +<a name="l00723"></a>00723 +<a name="l00724"></a><a class="code" href="structPxFilterInfo.html">00724</a> <span class="keyword">struct </span><a class="code" href="structPxFilterInfo.html">PxFilterInfo</a> +<a name="l00725"></a>00725 { +<a name="l00726"></a><a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">00726</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">PxFilterInfo</a>() : filterFlags(0), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} +<a name="l00727"></a><a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">00727</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">PxFilterInfo</a>(<a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags_) : filterFlags(filterFlags_), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} +<a name="l00728"></a>00728 +<a name="l00729"></a><a class="code" href="structPxFilterInfo.html#6f6d5276c2ddf9b9e98ed66eceddde53">00729</a> <a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags; +<a name="l00730"></a><a class="code" href="structPxFilterInfo.html#7849bbb07b6c94c1773fc5746cabbff7">00730</a> <a class="code" href="classPxFlags.html">PxPairFlags</a> pairFlags; +<a name="l00731"></a><a class="code" href="structPxFilterInfo.html#659c06ae11aaedb8a8ba037e325cd27e">00731</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> filterPairIndex; +<a name="l00732"></a>00732 }; <a name="l00733"></a>00733 -<a name="l00737"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615d053cb78e88913567e0cb208ea2c458c">00737</a> eKILL, -<a name="l00738"></a>00738 -<a name="l00742"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615464ca27835cd3bfe25854b99b6940c71">00742</a> eDEFAULT -<a name="l00743"></a>00743 }; -<a name="l00744"></a>00744 }; -<a name="l00745"></a>00745 -<a name="l00746"></a>00746 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00747"></a>00747 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> -<a name="l00748"></a>00748 <span class="preprocessor">#endif</span> -<a name="l00749"></a>00749 <span class="preprocessor"></span> -<a name="l00751"></a>00751 <span class="preprocessor">#endif</span> +<a name="l00734"></a><a class="code" href="structPxPairFilteringMode.html">00734</a> <span class="keyword">struct </span><a class="code" href="structPxPairFilteringMode.html">PxPairFilteringMode</a> +<a name="l00735"></a>00735 { +<a name="l00736"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">00736</a> <span class="keyword">enum</span> <a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">Enum</a> +<a name="l00737"></a>00737 { +<a name="l00742"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761515ecf48d452c22f6fb755df16919eca4">00742</a> eKEEP, +<a name="l00743"></a>00743 +<a name="l00748"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761590ed10dc7c31e894ffc5cff471c91537">00748</a> eSUPPRESS, +<a name="l00749"></a>00749 +<a name="l00753"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615d053cb78e88913567e0cb208ea2c458c">00753</a> eKILL, +<a name="l00754"></a>00754 +<a name="l00758"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615464ca27835cd3bfe25854b99b6940c71">00758</a> eDEFAULT +<a name="l00759"></a>00759 }; +<a name="l00760"></a>00760 }; +<a name="l00761"></a>00761 +<a name="l00762"></a>00762 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00763"></a>00763 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> +<a name="l00764"></a>00764 <span class="preprocessor">#endif</span> +<a name="l00765"></a>00765 <span class="preprocessor"></span> +<a name="l00767"></a>00767 <span class="preprocessor">#endif</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html index 982913a9..ccd2a53f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html @@ -37,7 +37,7 @@ This graph shows which files directly or indirectly include this file:</div> <div class="dynsection"> <p><center><img src="PxHeightFieldSample_8h__dep__incl.png" border="0" usemap="#PxHeightFieldSample.hdep_map" alt=""></center> <map name="PxHeightFieldSample.hdep_map"> -<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="29,85,128,107"></map> +<area shape="rect" href="PxHeightField_8h.html" title="PxHeightField.h" alt="PxHeightField.h" coords="7,85,108,106"><area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="52,154,151,176"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png Binary files differindex 634a15cb..e7534bbe 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html index 97288739..8e23f7a6 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html @@ -52,64 +52,67 @@ <a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define PX_PHYSICS_GEOMUTILS_NX_HEIGHTFIELD</span> <a name="l00033"></a>00033 <span class="preprocessor"></span> <a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="PxHeightFieldFlag_8h.html">geometry/PxHeightFieldFlag.h</a>"</span> -<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="PxBase_8h.html">common/PxBase.h</a>"</span> -<a name="l00039"></a>00039 -<a name="l00040"></a>00040 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="keyword">namespace </span>physx -<a name="l00042"></a>00042 { -<a name="l00043"></a>00043 <span class="preprocessor">#endif</span> -<a name="l00044"></a>00044 <span class="preprocessor"></span> -<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>; -<a name="l00046"></a>00046 -<a name="l00084"></a><a class="code" href="classPxHeightField.html">00084</a> <span class="keyword">class </span><a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> : <span class="keyword">public</span> <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> -<a name="l00085"></a>00085 { -<a name="l00086"></a>00086 <span class="keyword">public</span>: -<a name="l00092"></a>00092 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> release() = 0; -<a name="l00093"></a>00093 -<a name="l00106"></a>00106 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> saveCells(<span class="keywordtype">void</span>* destBuffer, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> destBufferSize) <span class="keyword">const</span> = 0; -<a name="l00107"></a>00107 -<a name="l00128"></a>00128 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> modifySamples(<a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startCol, <a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startRow, <span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& subfieldDesc, <span class="keywordtype">bool</span> shrinkBounds = <span class="keyword">false</span>) = 0; -<a name="l00129"></a>00129 -<a name="l00137"></a>00137 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbRows() <span class="keyword">const</span> = 0; -<a name="l00138"></a>00138 -<a name="l00146"></a>00146 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbColumns() <span class="keyword">const</span> = 0; -<a name="l00147"></a>00147 -<a name="l00155"></a>00155 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="structPxHeightFieldFormat.html#d28e3afa439f8ff1df6067288c46d9c5">PxHeightFieldFormat::Enum</a> getFormat() <span class="keyword">const</span> = 0; -<a name="l00156"></a>00156 -<a name="l00164"></a>00164 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getSampleStride() <span class="keyword">const</span> = 0; -<a name="l00165"></a>00165 -<a name="l00173"></a>00173 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getThickness() <span class="keyword">const</span> = 0; -<a name="l00174"></a>00174 -<a name="l00182"></a>00182 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getConvexEdgeThreshold() <span class="keyword">const</span> = 0; -<a name="l00183"></a>00183 -<a name="l00191"></a>00191 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxHeightFieldFlags</a> getFlags() <span class="keyword">const</span> = 0; -<a name="l00192"></a>00192 -<a name="l00198"></a>00198 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getHeight(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> x, <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> z) <span class="keyword">const</span> = 0; -<a name="l00199"></a>00199 -<a name="l00208"></a>00208 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getReferenceCount() <span class="keyword">const</span> = 0; -<a name="l00209"></a>00209 -<a name="l00215"></a>00215 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> acquireReference() = 0; -<a name="l00216"></a>00216 -<a name="l00225"></a>00225 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="group__common.html#gc816bc62a68a52f01bf21f963295e822">PxMaterialTableIndex</a> getTriangleMaterialIndex(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; -<a name="l00226"></a>00226 -<a name="l00235"></a>00235 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxVec3.html" title="3 Element vector class.">PxVec3</a> getTriangleNormal(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; -<a name="l00236"></a>00236 -<a name="l00245"></a>00245 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getTimestamp() <span class="keyword">const</span> = 0; +<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="PxHeightFieldSample_8h.html">geometry/PxHeightFieldSample.h</a>"</span> +<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="PxBase_8h.html">common/PxBase.h</a>"</span> +<a name="l00040"></a>00040 +<a name="l00041"></a>00041 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="keyword">namespace </span>physx +<a name="l00043"></a>00043 { +<a name="l00044"></a>00044 <span class="preprocessor">#endif</span> +<a name="l00045"></a>00045 <span class="preprocessor"></span> +<a name="l00046"></a>00046 <span class="keyword">class </span><a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>; +<a name="l00047"></a>00047 +<a name="l00085"></a><a class="code" href="classPxHeightField.html">00085</a> <span class="keyword">class </span><a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> : <span class="keyword">public</span> <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> +<a name="l00086"></a>00086 { +<a name="l00087"></a>00087 <span class="keyword">public</span>: +<a name="l00093"></a>00093 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> release() = 0; +<a name="l00094"></a>00094 +<a name="l00107"></a>00107 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> saveCells(<span class="keywordtype">void</span>* destBuffer, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> destBufferSize) <span class="keyword">const</span> = 0; +<a name="l00108"></a>00108 +<a name="l00129"></a>00129 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> modifySamples(<a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startCol, <a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startRow, <span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& subfieldDesc, <span class="keywordtype">bool</span> shrinkBounds = <span class="keyword">false</span>) = 0; +<a name="l00130"></a>00130 +<a name="l00138"></a>00138 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbRows() <span class="keyword">const</span> = 0; +<a name="l00139"></a>00139 +<a name="l00147"></a>00147 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbColumns() <span class="keyword">const</span> = 0; +<a name="l00148"></a>00148 +<a name="l00156"></a>00156 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="structPxHeightFieldFormat.html#d28e3afa439f8ff1df6067288c46d9c5">PxHeightFieldFormat::Enum</a> getFormat() <span class="keyword">const</span> = 0; +<a name="l00157"></a>00157 +<a name="l00165"></a>00165 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getSampleStride() <span class="keyword">const</span> = 0; +<a name="l00166"></a>00166 +<a name="l00174"></a>00174 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getThickness() <span class="keyword">const</span> = 0; +<a name="l00175"></a>00175 +<a name="l00183"></a>00183 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getConvexEdgeThreshold() <span class="keyword">const</span> = 0; +<a name="l00184"></a>00184 +<a name="l00192"></a>00192 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxHeightFieldFlags</a> getFlags() <span class="keyword">const</span> = 0; +<a name="l00193"></a>00193 +<a name="l00199"></a>00199 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getHeight(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> x, <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> z) <span class="keyword">const</span> = 0; +<a name="l00200"></a>00200 +<a name="l00209"></a>00209 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getReferenceCount() <span class="keyword">const</span> = 0; +<a name="l00210"></a>00210 +<a name="l00216"></a>00216 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> acquireReference() = 0; +<a name="l00217"></a>00217 +<a name="l00226"></a>00226 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="group__common.html#gc816bc62a68a52f01bf21f963295e822">PxMaterialTableIndex</a> getTriangleMaterialIndex(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; +<a name="l00227"></a>00227 +<a name="l00236"></a>00236 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxVec3.html" title="3 Element vector class.">PxVec3</a> getTriangleNormal(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; +<a name="l00237"></a>00237 +<a name="l00245"></a>00245 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="structPxHeightFieldSample.html" title="Heightfield sample format.">PxHeightFieldSample</a>& getSample(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> row, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> column) <span class="keyword">const</span> = 0; <a name="l00246"></a>00246 -<a name="l00247"></a><a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc">00247</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc" title="Returns string name of dynamic type.">getConcreteTypeName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">"PxHeightField"</span>; } -<a name="l00248"></a>00248 -<a name="l00249"></a>00249 <span class="keyword">protected</span>: -<a name="l00250"></a><a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">00250</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">PxHeightField</a>(<a class="code" href="group__common.html#gc1fb4b256a5d900d394e89db170a2b79">PxType</a> concreteType, <a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(concreteType, baseFlags) {} -<a name="l00251"></a><a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">00251</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">PxHeightField</a>(<a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(baseFlags) {} -<a name="l00252"></a><a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">00252</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">~PxHeightField</a>() {} -<a name="l00253"></a><a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">00253</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2" title="Returns whether a given type name matches with the type of this instance.">isKindOf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !::strcmp(<span class="stringliteral">"PxHeightField"</span>, name) || <a class="code" href="classPxBase.html#ae9d444c7cfd1715a101350a1b1226ef" title="Returns whether a given type name matches with the type of this instance.">PxBase::isKindOf</a>(name); } -<a name="l00254"></a>00254 }; -<a name="l00255"></a>00255 -<a name="l00256"></a>00256 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00257"></a>00257 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> -<a name="l00258"></a>00258 <span class="preprocessor">#endif</span> -<a name="l00259"></a>00259 <span class="preprocessor"></span> -<a name="l00261"></a>00261 <span class="preprocessor">#endif</span> +<a name="l00255"></a>00255 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getTimestamp() <span class="keyword">const</span> = 0; +<a name="l00256"></a>00256 +<a name="l00257"></a><a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc">00257</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc" title="Returns string name of dynamic type.">getConcreteTypeName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">"PxHeightField"</span>; } +<a name="l00258"></a>00258 +<a name="l00259"></a>00259 <span class="keyword">protected</span>: +<a name="l00260"></a><a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">00260</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">PxHeightField</a>(<a class="code" href="group__common.html#gc1fb4b256a5d900d394e89db170a2b79">PxType</a> concreteType, <a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(concreteType, baseFlags) {} +<a name="l00261"></a><a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">00261</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">PxHeightField</a>(<a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(baseFlags) {} +<a name="l00262"></a><a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">00262</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">~PxHeightField</a>() {} +<a name="l00263"></a><a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">00263</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2" title="Returns whether a given type name matches with the type of this instance.">isKindOf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !::strcmp(<span class="stringliteral">"PxHeightField"</span>, name) || <a class="code" href="classPxBase.html#ae9d444c7cfd1715a101350a1b1226ef" title="Returns whether a given type name matches with the type of this instance.">PxBase::isKindOf</a>(name); } +<a name="l00264"></a>00264 }; +<a name="l00265"></a>00265 +<a name="l00266"></a>00266 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00267"></a>00267 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> +<a name="l00268"></a>00268 <span class="preprocessor">#endif</span> +<a name="l00269"></a>00269 <span class="preprocessor"></span> +<a name="l00271"></a>00271 <span class="preprocessor">#endif</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html index 0991a00b..8fce656f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html @@ -20,6 +20,7 @@ <!-- Generated by Doxygen 1.5.8 --> <div class="contents"> <h1>PxHeightField.h File Reference</h1><code>#include "<a class="el" href="PxHeightFieldFlag_8h-source.html">geometry/PxHeightFieldFlag.h</a>"</code><br> +<code>#include "<a class="el" href="PxHeightFieldSample_8h-source.html">geometry/PxHeightFieldSample.h</a>"</code><br> <code>#include "<a class="el" href="PxBase_8h-source.html">common/PxBase.h</a>"</code><br> <p> @@ -28,7 +29,7 @@ Include dependency graph for PxHeightField.h:</div> <div class="dynsection"> <p><center><img src="PxHeightField_8h__incl.png" border="0" usemap="#PxHeightField.h_map" alt=""></center> <map name="PxHeightField.h_map"> -<area shape="rect" href="PxHeightFieldFlag_8h.html" title="geometry/PxHeightFieldFlag.h" alt="geometry/PxHeightFieldFlag.h" coords="7,85,191,106"><area shape="rect" href="PxBase_8h.html" title="common/PxBase.h" alt="common/PxBase.h" coords="216,85,336,106"><area shape="rect" href="PxFlags_8h.html" title="foundation/PxFlags.h" alt="foundation/PxFlags.h" coords="31,154,159,176"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="229,362,328,384"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="203,432,379,453"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="65,501,241,522"><area shape="rect" href="PxSerialFramework_8h.html" title="PxSerialFramework.h" alt="PxSerialFramework.h" coords="132,224,265,245"><area shape="rect" href="PxCollection_8h.html" title="PxCollection.h" alt="PxCollection.h" coords="233,154,324,176"><area shape="rect" href="PxTypeInfo_8h.html" title="common/PxTypeInfo.h" alt="common/PxTypeInfo.h" coords="289,224,425,245"><area shape="rect" href="PxPhysXCommonConfig_8h.html" title="common/PxPhysXCommonConfig.h" alt="common/PxPhysXCommonConfig.h" coords="171,293,387,314"></map> +<area shape="rect" href="PxHeightFieldFlag_8h.html" title="geometry/PxHeightFieldFlag.h" alt="geometry/PxHeightFieldFlag.h" coords="7,85,191,106"><area shape="rect" href="PxHeightFieldSample_8h.html" title="geometry/PxHeightFieldSample.h" alt="geometry/PxHeightFieldSample.h" coords="88,224,293,245"><area shape="rect" href="PxBase_8h.html" title="common/PxBase.h" alt="common/PxBase.h" coords="303,85,423,106"><area shape="rect" href="PxFlags_8h.html" title="foundation/PxFlags.h" alt="foundation/PxFlags.h" coords="35,154,163,176"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="197,362,296,384"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="228,432,404,453"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="91,501,267,522"><area shape="rect" href="PxPhysXCommonConfig_8h.html" title="common/PxPhysXCommonConfig.h" alt="common/PxPhysXCommonConfig.h" coords="285,293,501,314"><area shape="rect" href="PxBitAndData_8h.html" title="foundation/PxBitAndData.h" alt="foundation/PxBitAndData.h" coords="101,293,261,314"><area shape="rect" href="PxSerialFramework_8h.html" title="PxSerialFramework.h" alt="PxSerialFramework.h" coords="317,224,451,245"><area shape="rect" href="PxCollection_8h.html" title="PxCollection.h" alt="PxCollection.h" coords="359,154,449,176"><area shape="rect" href="PxTypeInfo_8h.html" title="common/PxTypeInfo.h" alt="common/PxTypeInfo.h" coords="475,224,611,245"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png Binary files differindex e996c3cf..5f56a16e 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png Binary files differindex 125a2c6d..302992c3 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html index fed4c020..0e5cf305 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html @@ -136,7 +136,7 @@ <a name="l00353"></a>00353 <a name="l00354"></a>00354 <span class="comment">/*\brief Enables the GPU dynamics pipeline</span> <a name="l00355"></a>00355 <span class="comment"></span> -<a name="l00356"></a>00356 <span class="comment"> When set to true, a CUDA 2.0 or above-enabled NVIDIA GPU is present and the GPU dispatcher has been configured, this will run the GPU dynamics pipelin instead of the CPU dynamics pipeline.</span> +<a name="l00356"></a>00356 <span class="comment"> When set to true, a CUDA ARCH 3.0 or above-enabled NVIDIA GPU is present and the GPU dispatcher has been configured, this will run the GPU dynamics pipelin instead of the CPU dynamics pipeline.</span> <a name="l00357"></a>00357 <span class="comment"></span> <a name="l00358"></a>00358 <span class="comment"> Note that this flag is not mutable and must be set in PxSceneDesc at scene creation.</span> <a name="l00359"></a>00359 <span class="comment"> */</span> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png Binary files differindex ae29b717..6cf3de03 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html index 59f32878..df8fa503 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html @@ -313,7 +313,7 @@ Returns whether a given type name matches with the type of this instance. <p>Reimplemented in <a class="el" href="classPxActor.html#fe6ddb3480f61350f60496c2e903c5c7">PxActor</a>, <a class="el" href="classPxAggregate.html#1e0c26f3a6785c99802e6ef8dd9f7625">PxAggregate</a>, <a class="el" href="classPxArticulation.html#ebd44e6ecdffe21d718935245277e55a">PxArticulation</a>, <a class="el" href="classPxArticulationJoint.html#713c786ca5a9d2a93d3b5e8d3cb6943d">PxArticulationJoint</a>, <a class="el" href="classPxArticulationLink.html#45d7a988876af31572acca1376401c18">PxArticulationLink</a>, <a class="el" href="classPxConstraint.html#dc7e64a1dc17a8713d91d5be6dc39bb9">PxConstraint</a>, <a class="el" href="classPxMaterial.html#51a36ceb87a3713a997e498b012e9ebd">PxMaterial</a>, <a class="el" href="classPxPruningStructure.html#e98909cff0cdd4acaa494e760380004d">PxPruningStructure</a>, <a class="el" href="classPxRigidActor.html#e644382039f621f73ca7db7aa9d2e0cf">PxRigidActor</a>, <a class="el" href="classPxRigidBody.html#d2e17e08871d8a2f492aee495550a0a0">PxRigidBody</a>, <a class="el" href="classPxRigidDynamic.html#0ed60c0a05771d8679069a46b778f8f8">PxRigidDynamic</a>, <a class="el" href="classPxRigidStatic.html#b8f40a26cecf625a44d573d611e20842">PxRigidStatic</a>, <a class="el" href="classPxShape.html#1bcf5d308c093487d38bf773f5e3f1c2">PxShape</a>, <a class="el" href="classPxCloth.html#0f88ba159c4c72515ab36340d2c2dcbf">PxCloth</a>, <a class="el" href="classPxClothFabric.html#be572798a8088bf4712bc9dc9a65001f">PxClothFabric</a>, <a class="el" href="classPxD6Joint.html#6beea386f0d7451ab3ba94148a5da298">PxD6Joint</a>, <a class="el" href="classPxDistanceJoint.html#776679114f757961f63b9fd12c2dbae5">PxDistanceJoint</a>, <a class="el" href="classPxFixedJoint.html#5104a08772b4a89d470c8979531825e3">PxFixedJoint</a>, <a class="el" href="classPxJoint.html#bf37afb8ce63b5402cf69ab6e9344b28">PxJoint</a>, <a class="el" href="classPxPrismaticJoint.html#78899fed02686ce4b734cf07a801896d">PxPrismaticJoint</a>, <a class="el" href="classPxRevoluteJoint.html#572ee73d78d99e09f6e7a2eb3dcb15f0">PxRevoluteJoint</a>, <a class="el" href="classPxSphericalJoint.html#2fa42a5334d0b2395dec6b2be0909dd3">PxSphericalJoint</a>, <a class="el" href="classPxConvexMesh.html#83fcfce5eb9b19deab9430ae0acc0e0a">PxConvexMesh</a>, <a class="el" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">PxHeightField</a>, <a class="el" href="classPxTriangleMesh.html#3a8e22d30966c97fb0686dfae276d67a">PxTriangleMesh</a>, <a class="el" href="classPxBVH33TriangleMesh.html#7ca6d7f49dd4c5f7cf5e38dac11a2115">PxBVH33TriangleMesh</a>, <a class="el" href="classPxBVH34TriangleMesh.html#e0d6eb64efb99cba55444c94f265d70f">PxBVH34TriangleMesh</a>, <a class="el" href="classPxParticleBase.html#61ea48642f847d81588a2c9e442fe8a0">PxParticleBase</a>, <a class="el" href="classPxParticleFluid.html#0db52e5bf2c3ba3ee1e4c2eec3a18a74">PxParticleFluid</a>, <a class="el" href="classPxParticleSystem.html#5ca70971bfaa280a0401152ce3fc5fe6">PxParticleSystem</a>, <a class="el" href="classPxVehicleDrive.html#19c6167aadc9202fcb1bc59c376409c1">PxVehicleDrive</a>, <a class="el" href="classPxVehicleDrive4W.html#312ca7d7afa7961e986347f5681e3144">PxVehicleDrive4W</a>, <a class="el" href="classPxVehicleDriveNW.html#1a00b208ede629e459d96bf0b213c87a">PxVehicleDriveNW</a>, <a class="el" href="classPxVehicleDriveTank.html#f22ba01c4f83be7141c8d96a30185615">PxVehicleDriveTank</a>, <a class="el" href="classPxVehicleNoDrive.html#e6115dc7e2bf9a1a8f73d39c88ac8a65">PxVehicleNoDrive</a>, and <a class="el" href="classPxVehicleWheels.html#dc581b466ddace41b7592df8cf54b69a">PxVehicleWheels</a>.</p> -<p>Referenced by <a class="el" href="PxVehicleWheels_8h-source.html#l00792">PxVehicleWheels::isKindOf()</a>, <a class="el" href="PxVehicleNoDrive_8h-source.html#l00201">PxVehicleNoDrive::isKindOf()</a>, <a class="el" href="PxVehicleDriveTank_8h-source.html#l00268">PxVehicleDriveTank::isKindOf()</a>, <a class="el" href="PxVehicleDriveNW_8h-source.html#l00225">PxVehicleDriveNW::isKindOf()</a>, <a class="el" href="PxVehicleDrive4W_8h-source.html#l00264">PxVehicleDrive4W::isKindOf()</a>, <a class="el" href="PxVehicleDrive_8h-source.html#l00556">PxVehicleDrive::isKindOf()</a>, <a class="el" href="PxTriangleMesh_8h-source.html#l00278">PxTriangleMesh::isKindOf()</a>, <a class="el" href="PxShape_8h-source.html#l00574">PxShape::isKindOf()</a>, <a class="el" href="PxPruningStructure_8h-source.html#l00100">PxPruningStructure::isKindOf()</a>, <a class="el" href="PxMaterial_8h-source.html#l00315">PxMaterial::isKindOf()</a>, <a class="el" href="PxJoint_8h-source.html#l00400">PxJoint::isKindOf()</a>, <a class="el" href="PxHeightField_8h-source.html#l00253">PxHeightField::isKindOf()</a>, <a class="el" href="PxConvexMesh_8h-source.html#l00189">PxConvexMesh::isKindOf()</a>, <a class="el" href="PxConstraint_8h-source.html#l00290">PxConstraint::isKindOf()</a>, <a class="el" href="PxClothFabric_8h-source.html#l00340">PxClothFabric::isKindOf()</a>, <a class="el" href="PxArticulationJoint_8h-source.html#l00490">PxArticulationJoint::isKindOf()</a>, <a class="el" href="PxArticulation_8h-source.html#l00520">PxArticulation::isKindOf()</a>, <a class="el" href="PxAggregate_8h-source.html#l00197">PxAggregate::isKindOf()</a>, and <a class="el" href="PxActor_8h-source.html#l00377">PxActor::isKindOf()</a>.</p> +<p>Referenced by <a class="el" href="PxVehicleWheels_8h-source.html#l00792">PxVehicleWheels::isKindOf()</a>, <a class="el" href="PxVehicleNoDrive_8h-source.html#l00201">PxVehicleNoDrive::isKindOf()</a>, <a class="el" href="PxVehicleDriveTank_8h-source.html#l00268">PxVehicleDriveTank::isKindOf()</a>, <a class="el" href="PxVehicleDriveNW_8h-source.html#l00225">PxVehicleDriveNW::isKindOf()</a>, <a class="el" href="PxVehicleDrive4W_8h-source.html#l00264">PxVehicleDrive4W::isKindOf()</a>, <a class="el" href="PxVehicleDrive_8h-source.html#l00556">PxVehicleDrive::isKindOf()</a>, <a class="el" href="PxTriangleMesh_8h-source.html#l00278">PxTriangleMesh::isKindOf()</a>, <a class="el" href="PxShape_8h-source.html#l00574">PxShape::isKindOf()</a>, <a class="el" href="PxPruningStructure_8h-source.html#l00100">PxPruningStructure::isKindOf()</a>, <a class="el" href="PxMaterial_8h-source.html#l00315">PxMaterial::isKindOf()</a>, <a class="el" href="PxJoint_8h-source.html#l00400">PxJoint::isKindOf()</a>, <a class="el" href="PxHeightField_8h-source.html#l00263">PxHeightField::isKindOf()</a>, <a class="el" href="PxConvexMesh_8h-source.html#l00189">PxConvexMesh::isKindOf()</a>, <a class="el" href="PxConstraint_8h-source.html#l00290">PxConstraint::isKindOf()</a>, <a class="el" href="PxClothFabric_8h-source.html#l00340">PxClothFabric::isKindOf()</a>, <a class="el" href="PxArticulationJoint_8h-source.html#l00490">PxArticulationJoint::isKindOf()</a>, <a class="el" href="PxArticulation_8h-source.html#l00520">PxArticulation::isKindOf()</a>, <a class="el" href="PxAggregate_8h-source.html#l00197">PxAggregate::isKindOf()</a>, and <a class="el" href="PxActor_8h-source.html#l00377">PxActor::isKindOf()</a>.</p> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html index 20befef0..91f6cdec 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html @@ -31,6 +31,7 @@ <tr class="memlist"><td><a class="el" href="classPxHeightField.html#deb227d057ba7949ad536a26ad75adab">getNbColumns</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#9c23959bd90dd2acf493e4a4a85b8b2e">getNbRows</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">getReferenceCount</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">getSample</a>(PxU32 row, PxU32 column) const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">getSampleStride</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#3d1c8423fdb42c8707102f4785fee97a">getThickness</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe">getTimestamp</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html index 358493f5..3bb300b5 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html @@ -94,6 +94,10 @@ Collaboration diagram for PxHeightField:</div> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <a class="el" href="classPxVec3.html">PxVec3</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">getTriangleNormal</a> (<a class="el" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) const =0</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a triangle face normal for a given triangle index. <a href="#36357857037f9fcb257e4c4ec8b85a04"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <br class="typebreak"> +const <a class="el" href="structPxHeightFieldSample.html">PxHeightFieldSample</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">getSample</a> (<a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> row, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> column) const =0</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns heightfield sample of given row and column. <a href="#15f91d308f23a987dc672614aa64d5fa"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe">getTimestamp</a> () const =0</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the number of times the heightfield data has been modified. <a href="#e4136344e0c9ed9c773c304bc87690fe"></a><br></td></tr> @@ -418,6 +422,44 @@ At creation, the reference count of the heightfield is 1. Every shape referencin </div> </div><p> +<a class="anchor" name="15f91d308f23a987dc672614aa64d5fa"></a><!-- doxytag: member="PxHeightField::getSample" ref="15f91d308f23a987dc672614aa64d5fa" args="(PxU32 row, PxU32 column) const =0" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">virtual PX_PHYSX_COMMON_API const <a class="el" href="structPxHeightFieldSample.html">PxHeightFieldSample</a>& PxHeightField::getSample </td> + <td>(</td> + <td class="paramtype"><a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td> + <td class="paramname"> <em>row</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"><a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td> + <td class="paramname"> <em>column</em></td><td> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Returns heightfield sample of given row and column. +<p> +<dl compact><dt><b>Parameters:</b></dt><dd> + <table border="0" cellspacing="2" cellpadding="0"> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>row</em> </td><td>Given heightfield row </td></tr> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>column</em> </td><td>Given heightfield column </td></tr> + </table> +</dl> +<dl class="return" compact><dt><b>Returns:</b></dt><dd>Heightfield sample </dd></dl> + +</div> +</div><p> <a class="anchor" name="34935489b77f6d386bdfe15b4f10b00e"></a><!-- doxytag: member="PxHeightField::getSampleStride" ref="34935489b77f6d386bdfe15b4f10b00e" args="() const =0" --> <div class="memitem"> <div class="memproto"> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html index b919bbf3..14468af9 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html @@ -412,7 +412,7 @@ Returns whether the collection is serializable with the externalReferences colle <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> +A serializable object is <b>subordinate</b> if it cannot be serialized on its 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> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html b/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html index 8bda85a2..0bc98be7 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html @@ -90,7 +90,7 @@ <hr><a name="_details"></a><h2>Detailed Description</h2> The <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface. <p> -A <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> instance holds references to user-provided dispatcher objects, when tasks are submitted the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> routes them to the appropriate dispatcher and handles task profiling if enabled. Users should not implement the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface, the SDK creates it's own concrete <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> object per-scene which users can configure by passing dispatcher objects into the <a class="el" href="classPxSceneDesc.html" title="Descriptor class for scenes. See PxScene.">PxSceneDesc</a>.<p> +A <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> instance holds references to user-provided dispatcher objects, when tasks are submitted the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> routes them to the appropriate dispatcher and handles task profiling if enabled. Users should not implement the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface, the SDK creates its own concrete <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> object per-scene which users can configure by passing dispatcher objects into the <a class="el" href="classPxSceneDesc.html" title="Descriptor class for scenes. See PxScene.">PxSceneDesc</a>.<p> <dl class="see" compact><dt><b>See also:</b></dt><dd>CpuDispatcher <p> <a class="el" href="classphysx_1_1PxGpuDispatcher.html" title="A GpuTask dispatcher.">PxGpuDispatcher</a> </dd></dl> <hr><h2>Constructor & Destructor Documentation</h2> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html index 0acc02e9..3861ac09 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html @@ -919,8 +919,8 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxFixedJoint.html#5cf2d9348b4ccdc66ba83245b0ff7bf9">PxFixedJoint</a> , <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> <li>getProjectionLinearTolerance() -: <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> -, <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> +: <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> +, <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> , <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> , <a class="el" href="classPxFixedJoint.html#de788fe7ea26f4cc1bc2f3b764583717">PxFixedJoint</a> , <a class="el" href="classPxPrismaticJoint.html#ea99524ff17e5044d737a2c6c4ebc8c8">PxPrismaticJoint</a> @@ -952,9 +952,9 @@ Here is a list of all class members with links to the classes they belong to: <li>getReferenceCount() : <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> , <a class="el" href="classPxConvexMesh.html#b7cd51e753d6eaa80b73e06544db7f1b">PxConvexMesh</a> -, <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> , <a class="el" href="classPxClothFabric.html#63cecd759a2d741c895371dc8d97db85">PxClothFabric</a> , <a class="el" href="classPxTriangleMesh.html#0fc4aed5a5f01a0f1b769d3c6534ba8d">PxTriangleMesh</a> +, <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> <li>getRelativeAngularVelocity() : <a class="el" href="classPxJoint.html#e1d90c4cb53d5807584474ae130048df">PxJoint</a> <li>getRelativeLinearVelocity() @@ -999,16 +999,18 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345">PxRigidDynamic</a> <li>getRunProfiled() : <a class="el" href="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930">PxDefaultCpuDispatcher</a> +<li>getSample() +: <a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">PxHeightField</a> <li>getSampleStride() : <a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">PxHeightField</a> <li>getScene() -: <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> -, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> -, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> +: <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> , <a class="el" href="classPxControllerManager.html#86e943ddc5db86e23b9f31eeff908a74">PxControllerManager</a> -, <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> -, <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> , <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> +, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> +, <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> +, <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> <li>getScenePvdClient() : <a class="el" href="classPxScene.html#ac4ee13053cdb7f50ca6c065077c9ee3">PxScene</a> <li>getScenePvdFlags() @@ -1030,8 +1032,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSelfCollisionStiffness() : <a class="el" href="classPxCloth.html#a3532b8262295f8adf15a8cda9c83f25">PxCloth</a> <li>getSeparation() -: <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +, <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> <li>getSeparationConstraints() : <a class="el" href="classPxCloth.html#0ca219e86a0a99a8ad6198208cef26b7">PxCloth</a> <li>getSeparationTolerance() @@ -1043,14 +1045,14 @@ Here is a list of all class members with links to the classes they belong to: <li>getSets() : <a class="el" href="classPxClothFabric.html#f45bfae66b62c892245fac4dbc099f71">PxClothFabric</a> <li>getShapes() -: <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> -, <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +, <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> <li>getSimulationEventCallback() : <a class="el" href="classPxScene.html#1eb6366fd80f5a8f6a9154a412c33436">PxScene</a> <li>getSimulationFilterData() -: <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +: <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> +, <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> , <a class="el" href="classPxCloth.html#b2c8c03af0b084ea266e3396620c051d">PxCloth</a> -, <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> <li>getSimulationStatistics() : <a class="el" href="classPxScene.html#7abb1e1354ae3258b91fc097e9d682b8">PxScene</a> <li>getSize() @@ -1058,8 +1060,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSleepLinearVelocity() : <a class="el" href="classPxCloth.html#d421d5f30c8df5c22d605ab99fbf31d1">PxCloth</a> <li>getSleepThreshold() -: <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> -, <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +: <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +, <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> <li>getSlopeLimit() : <a class="el" href="classPxController.html#7e03e7863dd2036f673b084f3ce94629">PxController</a> <li>getSolverBatchSize() @@ -1067,8 +1069,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSolverFrequency() : <a class="el" href="classPxCloth.html#88872e66443f69945805fabb16b8cfac">PxCloth</a> <li>getSolverIterationCounts() -: <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> -, <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +: <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +, <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> <li>getSphereGeometry() : <a class="el" href="classPxShape.html#d36c41170461ca897fa70433d23268fa">PxShape</a> <li>getSphericalJointFlags() @@ -1079,10 +1081,10 @@ Here is a list of all class members with links to the classes they belong to: <li>getState() : <a class="el" href="classPxController.html#d694218683ad584f6120bc001c0d1616">PxController</a> <li>getStaticFriction() -: <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> , <a class="el" href="classPxParticleBase.html#490ead77cd5a791537c209c5650a8d0c">PxParticleBase</a> , <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> +, <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> <li>getStaticStructure() : <a class="el" href="classPxScene.html#d285bee8674cc03378588a32c4f85dda">PxScene</a> <li>getStats() @@ -1092,8 +1094,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getStepOffset() : <a class="el" href="classPxController.html#2a46763eb7541abe5d1c73eacca4639c">PxController</a> <li>getStiffness() -: <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> -, <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +: <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +, <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> , <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> <li>getStiffnessFrequency() : <a class="el" href="classPxCloth.html#75cf540fbe32712420282f51dc281067">PxCloth</a> @@ -1136,8 +1138,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getTaskID() : <a class="el" href="classphysx_1_1PxTask.html#762b45266ec713eb7f599574a7998057">physx::PxTask</a> <li>getTaskManager() -: <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> -, <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +: <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +, <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> <li>getTetherAnchors() : <a class="el" href="classPxClothFabric.html#868c8ede0e185dbf6bff4ca17fec4a8a">PxClothFabric</a> <li>getTetherConfig() @@ -1195,8 +1197,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getTriangleNormal() : <a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">PxHeightField</a> <li>getTriangles() -: <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> -, <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> +: <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> +, <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> <li>getTrianglesRemap() : <a class="el" href="classPxTriangleMesh.html#6b36d40812d5cb70507472cd4e147ae0">PxTriangleMesh</a> <li>getTwist() @@ -1209,10 +1211,10 @@ Here is a list of all class members with links to the classes they belong to: <li>getTwistLimitEnabled() : <a class="el" href="classPxArticulationJoint.html#32aea69d3b9a65c654581a8b55e4f6f1">PxArticulationJoint</a> <li>getType() -: <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> -, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> +: <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> , <a class="el" href="classPxGeometryHolder.html#9cb321cfc08b5cb744bd52905e0a896f">PxGeometryHolder</a> -, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> +, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> +, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> , <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> , <a class="el" href="classPxController.html#d98589ad22dcdcedaf1c5fa9f0f40b53">PxController</a> , <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> @@ -1227,22 +1229,22 @@ Here is a list of all class members with links to the classes they belong to: <li>getUseAutoGears() : <a class="el" href="classPxVehicleDriveDynData.html#9b917f8ea42e952946fcfb2b2bab4842">PxVehicleDriveDynData</a> <li>getUserData() -: <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> <li>getUserMemory() : <a class="el" href="classPxBatchQuery.html#edffcfa27e47ef04274bb8180b42e913">PxBatchQuery</a> <li>getVehicleType() : <a class="el" href="classPxVehicleWheels.html#5f052bbb1eb12827dc03c4f0789ee703">PxVehicleWheels</a> <li>getVelocity() -: <a class="el" href="classPxRevoluteJoint.html#6a629087f4d1aa356f4fc6927b5c7162">PxRevoluteJoint</a> -, <a class="el" href="classPxPrismaticJoint.html#672173b63a47773178dc275b96ba1f46">PxPrismaticJoint</a> +: <a class="el" href="classPxPrismaticJoint.html#672173b63a47773178dc275b96ba1f46">PxPrismaticJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#6a629087f4d1aa356f4fc6927b5c7162">PxRevoluteJoint</a> <li>getVelocityAtOffset() : <a class="el" href="classPxRigidBodyExt.html#fed73713b7c1032a7ce921c7de25a278">PxRigidBodyExt</a> <li>getVelocityAtPos() : <a class="el" href="classPxRigidBodyExt.html#cce31159814673df7781eb62ee032ef2">PxRigidBodyExt</a> <li>getVertices() -: <a class="el" href="classPxConvexMesh.html#3698df65fd0496d92a0fb7e80b7fe30e">PxConvexMesh</a> -, <a class="el" href="classPxTriangleMesh.html#08c203991bc3ad2be59ad6ab048197dc">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#08c203991bc3ad2be59ad6ab048197dc">PxTriangleMesh</a> +, <a class="el" href="classPxConvexMesh.html#3698df65fd0496d92a0fb7e80b7fe30e">PxConvexMesh</a> <li>getVerticesForModification() : <a class="el" href="classPxTriangleMesh.html#261ef2fa9709a163408b41d2c34dda71">PxTriangleMesh</a> <li>getVirtualParticles() @@ -1256,9 +1258,9 @@ Here is a list of all class members with links to the classes they belong to: <li>getVisualizationParameter() : <a class="el" href="classPxScene.html#7c036458140a45b23facb9cf2a9cdb84">PxScene</a> <li>getWakeCounter() -: <a class="el" href="classPxArticulation.html#9e7c111d4f17746b2b6686a2f5393e7e">PxArticulation</a> +: <a class="el" href="classPxCloth.html#29eaa86742537a7643a4a13637bccb7c">PxCloth</a> , <a class="el" href="classPxRigidDynamic.html#88dc31fa470c5f37e3e9683534ad83aa">PxRigidDynamic</a> -, <a class="el" href="classPxCloth.html#29eaa86742537a7643a4a13637bccb7c">PxCloth</a> +, <a class="el" href="classPxArticulation.html#9e7c111d4f17746b2b6686a2f5393e7e">PxArticulation</a> <li>getWakeCounterResetValue() : <a class="el" href="classPxScene.html#287734b244b7ff6e40496e65d166ae95">PxScene</a> <li>getWheel4DynData() @@ -1284,11 +1286,11 @@ Here is a list of all class members with links to the classes they belong to: <li>getWorkerCount() : <a class="el" href="classphysx_1_1PxCpuDispatcher.html#55b03b2db9de4be06f5eace3e43f4ebc">physx::PxCpuDispatcher</a> <li>getWorldBounds() -: <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> -, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> +: <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> +, <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> , <a class="el" href="classPxActor.html#cab89ce3ee6d27b580063d131a417721">PxActor</a> -, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> , <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> +, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> <li>getWrittenDataSize() : <a class="el" href="classPxPvdTransport.html#21db3b3932ca803b5232f34c503f4f4e">PxPvdTransport</a> <li>getX() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html index 47565da6..fb76d8ed 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html @@ -183,8 +183,9 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxVec4.html#97fc9397fdd8da4b2a5d3eae7e61445e">PxVec4</a> <li>operator-() : <a class="el" href="classPxVec4.html#af14b0abf9c9eeb6cc5d4d8e11932961">PxVec4</a> -, <a class="el" href="classPxVec2.html#36ca28438e4d0aa4e6b8957dd96da7d7">PxVec2</a> , <a class="el" href="structPxExtendedVec3.html#643dd98f5a08bcdf3971d8aff314b51c">PxExtendedVec3</a> +, <a class="el" href="classPxVec2.html#36ca28438e4d0aa4e6b8957dd96da7d7">PxVec2</a> +, <a class="el" href="structPxExtendedVec3.html#709f24da73ddb6e201bde6dd697f296e">PxExtendedVec3</a> , <a class="el" href="classPxMat33.html#c1ea3b5421f0995ccae9a12326d1dc64">PxMat33</a> , <a class="el" href="classPxMat44.html#e5812080b571959e4b7d87e147996c04">PxMat44</a> , <a class="el" href="classPxQuat.html#5d4f0fe6c51fab6f0d1731a84168faa3">PxQuat</a> @@ -210,72 +211,71 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxVec3.html#6c4f1d1a455628f6bf4594b9ce62d26c">PxVec3</a> , <a class="el" href="classPxVec4.html#76b017254ffc69548c4fd3d5c66ec82c">PxVec4</a> <li>operator/=() -: <a class="el" href="classPxVec3.html#edae1ad379d93f8713b7f8c09db8b8fa">PxVec3</a> +: <a class="el" href="classPxVec2.html#0b9073b93708bca03bc0f4b61fb6547b">PxVec2</a> +, <a class="el" href="classPxVec3.html#edae1ad379d93f8713b7f8c09db8b8fa">PxVec3</a> , <a class="el" href="classPxVec4.html#783b7847ca910e74c9ca9558bf8f1c3f">PxVec4</a> -, <a class="el" href="classPxVec2.html#0b9073b93708bca03bc0f4b61fb6547b">PxVec2</a> <li>operator<() : <a class="el" href="classPxStrideIterator.html#89f9e74ccfea412b8b1a7907d2873d4f">PxStrideIterator< T ></a> <li>operator<=() : <a class="el" href="classPxStrideIterator.html#f8a3289cb8c73f450bcc13eac4fab461">PxStrideIterator< T ></a> <li>operator=() -: <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">PxFilterData</a> +, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> , <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> , <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> -, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> , <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> , <a class="el" href="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2">PxFixedSizeLookupTable< NB_ELEMENTS ></a> -, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> -, <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> -, <a class="el" href="group__foundation.html#ga695b4a8b303290a0e28b7b493d1c02d">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> +, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> +, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> , <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> +, <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> , <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> -, <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> -, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> -, <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> , <a class="el" href="classPxVec3.html#86f607c621d110d976c8e71772c25158">PxVec3</a> , <a class="el" href="classPxTriangle.html#e4c701d8c6f8ca3cbe652546d063f8fa">PxTriangle</a> <li>operator==() -: <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +: <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> , <a class="el" href="group__foundation.html#g110ffd967a01bc544cbf8c04850ede25">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> +, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> +, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> , <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> -, <a class="el" href="group__foundation.html#g2f70f667ef2a90aeceab733297e71a1e">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxMat44.html#ec9ebf1e1c19a3bc685280f1a3765090">PxMat44</a> -, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> -, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> -, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> -, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> -, <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> +, <a class="el" href="group__foundation.html#g2f70f667ef2a90aeceab733297e71a1e">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxVec2.html#a3966148966ec2a6d780f08d114c92f3">PxVec2</a> -, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> <li>operator>() : <a class="el" href="classPxStrideIterator.html#83d5749f894ee4cb8b08e68fe9c127db">PxStrideIterator< T ></a> <li>operator>=() : <a class="el" href="classPxStrideIterator.html#8b63bc62372adac2168b561a2a9ffdbe">PxStrideIterator< T ></a> <li>operator[]() -: <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> +: <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> , <a class="el" href="structPxExtendedVec3.html#b0bd46e5292d407ce90941a69b78e635">PxExtendedVec3</a> -, <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> +, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> +, <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> +, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> , <a class="el" href="classPxVec3.html#faae1b939e5c7ae27aba81612dd5fc01">PxVec3</a> , <a class="el" href="classPxVec2.html#12510dbff9f774ca28bda1f50cae76e8">PxVec2</a> -, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> -, <a class="el" href="classPxVec4.html#dccc186308bad92528570f565a17cb54">PxVec4</a> , <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> -, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> -, <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> , <a class="el" href="classPxVec4.html#b99a22543b09188d3677461ee1016ab4">PxVec4</a> -, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> -, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> <li>operator^() -: <a class="el" href="group__foundation.html#g6865e66d61ec6a6adc8fc8eb807c8b9a">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfaa73291f9dab13b84d9e3353f58b012">PxFlags< enumtype, storagetype ></a> <li>operator^=() -: <a class="el" href="group__foundation.html#g40c9a674d20163242c9ffe4ac15568af">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfbe5e3fb5d82008c8c193d37709980d7">PxFlags< enumtype, storagetype ></a> <li>operator|() -: <a class="el" href="group__foundation.html#g64ea68943f74aa2fe52fa126ca873b88">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gff3ab524c497628d53b76cc57cc4c31e">PxFlags< enumtype, storagetype ></a> <li>operator|=() -: <a class="el" href="group__foundation.html#ged43737118e117c9959a2a7dfd13df02">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g4c56b47b1a4cadc05d94cd1ef850dd4f">PxFlags< enumtype, storagetype ></a> <li>operator~() : <a class="el" href="group__foundation.html#g372ff7f25a1aa152c934b0a325054f0d">PxFlags< enumtype, storagetype ></a> <li>other @@ -284,14 +284,14 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="structPxTriggerPair.html#d079ad0829b0e0e58a962a2167dcf566">PxTriggerPair</a> <li>otherShape : <a class="el" href="structPxTriggerPair.html#483aaaaecb45e77230879bb0b303b8df">PxTriggerPair</a> -<li>overlap() -: <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> -, <a class="el" href="structPxBroadPhaseRegionInfo.html#9c4a005743c96f464a409843ab488481">PxBroadPhaseRegionInfo</a> +<li>overlap +: <a class="el" href="structPxBroadPhaseRegionInfo.html#9c4a005743c96f464a409843ab488481">PxBroadPhaseRegionInfo</a> +, <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> +, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> , <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> -, <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> -, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> , <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> -, <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> +, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> +, <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> <li>overlapAny() : <a class="el" href="classPxSceneQueryExt.html#3c58a83de3d9b9466fc02bfcbc76dfe5">PxSceneQueryExt</a> <li>overlapMultiple() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html index 7543a903..a84d5331 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html @@ -439,11 +439,11 @@ Here is a list of all class members with links to the classes they belong to: <li>PxMassProperties() : <a class="el" href="classPxMassProperties.html#1cbdb127fcb5b2b3617693e24ccdb49b">PxMassProperties</a> <li>PxMat33() -: <a class="el" href="classPxMat33.html#dfcaf1c5e22009651cd588a4d4944bb7">PxMat33</a> +: <a class="el" href="classPxMat33.html#20e5403af0f03ef612f64af16ddee6ce">PxMat33</a> <li>PxMat44() : <a class="el" href="classPxMat44.html#7f9ea125461778278eb8718761d65870">PxMat44</a> <li>PxMaterial() -: <a class="el" href="classPxMaterial.html#f307774d0f072ac743621419a5d7c1a7">PxMaterial</a> +: <a class="el" href="classPxMaterial.html#9f402b870b0729455ba8199b46a0fccd">PxMaterial</a> <li>PxMeshOverlapUtil() : <a class="el" href="classPxMeshOverlapUtil.html#bd9c8b4408c4a5d4a8edddfd77ae3a32">PxMeshOverlapUtil</a> <li>PxMeshScale() @@ -459,17 +459,17 @@ Here is a list of all class members with links to the classes they belong to: <li>PxPadding() : <a class="el" href="structPxPadding.html#3a6e900438823b303b5818030d2df083">PxPadding< TNumBytes ></a> <li>PxParticleBase() -: <a class="el" href="classPxParticleBase.html#328a22534db4e5585a0b9e17f0e83d05">PxParticleBase</a> +: <a class="el" href="classPxParticleBase.html#1688c7c5736ab69e7606d419daccfe39">PxParticleBase</a> <li>PxParticleCreationData() : <a class="el" href="group__particles.html#g8946abea4ff273cbecd459cd74e83f79">PxParticleCreationData</a> <li>PxParticleFluid() -: <a class="el" href="classPxParticleFluid.html#a47d7c6c87f093ecf774b1a164b294b5">PxParticleFluid</a> +: <a class="el" href="classPxParticleFluid.html#1355760c2e345ab70190308946fbd825">PxParticleFluid</a> <li>PxParticleSystem() : <a class="el" href="classPxParticleSystem.html#fd52afc4a8cff4049dc6a7db67c6d75f">PxParticleSystem</a> <li>PxPhysicsInsertionCallback() : <a class="el" href="classPxPhysicsInsertionCallback.html#d1424ae705471676424f57e2037f63dd">PxPhysicsInsertionCallback</a> <li>PxPlane() -: <a class="el" href="classPxPlane.html#a91bd50f689e65d8df16b9bc451adbe4">PxPlane</a> +: <a class="el" href="classPxPlane.html#0b6a4463b95366c1f9a12a84d57509bd">PxPlane</a> <li>PxPlaneGeometry() : <a class="el" href="classPxPlaneGeometry.html#d71ebf9ac3a2f3831fb65dfe91adf505">PxPlaneGeometry</a> <li>PxPrismaticJoint() @@ -479,11 +479,11 @@ Here is a list of all class members with links to the classes they belong to: <li>PxPruningStructure() : <a class="el" href="classPxPruningStructure.html#034b569b8e1db318efcb97fa3dc03020">PxPruningStructure</a> <li>PxQuat() -: <a class="el" href="classPxQuat.html#fac7f63b57840965157cf720bb6faddc">PxQuat</a> +: <a class="el" href="classPxQuat.html#13d4cf835204d37e90fecef45659c790">PxQuat</a> <li>PxQueryCache() : <a class="el" href="structPxQueryCache.html#810ecb74536e940be1719d60aedfd3cd">PxQueryCache</a> <li>PxQueryFilterData() -: <a class="el" href="structPxQueryFilterData.html#6cb7f49fa427d80df37f02cae89a6679">PxQueryFilterData</a> +: <a class="el" href="structPxQueryFilterData.html#589e393317001f2effd196324ee459ed">PxQueryFilterData</a> <li>PxQueryHit() : <a class="el" href="structPxQueryHit.html#f8b229617f39cc007c74a646f8026dff">PxQueryHit</a> <li>PxRaycastBufferN() @@ -495,15 +495,15 @@ Here is a list of all class members with links to the classes they belong to: <li>PxRepXObject() : <a class="el" href="structPxRepXObject.html#a1cc707ced49e51838f39a1867566893">PxRepXObject</a> <li>PxRevoluteJoint() -: <a class="el" href="classPxRevoluteJoint.html#738a0a094358001c58c9c3ea070730a2">PxRevoluteJoint</a> +: <a class="el" href="classPxRevoluteJoint.html#298f032a11365475f16d6d2b42c5dc61">PxRevoluteJoint</a> <li>PxRigidActor() : <a class="el" href="classPxRigidActor.html#bc3690608611b90d1efd033e804fd774">PxRigidActor</a> <li>PxRigidBody() -: <a class="el" href="classPxRigidBody.html#14d4e7068063768f6029a975ff5d41e4">PxRigidBody</a> +: <a class="el" href="classPxRigidBody.html#df18dc769f8d1d3da7760097fa699acb">PxRigidBody</a> <li>PxRigidDynamic() : <a class="el" href="classPxRigidDynamic.html#9e63c1ec6872048e16f7d6b744ec3eef">PxRigidDynamic</a> <li>PxRigidStatic() -: <a class="el" href="classPxRigidStatic.html#33f405d68b5ec1e8e60d0b361151645c">PxRigidStatic</a> +: <a class="el" href="classPxRigidStatic.html#7881e50c535f44a6d69f40af3baa7ffc">PxRigidStatic</a> <li>PxScene() : <a class="el" href="classPxScene.html#37b5f1aed7edbae16640e0555d9271ae">PxScene</a> <li>PxSceneDesc() @@ -538,17 +538,17 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="structPxSweepBufferN.html#b8be2772b4fe811563efc01824201a61">PxSweepBufferN< N ></a> <li>PxSweepHit() : <a class="el" href="structPxSweepHit.html#7a872b4eff912e5e37e1ee8d551547ac">PxSweepHit</a> -<li>PxTask -: <a class="el" href="classphysx_1_1PxTaskManager.html#09f24c51c8921a6866cfb6dd214e1282">physx::PxTaskManager</a> -, <a class="el" href="classphysx_1_1PxTask.html#01ed1f8968b3e631509c42994b10b5cd">physx::PxTask</a> +<li>PxTask() +: <a class="el" href="classphysx_1_1PxTask.html#01ed1f8968b3e631509c42994b10b5cd">physx::PxTask</a> +, <a class="el" href="classphysx_1_1PxTaskManager.html#09f24c51c8921a6866cfb6dd214e1282">physx::PxTaskManager</a> <li>PxTaskMgr : <a class="el" href="classphysx_1_1PxBaseTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxBaseTask</a> -, <a class="el" href="classphysx_1_1PxLightCpuTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxLightCpuTask</a> , <a class="el" href="classphysx_1_1PxTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxTask</a> +, <a class="el" href="classphysx_1_1PxLightCpuTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxLightCpuTask</a> <li>PxTolerancesScale() : <a class="el" href="group__common.html#gf2bc9f0c0e1ee44a548900a13bb1136c">PxTolerancesScale</a> <li>PxTransform() -: <a class="el" href="classPxTransform.html#cf88e048efec0734d0fc89cd9f976d51">PxTransform</a> +: <a class="el" href="classPxTransform.html#1e8f1a81e48e0b8c5e5708b871ca61e0">PxTransform</a> <li>PxTriangle() : <a class="el" href="classPxTriangle.html#af7b90f828324f6ec1d48ef6b1776728">PxTriangle</a> <li>PxTriangleMesh() @@ -562,13 +562,13 @@ Here is a list of all class members with links to the classes they belong to: <li>PxTypedStridedData() : <a class="el" href="structPxTypedStridedData.html#00c6a63c63d01bdca92b06f60e6909bb">PxTypedStridedData< TDataType ></a> <li>PxVec2() -: <a class="el" href="classPxVec2.html#4b60f4c08b8019e8c28967ed33d436ce">PxVec2</a> +: <a class="el" href="classPxVec2.html#96f72810f06447c2ad7a99889d718298">PxVec2</a> <li>PxVec3() -: <a class="el" href="classPxVec3.html#672e12542fc6f752d21368493578af4e">PxVec3</a> +: <a class="el" href="classPxVec3.html#bd382848d9b79dbcec4d86ee0e98836b">PxVec3</a> <li>PxVec4() : <a class="el" href="classPxVec4.html#719a2783335631f273eb46c6f4a61925">PxVec4</a> <li>PxVehicleAckermannGeometryData() -: <a class="el" href="classPxVehicleAckermannGeometryData.html#6d15ee641598033fef887c399f547422">PxVehicleAckermannGeometryData</a> +: <a class="el" href="classPxVehicleAckermannGeometryData.html#67df50348629357c2034e8517817e896">PxVehicleAckermannGeometryData</a> <li>PxVehicleAntiRollBarData() : <a class="el" href="classPxVehicleAntiRollBarData.html#e926b0985fe5243a1e671405d19e9dac">PxVehicleAntiRollBarData</a> <li>PxVehicleAutoBoxData() @@ -576,7 +576,7 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleChassisData() : <a class="el" href="classPxVehicleChassisData.html#edff02e1e05309618636a393743265f4">PxVehicleChassisData</a> <li>PxVehicleClutchData() -: <a class="el" href="classPxVehicleClutchData.html#5f50479c769bfc6ae880b92036abce8d">PxVehicleClutchData</a> +: <a class="el" href="classPxVehicleClutchData.html#963c71a977c0bfbb465fd75d1e106dc0">PxVehicleClutchData</a> <li>PxVehicleConcurrentUpdateData() : <a class="el" href="structPxVehicleConcurrentUpdateData.html#66a66af954cf0dc1f5fc2eec992de647">PxVehicleConcurrentUpdateData</a> <li>PxVehicleConstraintShader @@ -584,60 +584,61 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleCopyDynamicsMap() : <a class="el" href="classPxVehicleCopyDynamicsMap.html#46e1abd50a1efeb2c4d1cd65454b284d">PxVehicleCopyDynamicsMap</a> <li>PxVehicleDifferential4WData() -: <a class="el" href="classPxVehicleDifferential4WData.html#87b843efc25143193fea2e7112aadc41">PxVehicleDifferential4WData</a> +: <a class="el" href="classPxVehicleDifferential4WData.html#0166606fc9f0ea2c7c00ce23a917a8a7">PxVehicleDifferential4WData</a> <li>PxVehicleDifferentialNWData() : <a class="el" href="classPxVehicleDifferentialNWData.html#a363bb07cd4533cfee8a59bc14d03c10">PxVehicleDifferentialNWData</a> <li>PxVehicleDrivableSurfaceToTireFrictionPairs() : <a class="el" href="classPxVehicleDrivableSurfaceToTireFrictionPairs.html#6838139851fe46e93a55cc3fb4f55239">PxVehicleDrivableSurfaceToTireFrictionPairs</a> <li>PxVehicleDrive() -: <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#fc560f3fed1fb50c39eed8bdb1d12204">PxVehicleDrive</a> , <a class="el" href="classPxVehicleDriveDynData.html#dd078cb4846b424cfcecd6e02dd5c8fc">PxVehicleDriveDynData</a> -<li>PxVehicleDrive4W -: <a class="el" href="classPxVehicleWheelsSimData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsDynData</a> -, <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +<li>PxVehicleDrive4W() +: <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> , <a class="el" href="classPxVehicleDriveSimData4W.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleDriveSimData4W</a> -, <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsSimData</a> +, <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsDynData</a> <li>PxVehicleDrive4WRawInputData() : <a class="el" href="classPxVehicleDrive4WRawInputData.html#f897772ee3457a2100945890f3d025ef">PxVehicleDrive4WRawInputData</a> <li>PxVehicleDriveDynData() -: <a class="el" href="classPxVehicleDriveDynData.html#5395d429ef9607844d63447c2b89c146">PxVehicleDriveDynData</a> -<li>PxVehicleDriveNW -: <a class="el" href="classPxVehicleDriveSimDataNW.html#eadf90e97460dfd5860d6eca5c3ada75">PxVehicleDriveSimDataNW</a> +: <a class="el" href="classPxVehicleDriveDynData.html#f38233e891d581d123bcae2724d57dc7">PxVehicleDriveDynData</a> +<li>PxVehicleDriveNW() +: <a class="el" href="classPxVehicleDriveNW.html#71ec3a0d4cda296f589ea83179dd7a24">PxVehicleDriveNW</a> +, <a class="el" href="classPxVehicleDriveSimDataNW.html#eadf90e97460dfd5860d6eca5c3ada75">PxVehicleDriveSimDataNW</a> , <a class="el" href="classPxVehicleDriveNW.html#f463dfdb64f6135628c5838908bb5395">PxVehicleDriveNW</a> <li>PxVehicleDriveNWRawInputData() : <a class="el" href="classPxVehicleDriveNWRawInputData.html#69da40337ef28425e015fc3ba0bde4eb">PxVehicleDriveNWRawInputData</a> <li>PxVehicleDriveSimData -: <a class="el" href="classPxVehicleGearsData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleGearsData</a> -, <a class="el" href="classPxVehicleClutchData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleClutchData</a> +: <a class="el" href="classPxVehicleEngineData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleEngineData</a> , <a class="el" href="classPxVehicleDriveSimData.html#c38c78c84f3c0475a177ab6d3202f354">PxVehicleDriveSimData</a> -, <a class="el" href="classPxVehicleEngineData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleEngineData</a> +, <a class="el" href="classPxVehicleClutchData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleClutchData</a> , <a class="el" href="classPxVehicleDriveSimData.html#5da8eea1e75acb69885a5d9058a12b4d">PxVehicleDriveSimData</a> +, <a class="el" href="classPxVehicleGearsData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleGearsData</a> , <a class="el" href="classPxVehicleAutoBoxData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleAutoBoxData</a> -<li>PxVehicleDriveSimData4W() -: <a class="el" href="classPxVehicleDriveSimData4W.html#db99a930a7426f4835c48574ee77e947">PxVehicleDriveSimData4W</a> -, <a class="el" href="classPxVehicleAckermannGeometryData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleAckermannGeometryData</a> +<li>PxVehicleDriveSimData4W +: <a class="el" href="classPxVehicleAckermannGeometryData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleAckermannGeometryData</a> +, <a class="el" href="classPxVehicleDriveSimData4W.html#b79ed54dbd9ead2aeef21ee3c4e270a9">PxVehicleDriveSimData4W</a> , <a class="el" href="classPxVehicleDifferential4WData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleDifferential4WData</a> , <a class="el" href="classPxVehicleChassisData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleChassisData</a> -, <a class="el" href="classPxVehicleDriveSimData4W.html#b79ed54dbd9ead2aeef21ee3c4e270a9">PxVehicleDriveSimData4W</a> -<li>PxVehicleDriveSimDataNW -: <a class="el" href="classPxVehicleDifferentialNWData.html#966a53de4d7949668cafafe064045841">PxVehicleDifferentialNWData</a> -, <a class="el" href="classPxVehicleDriveSimDataNW.html#e3625d06e1733b2c574f409299507c46">PxVehicleDriveSimDataNW</a> -<li>PxVehicleDriveTank() -: <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> -, <a class="el" href="classPxVehicleDriveSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleDriveSimData</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsDynData</a> +<li>PxVehicleDriveSimDataNW() +: <a class="el" href="classPxVehicleDriveSimDataNW.html#86feaf54b53b83f64e248135c87f4ef0">PxVehicleDriveSimDataNW</a> +, <a class="el" href="classPxVehicleDifferentialNWData.html#966a53de4d7949668cafafe064045841">PxVehicleDifferentialNWData</a> +<li>PxVehicleDriveTank +: <a class="el" href="classPxVehicleWheelsSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleDriveTank.html#af73a5da1f780e4f37b669dfb3e1dd24">PxVehicleDriveTank</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleDriveSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleDriveSimData</a> +, <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> <li>PxVehicleDriveTankRawInputData() : <a class="el" href="classPxVehicleDriveTankRawInputData.html#99b71417ecdde92487aa06d3c0ecb832">PxVehicleDriveTankRawInputData</a> <li>PxVehicleEngineData() -: <a class="el" href="classPxVehicleEngineData.html#a24a9523ad4a01e87df3a6d1d7c168a1">PxVehicleEngineData</a> +: <a class="el" href="classPxVehicleEngineData.html#003aa44611d0be2a466787521db49fb2">PxVehicleEngineData</a> <li>PxVehicleGearsData() -: <a class="el" href="classPxVehicleGearsData.html#197ff974ac25dfbad8c8f323a74a8a0d">PxVehicleGearsData</a> -<li>PxVehicleNoDrive -: <a class="el" href="classPxVehicleWheelsSimData.html#26a1ecd79f2ef72b00adf9e91329bc33">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> +: <a class="el" href="classPxVehicleGearsData.html#aa179d92d69320b45210a1f1bc851c59">PxVehicleGearsData</a> +<li>PxVehicleNoDrive() +: <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#26a1ecd79f2ef72b00adf9e91329bc33">PxVehicleWheelsSimData</a> <li>PxVehicleSuspensionData() : <a class="el" href="classPxVehicleSuspensionData.html#8edf19ece4a7b7c32af4aa823e98c434">PxVehicleSuspensionData</a> <li>PxVehicleTireData() @@ -645,39 +646,40 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleTireLoadFilterData() : <a class="el" href="classPxVehicleTireLoadFilterData.html#4b81e279ec039f3da510ba6939ccdf1b">PxVehicleTireLoadFilterData</a> <li>PxVehicleUpdate -: <a class="el" href="classPxVehicleDriveTank.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveTank</a> -, <a class="el" href="structPxVehicleConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleConcurrentUpdateData</a> -, <a class="el" href="classPxVehicleDriveNW.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveNW</a> -, <a class="el" href="classPxVehicleDrive4W.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive4W</a> -, <a class="el" href="classPxVehicleNoDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleNoDrive</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsDynData</a> -, <a class="el" href="classPxVehicleDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive</a> +, <a class="el" href="classPxVehicleWheels.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheels</a> , <a class="el" href="classPxVehicleDifferentialNWData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDifferentialNWData</a> +, <a class="el" href="classPxVehicleDrive4W.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleDriveTank.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveTank</a> , <a class="el" href="classPxVehicleWheelsSimData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheels.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheels</a> +, <a class="el" href="structPxVehicleConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleConcurrentUpdateData</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleDriveNW.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveNW</a> , <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelConcurrentUpdateData</a> +, <a class="el" href="classPxVehicleNoDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleNoDrive</a> <li>PxVehicleWheelConcurrentUpdateData() : <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#5d00e2311128d7bb90b0568fa2323a68">PxVehicleWheelConcurrentUpdateData</a> <li>PxVehicleWheelData() : <a class="el" href="classPxVehicleWheelData.html#0041dd83bf7afcd53489fa1fa9727496">PxVehicleWheelData</a> <li>PxVehicleWheels -: <a class="el" href="classPxVehicleWheelsSimData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsSimData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleWheels.html#fb89c7e2d53b98c310d59443213fff80">PxVehicleWheels</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsDynData</a> <li>PxVehicleWheels4SimData : <a class="el" href="classPxVehicleTireData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleTireData</a> -, <a class="el" href="classPxVehicleWheelData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleWheelData</a> , <a class="el" href="classPxVehicleSuspensionData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleSuspensionData</a> +, <a class="el" href="classPxVehicleWheelData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleWheelData</a> <li>PxVehicleWheelsDynData() : <a class="el" href="classPxVehicleWheelsDynData.html#471098b8f71edd2aa6826422c245d091">PxVehicleWheelsDynData</a> <li>PxVehicleWheelsSimData() -: <a class="el" href="classPxVehicleWheelsSimData.html#6739c902ff9828abceace89afd02fb81">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleAntiRollBarData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleAntiRollBarData</a> +: <a class="el" href="classPxVehicleWheelsSimData.html#9fbfa747a9ef9fe0cc1deef89a5b1238">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleTireLoadFilterData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleTireLoadFilterData</a> +, <a class="el" href="classPxVehicleAntiRollBarData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleAntiRollBarData</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#8faa5ac1e9fc745e521224cc3e6750d8">PxVehicleWheelsSimData</a> <li>PxWheelQueryResult() : <a class="el" href="structPxWheelQueryResult.html#161b38c47540b17befebc36c02c8e996">PxWheelQueryResult</a> <li>PxXmlMiscParameter() -: <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html#c6b7fd9141603396399775d536dbe9a8">PxSerialization::PxSerialization::PxXmlMiscParameter</a> +: <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html#4cd23d2c06e184787d662763f6c665a5">PxSerialization::PxSerialization::PxXmlMiscParameter</a> </ul> </div> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html index 18f350c3..37c0aeec 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html @@ -167,11 +167,12 @@ Here is a list of all class members with links to the classes they belong to: <li>TT_NOT_PRESENT : <a class="el" href="structphysx_1_1PxTaskType.html#e5545e371cf86793e4a0d395e4ebdb6bc5b78680f329287a850b9f852c80acd2">physx::PxTaskType</a> <li>type -: <a class="el" href="structPxConstraintInfo.html#324fadc19904fff635aa9d16da7a21f9">PxConstraintInfo</a> -, <a class="el" href="structPxMetaDataEntry.html#f798a0e7beeb8caf4ddbd713fc0994c6">PxMetaDataEntry</a> -, <a class="el" href="structPxContactPairExtraDataItem.html#18e83c33b02a0a57f0daf818379e06d6">PxContactPairExtraDataItem</a> +: <a class="el" href="structPxContactPairExtraDataItem.html#18e83c33b02a0a57f0daf818379e06d6">PxContactPairExtraDataItem</a> +, <a class="el" href="structPxConstraintInfo.html#324fadc19904fff635aa9d16da7a21f9">PxConstraintInfo</a> <li>Type : <a class="el" href="structPx1DConstraintFlag.html#0d9f59379f0d8eba3bace01f8bb88b76">Px1DConstraintFlag</a> +<li>type +: <a class="el" href="structPxMetaDataEntry.html#f798a0e7beeb8caf4ddbd713fc0994c6">PxMetaDataEntry</a> <li>typeMatch() : <a class="el" href="classPxBase.html#f3428f7a99124c0425e8299c9c447f5e">PxBase</a> <li>typeName diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html index 13f75001..fe8a7b54 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html @@ -882,9 +882,9 @@ <li>getPolygonData() : <a class="el" href="classPxConvexMesh.html#9c9e10d0faaa446ea96494160d359cba">PxConvexMesh</a> <li>getPosition() -: <a class="el" href="classPxMat44.html#6c570865991ca15e80eb42b98ac92c32">PxMat44</a> -, <a class="el" href="classPxController.html#ca54bef0663caf75613a5542e54d318e">PxController</a> +: <a class="el" href="classPxController.html#ca54bef0663caf75613a5542e54d318e">PxController</a> , <a class="el" href="classPxPrismaticJoint.html#e4dc657df18bfc45e2dc0e21185532c2">PxPrismaticJoint</a> +, <a class="el" href="classPxMat44.html#6c570865991ca15e80eb42b98ac92c32">PxMat44</a> <li>getPostFilterShader() : <a class="el" href="classPxBatchQuery.html#f12d7a7693f8f4101f51cb5582386a08">PxBatchQuery</a> <li>getPostLaunchTask() @@ -900,14 +900,14 @@ <li>getPrismaticJointFlags() : <a class="el" href="classPxPrismaticJoint.html#536fe595cc77afd12f0f18a44005dbf7">PxPrismaticJoint</a> <li>getProjectionAngularTolerance() -: <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> -, <a class="el" href="classPxRevoluteJoint.html#fd45c654a94755ad2366c53794ebd30a">PxRevoluteJoint</a> +: <a class="el" href="classPxPrismaticJoint.html#c33eddce826faaf19778cf407206ee60">PxPrismaticJoint</a> +, <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> , <a class="el" href="classPxFixedJoint.html#5cf2d9348b4ccdc66ba83245b0ff7bf9">PxFixedJoint</a> -, <a class="el" href="classPxPrismaticJoint.html#c33eddce826faaf19778cf407206ee60">PxPrismaticJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#fd45c654a94755ad2366c53794ebd30a">PxRevoluteJoint</a> <li>getProjectionLinearTolerance() -: <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> +: <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> , <a class="el" href="classPxPrismaticJoint.html#ea99524ff17e5044d737a2c6c4ebc8c8">PxPrismaticJoint</a> -, <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> , <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> , <a class="el" href="classPxFixedJoint.html#de788fe7ea26f4cc1bc2f3b764583717">PxFixedJoint</a> <li>getProjectionPlane() @@ -939,8 +939,8 @@ : <a class="el" href="classPxConvexMesh.html#b7cd51e753d6eaa80b73e06544db7f1b">PxConvexMesh</a> , <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> , <a class="el" href="classPxTriangleMesh.html#0fc4aed5a5f01a0f1b769d3c6534ba8d">PxTriangleMesh</a> -, <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> , <a class="el" href="classPxClothFabric.html#63cecd759a2d741c895371dc8d97db85">PxClothFabric</a> +, <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> <li>getRelativeAngularVelocity() : <a class="el" href="classPxJoint.html#e1d90c4cb53d5807584474ae130048df">PxJoint</a> <li>getRelativeLinearVelocity() @@ -948,16 +948,16 @@ <li>getRelativeTransform() : <a class="el" href="classPxJoint.html#116450043c073548c1c55d032014f7e7">PxJoint</a> <li>getRenderBuffer() -: <a class="el" href="classPxScene.html#35f231796a325fcf587e681831c5fcb5">PxScene</a> -, <a class="el" href="classPxControllerManager.html#a6b2e7140e13c739ccf089331b434606">PxControllerManager</a> +: <a class="el" href="classPxControllerManager.html#a6b2e7140e13c739ccf089331b434606">PxControllerManager</a> +, <a class="el" href="classPxScene.html#35f231796a325fcf587e681831c5fcb5">PxScene</a> <li>getReportAllocationNames() : <a class="el" href="classPxFoundation.html#99d8ace08bda782da561bc14c6e9075b">PxFoundation</a> <li>getRepXSerializer() : <a class="el" href="classPxSerializationRegistry.html#40b8f7dfa706de614a013ed15c79dfdc">PxSerializationRegistry</a> <li>getRestitution() : <a class="el" href="classPxMaterial.html#06db9f154df542598da209a31fdc123f">PxMaterial</a> -, <a class="el" href="classPxContactSet.html#643d2c1eb96b29b8119e11e04828c26e">PxContactSet</a> , <a class="el" href="classPxParticleBase.html#f685d7f2c306a42d345fcde35a2bf6fa">PxParticleBase</a> +, <a class="el" href="classPxContactSet.html#643d2c1eb96b29b8119e11e04828c26e">PxContactSet</a> , <a class="el" href="structPxContactStreamIterator.html#25f719cc460541c095fa0b7101fe4a32">PxContactStreamIterator</a> <li>getRestitutionCombineMode() : <a class="el" href="classPxMaterial.html#a4f567c979252e84dc88cbd626dc8812">PxMaterial</a> @@ -985,16 +985,18 @@ : <a class="el" href="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345">PxRigidDynamic</a> <li>getRunProfiled() : <a class="el" href="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930">PxDefaultCpuDispatcher</a> +<li>getSample() +: <a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">PxHeightField</a> <li>getSampleStride() : <a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">PxHeightField</a> <li>getScene() -: <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> +: <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> , <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> -, <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> -, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> , <a class="el" href="classPxControllerManager.html#86e943ddc5db86e23b9f31eeff908a74">PxControllerManager</a> , <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> -, <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> +, <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> <li>getScenePvdClient() : <a class="el" href="classPxScene.html#ac4ee13053cdb7f50ca6c065077c9ee3">PxScene</a> <li>getScenePvdFlags() @@ -1016,8 +1018,8 @@ <li>getSelfCollisionStiffness() : <a class="el" href="classPxCloth.html#a3532b8262295f8adf15a8cda9c83f25">PxCloth</a> <li>getSeparation() -: <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +, <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> <li>getSeparationConstraints() : <a class="el" href="classPxCloth.html#0ca219e86a0a99a8ad6198208cef26b7">PxCloth</a> <li>getSeparationTolerance() @@ -1029,13 +1031,13 @@ <li>getSets() : <a class="el" href="classPxClothFabric.html#f45bfae66b62c892245fac4dbc099f71">PxClothFabric</a> <li>getShapes() -: <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> -, <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +, <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> <li>getSimulationEventCallback() : <a class="el" href="classPxScene.html#1eb6366fd80f5a8f6a9154a412c33436">PxScene</a> <li>getSimulationFilterData() -: <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> -, <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +: <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +, <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> , <a class="el" href="classPxCloth.html#b2c8c03af0b084ea266e3396620c051d">PxCloth</a> <li>getSimulationStatistics() : <a class="el" href="classPxScene.html#7abb1e1354ae3258b91fc097e9d682b8">PxScene</a> @@ -1044,8 +1046,8 @@ <li>getSleepLinearVelocity() : <a class="el" href="classPxCloth.html#d421d5f30c8df5c22d605ab99fbf31d1">PxCloth</a> <li>getSleepThreshold() -: <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> -, <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +: <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +, <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> <li>getSlopeLimit() : <a class="el" href="classPxController.html#7e03e7863dd2036f673b084f3ce94629">PxController</a> <li>getSolverBatchSize() @@ -1053,8 +1055,8 @@ <li>getSolverFrequency() : <a class="el" href="classPxCloth.html#88872e66443f69945805fabb16b8cfac">PxCloth</a> <li>getSolverIterationCounts() -: <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> -, <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +: <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +, <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> <li>getSphereGeometry() : <a class="el" href="classPxShape.html#d36c41170461ca897fa70433d23268fa">PxShape</a> <li>getSphericalJointFlags() @@ -1065,10 +1067,10 @@ <li>getState() : <a class="el" href="classPxController.html#d694218683ad584f6120bc001c0d1616">PxController</a> <li>getStaticFriction() -: <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> -, <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> +: <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> , <a class="el" href="classPxParticleBase.html#490ead77cd5a791537c209c5650a8d0c">PxParticleBase</a> +, <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> +, <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> <li>getStaticStructure() : <a class="el" href="classPxScene.html#d285bee8674cc03378588a32c4f85dda">PxScene</a> <li>getStats() @@ -1078,9 +1080,9 @@ <li>getStepOffset() : <a class="el" href="classPxController.html#2a46763eb7541abe5d1c73eacca4639c">PxController</a> <li>getStiffness() -: <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> +: <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> , <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> -, <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +, <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> <li>getStiffnessFrequency() : <a class="el" href="classPxCloth.html#75cf540fbe32712420282f51dc281067">PxCloth</a> <li>getStretchConfig() @@ -1122,15 +1124,15 @@ <li>getTaskID() : <a class="el" href="classphysx_1_1PxTask.html#762b45266ec713eb7f599574a7998057">physx::PxTask</a> <li>getTaskManager() -: <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> -, <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +: <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +, <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> <li>getTetherAnchors() : <a class="el" href="classPxClothFabric.html#868c8ede0e185dbf6bff4ca17fec4a8a">PxClothFabric</a> <li>getTetherConfig() : <a class="el" href="classPxCloth.html#52957da35698b2488b4d67a4be285c55">PxCloth</a> <li>getTetherData() -: <a class="el" href="classPxClothGeodesicTetherCooker.html#d70234a172fc25819b8b5a66c9970058">PxClothGeodesicTetherCooker</a> -, <a class="el" href="classPxClothSimpleTetherCooker.html#4a7bc691494d9941f39ab1a12bc8aff7">PxClothSimpleTetherCooker</a> +: <a class="el" href="classPxClothSimpleTetherCooker.html#4a7bc691494d9941f39ab1a12bc8aff7">PxClothSimpleTetherCooker</a> +, <a class="el" href="classPxClothGeodesicTetherCooker.html#d70234a172fc25819b8b5a66c9970058">PxClothGeodesicTetherCooker</a> <li>getTetherLengths() : <a class="el" href="classPxClothFabric.html#8dde7c6c2105602237ded25f44c4eeee">PxClothFabric</a> <li>getTexts() @@ -1168,10 +1170,10 @@ : <a class="el" href="classPxMat44.html#f03cbe2d25cbab715ecb613037fedd47">PxMat44</a> , <a class="el" href="classPxMat33.html#4ac2e5e46952e91a18126a5de02d2697">PxMat33</a> <li>getTriangle() -: <a class="el" href="classPxMeshQuery.html#c567bb759621105f07886f257587d70f">PxMeshQuery</a> +: <a class="el" href="classPxMeshQuery.html#8acb2a510cda8105fe1d9f84acf20087">PxMeshQuery</a> <li>getTriangleMaterialIndex() -: <a class="el" href="classPxHeightField.html#497c5cb500ffc7d5cc00929c2007723b">PxHeightField</a> -, <a class="el" href="classPxTriangleMesh.html#c6ce228303232206a8ac953152007818">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#c6ce228303232206a8ac953152007818">PxTriangleMesh</a> +, <a class="el" href="classPxHeightField.html#497c5cb500ffc7d5cc00929c2007723b">PxHeightField</a> <li>getTriangleMeshes() : <a class="el" href="classPxPhysics.html#a781fee3bcd9ea28cfaa45717c4a8738">PxPhysics</a> <li>getTriangleMeshFlags() @@ -1181,27 +1183,27 @@ <li>getTriangleNormal() : <a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">PxHeightField</a> <li>getTriangles() -: <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> -, <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> +, <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> <li>getTrianglesRemap() : <a class="el" href="classPxTriangleMesh.html#6b36d40812d5cb70507472cd4e147ae0">PxTriangleMesh</a> <li>getTwist() : <a class="el" href="classPxD6Joint.html#a835389fb51c86ffb0a0aa32cbeec4f4">PxD6Joint</a> <li>getTwistLimit() -: <a class="el" href="classPxArticulationJoint.html#af8d7d469a142c4375b333f159c9ca5b">PxArticulationJoint</a> -, <a class="el" href="classPxD6Joint.html#d61577f7428193e59399a4dd4a24e153">PxD6Joint</a> +: <a class="el" href="classPxD6Joint.html#d61577f7428193e59399a4dd4a24e153">PxD6Joint</a> +, <a class="el" href="classPxArticulationJoint.html#af8d7d469a142c4375b333f159c9ca5b">PxArticulationJoint</a> <li>getTwistLimitContactDistance() : <a class="el" href="classPxArticulationJoint.html#cc1318e01659cd325fae18a2cd482bdb">PxArticulationJoint</a> <li>getTwistLimitEnabled() : <a class="el" href="classPxArticulationJoint.html#32aea69d3b9a65c654581a8b55e4f6f1">PxArticulationJoint</a> <li>getType() -: <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> -, <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> -, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> -, <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> -, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> +: <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> , <a class="el" href="classPxGeometryHolder.html#9cb321cfc08b5cb744bd52905e0a896f">PxGeometryHolder</a> , <a class="el" href="classPxController.html#d98589ad22dcdcedaf1c5fa9f0f40b53">PxController</a> +, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> +, <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> +, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> +, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> <li>getTypeName() : <a class="el" href="classPxRepXSerializer.html#91effb5024aa5a90fbbdbf7f17eba795">PxRepXSerializer</a> <li>getTypePairFriction() @@ -1213,8 +1215,8 @@ <li>getUseAutoGears() : <a class="el" href="classPxVehicleDriveDynData.html#9b917f8ea42e952946fcfb2b2bab4842">PxVehicleDriveDynData</a> <li>getUserData() -: <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> <li>getUserMemory() : <a class="el" href="classPxBatchQuery.html#edffcfa27e47ef04274bb8180b42e913">PxBatchQuery</a> <li>getVehicleType() @@ -1271,10 +1273,10 @@ : <a class="el" href="classphysx_1_1PxCpuDispatcher.html#55b03b2db9de4be06f5eace3e43f4ebc">physx::PxCpuDispatcher</a> <li>getWorldBounds() : <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> -, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> -, <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> -, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> , <a class="el" href="classPxActor.html#cab89ce3ee6d27b580063d131a417721">PxActor</a> +, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> +, <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> +, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> <li>getWrittenDataSize() : <a class="el" href="classPxPvdTransport.html#21db3b3932ca803b5232f34c503f4f4e">PxPvdTransport</a> <li>getX() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html index e66013cc..5cea0c64 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html @@ -195,71 +195,73 @@ <li>operator<=() : <a class="el" href="classPxStrideIterator.html#f8a3289cb8c73f450bcc13eac4fab461">PxStrideIterator< T ></a> <li>operator=() -: <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> -, <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> +: <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> , <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> -, <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> , <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> +, <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> +, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> +, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxTriangle.html#e4c701d8c6f8ca3cbe652546d063f8fa">PxTriangle</a> +, <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> , <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> -, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> +, <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> , <a class="el" href="classPxVec3.html#86f607c621d110d976c8e71772c25158">PxVec3</a> -, <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> -, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> -, <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> -, <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> , <a class="el" href="group__foundation.html#ga695b4a8b303290a0e28b7b493d1c02d">PxFlags< enumtype, storagetype ></a> -, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> -, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> , <a class="el" href="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2">PxFixedSizeLookupTable< NB_ELEMENTS ></a> +, <a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">PxFilterData</a> , <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> <li>operator==() -: <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> -, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> -, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +: <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> +, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> +, <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> , <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> -, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> , <a class="el" href="classPxVec2.html#a3966148966ec2a6d780f08d114c92f3">PxVec2</a> -, <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> , <a class="el" href="classPxMat44.html#ec9ebf1e1c19a3bc685280f1a3765090">PxMat44</a> -, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> -, <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> , <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +, <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="group__foundation.html#g110ffd967a01bc544cbf8c04850ede25">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> <li>operator>() : <a class="el" href="classPxStrideIterator.html#83d5749f894ee4cb8b08e68fe9c127db">PxStrideIterator< T ></a> <li>operator>=() : <a class="el" href="classPxStrideIterator.html#8b63bc62372adac2168b561a2a9ffdbe">PxStrideIterator< T ></a> <li>operator[]() -: <a class="el" href="classPxVec3.html#faae1b939e5c7ae27aba81612dd5fc01">PxVec3</a> -, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> -, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> +: <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> +, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> , <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> +, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> , <a class="el" href="classPxVec4.html#b99a22543b09188d3677461ee1016ab4">PxVec4</a> , <a class="el" href="classPxVec2.html#12510dbff9f774ca28bda1f50cae76e8">PxVec2</a> +, <a class="el" href="classPxVec4.html#dccc186308bad92528570f565a17cb54">PxVec4</a> , <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> -, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> -, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> +, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> +, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> , <a class="el" href="structPxExtendedVec3.html#b0bd46e5292d407ce90941a69b78e635">PxExtendedVec3</a> -, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> -, <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> <li>operator^() -: <a class="el" href="group__foundation.html#g6865e66d61ec6a6adc8fc8eb807c8b9a">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfaa73291f9dab13b84d9e3353f58b012">PxFlags< enumtype, storagetype ></a> <li>operator^=() -: <a class="el" href="group__foundation.html#gfbe5e3fb5d82008c8c193d37709980d7">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g40c9a674d20163242c9ffe4ac15568af">PxFlags< enumtype, storagetype ></a> <li>operator|() -: <a class="el" href="group__foundation.html#g64ea68943f74aa2fe52fa126ca873b88">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gff3ab524c497628d53b76cc57cc4c31e">PxFlags< enumtype, storagetype ></a> <li>operator|=() -: <a class="el" href="group__foundation.html#ged43737118e117c9959a2a7dfd13df02">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g4c56b47b1a4cadc05d94cd1ef850dd4f">PxFlags< enumtype, storagetype ></a> <li>operator~() : <a class="el" href="group__foundation.html#g372ff7f25a1aa152c934b0a325054f0d">PxFlags< enumtype, storagetype ></a> <li>overlap() -: <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> -, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> -, <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> +: <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> +, <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> +, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> , <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> +, <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> , <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> -, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> <li>overlapAny() : <a class="el" href="classPxSceneQueryExt.html#3c58a83de3d9b9466fc02bfcbc76dfe5">PxSceneQueryExt</a> <li>overlapMultiple() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html index 73ba9711..e48d3e0f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html @@ -329,15 +329,15 @@ <li>PxMassProperties() : <a class="el" href="classPxMassProperties.html#1cbdb127fcb5b2b3617693e24ccdb49b">PxMassProperties</a> <li>PxMat33() -: <a class="el" href="classPxMat33.html#73231a8d10a61fe85c6a3b2fab81a7f1">PxMat33</a> +: <a class="el" href="classPxMat33.html#92525fe88727f40493acfd0857680fc4">PxMat33</a> <li>PxMat44() -: <a class="el" href="classPxMat44.html#c12ebe870e5fab8bbce5a6f8a7bd4ee5">PxMat44</a> +: <a class="el" href="classPxMat44.html#d514b6d688fc320ffb13e94367fcdf1b">PxMat44</a> <li>PxMaterial() -: <a class="el" href="classPxMaterial.html#f307774d0f072ac743621419a5d7c1a7">PxMaterial</a> +: <a class="el" href="classPxMaterial.html#9f402b870b0729455ba8199b46a0fccd">PxMaterial</a> <li>PxMeshOverlapUtil() : <a class="el" href="classPxMeshOverlapUtil.html#bd9c8b4408c4a5d4a8edddfd77ae3a32">PxMeshOverlapUtil</a> <li>PxMeshScale() -: <a class="el" href="classPxMeshScale.html#861aff2d78563d1e844d5cb6a34057c6">PxMeshScale</a> +: <a class="el" href="classPxMeshScale.html#073dcde32362dd33ba16db1375d32ded">PxMeshScale</a> <li>PxMidphaseDesc() : <a class="el" href="classPxMidphaseDesc.html#2884c3beff507638b6bceb78c46c9eee">PxMidphaseDesc</a> <li>PxObstacle() @@ -349,17 +349,17 @@ <li>PxPadding() : <a class="el" href="structPxPadding.html#3a6e900438823b303b5818030d2df083">PxPadding< TNumBytes ></a> <li>PxParticleBase() -: <a class="el" href="classPxParticleBase.html#328a22534db4e5585a0b9e17f0e83d05">PxParticleBase</a> +: <a class="el" href="classPxParticleBase.html#1688c7c5736ab69e7606d419daccfe39">PxParticleBase</a> <li>PxParticleCreationData() : <a class="el" href="group__particles.html#g8946abea4ff273cbecd459cd74e83f79">PxParticleCreationData</a> <li>PxParticleFluid() -: <a class="el" href="classPxParticleFluid.html#a47d7c6c87f093ecf774b1a164b294b5">PxParticleFluid</a> +: <a class="el" href="classPxParticleFluid.html#1355760c2e345ab70190308946fbd825">PxParticleFluid</a> <li>PxParticleSystem() : <a class="el" href="classPxParticleSystem.html#fd52afc4a8cff4049dc6a7db67c6d75f">PxParticleSystem</a> <li>PxPhysicsInsertionCallback() : <a class="el" href="classPxPhysicsInsertionCallback.html#d1424ae705471676424f57e2037f63dd">PxPhysicsInsertionCallback</a> <li>PxPlane() -: <a class="el" href="classPxPlane.html#5d449753bd941b2ac7d4f507e53ff2b9">PxPlane</a> +: <a class="el" href="classPxPlane.html#a91bd50f689e65d8df16b9bc451adbe4">PxPlane</a> <li>PxPlaneGeometry() : <a class="el" href="classPxPlaneGeometry.html#d71ebf9ac3a2f3831fb65dfe91adf505">PxPlaneGeometry</a> <li>PxPrismaticJoint() @@ -369,7 +369,7 @@ <li>PxPruningStructure() : <a class="el" href="classPxPruningStructure.html#034b569b8e1db318efcb97fa3dc03020">PxPruningStructure</a> <li>PxQuat() -: <a class="el" href="classPxQuat.html#b364d7ce854065cd32b2dbbd8d30e279">PxQuat</a> +: <a class="el" href="group__foundation.html#gf4ea3337baa14716f97e5cae7f6047c2">PxQuat</a> <li>PxQueryCache() : <a class="el" href="structPxQueryCache.html#810ecb74536e940be1719d60aedfd3cd">PxQueryCache</a> <li>PxQueryFilterData() @@ -385,15 +385,15 @@ <li>PxRepXObject() : <a class="el" href="structPxRepXObject.html#a1cc707ced49e51838f39a1867566893">PxRepXObject</a> <li>PxRevoluteJoint() -: <a class="el" href="classPxRevoluteJoint.html#298f032a11365475f16d6d2b42c5dc61">PxRevoluteJoint</a> +: <a class="el" href="classPxRevoluteJoint.html#738a0a094358001c58c9c3ea070730a2">PxRevoluteJoint</a> <li>PxRigidActor() -: <a class="el" href="classPxRigidActor.html#ea61d8192d25e64cefbbdc5f6d68a39b">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#bc3690608611b90d1efd033e804fd774">PxRigidActor</a> <li>PxRigidBody() -: <a class="el" href="classPxRigidBody.html#df18dc769f8d1d3da7760097fa699acb">PxRigidBody</a> +: <a class="el" href="classPxRigidBody.html#14d4e7068063768f6029a975ff5d41e4">PxRigidBody</a> <li>PxRigidDynamic() : <a class="el" href="classPxRigidDynamic.html#b21ed0e4e1be20fc975fcd3ceeb4e064">PxRigidDynamic</a> <li>PxRigidStatic() -: <a class="el" href="classPxRigidStatic.html#33f405d68b5ec1e8e60d0b361151645c">PxRigidStatic</a> +: <a class="el" href="classPxRigidStatic.html#7881e50c535f44a6d69f40af3baa7ffc">PxRigidStatic</a> <li>PxScene() : <a class="el" href="classPxScene.html#37b5f1aed7edbae16640e0555d9271ae">PxScene</a> <li>PxSceneDesc() @@ -401,7 +401,7 @@ <li>PxSceneLimits() : <a class="el" href="group__physics.html#gd36024f1760b55b0947dc0d91e080bd7">PxSceneLimits</a> <li>PxSceneReadLock() -: <a class="el" href="classPxSceneReadLock.html#c6f82c5407164675be3fc767c4e9cecd">PxSceneReadLock</a> +: <a class="el" href="classPxSceneReadLock.html#ef1281bce24a99ed88fc45e88c702266">PxSceneReadLock</a> <li>PxSceneWriteLock() : <a class="el" href="classPxSceneWriteLock.html#79dfa45a702ade06c4ca4af9de6ea160">PxSceneWriteLock</a> <li>PxSerializationContext() @@ -415,15 +415,15 @@ <li>PxSimulationStatistics() : <a class="el" href="classPxSimulationStatistics.html#910e1921a55acda66f5c22ee173eda32">PxSimulationStatistics</a> <li>PxSphereGeometry() -: <a class="el" href="classPxSphereGeometry.html#b0c426a8db79da6808e364de8d213c28">PxSphereGeometry</a> +: <a class="el" href="classPxSphereGeometry.html#f190d00c7a0b5748e8159eba87cdb23a">PxSphereGeometry</a> <li>PxSphericalJoint() -: <a class="el" href="classPxSphericalJoint.html#c286965aa17ee29f33dfc66723f30116">PxSphericalJoint</a> +: <a class="el" href="classPxSphericalJoint.html#b06e4205a73a38b86f803b33596ff2b0">PxSphericalJoint</a> <li>PxSpring() : <a class="el" href="classPxSpring.html#2fe1f5d75c8b8e0c7ad9ce417c8fdebc">PxSpring</a> <li>PxStridedData() : <a class="el" href="structPxStridedData.html#f327f6129229e98cb13b949b3fa2a26d">PxStridedData</a> <li>PxStrideIterator() -: <a class="el" href="classPxStrideIterator.html#83f07f56ecd22231423a7a6115dcec5f">PxStrideIterator< T ></a> +: <a class="el" href="classPxStrideIterator.html#47b65f7b217b7b58e41c60eba2036c6a">PxStrideIterator< T ></a> <li>PxSweepBufferN() : <a class="el" href="structPxSweepBufferN.html#b8be2772b4fe811563efc01824201a61">PxSweepBufferN< N ></a> <li>PxSweepHit() @@ -433,21 +433,21 @@ <li>PxTolerancesScale() : <a class="el" href="group__common.html#gf2bc9f0c0e1ee44a548900a13bb1136c">PxTolerancesScale</a> <li>PxTransform() -: <a class="el" href="classPxTransform.html#1e8f1a81e48e0b8c5e5708b871ca61e0">PxTransform</a> +: <a class="el" href="classPxTransform.html#b414a3463acc556445fb095ee32e98d8">PxTransform</a> <li>PxTriangle() : <a class="el" href="classPxTriangle.html#a85f97202f9b4811cdacc3f126da023b">PxTriangle</a> <li>PxTriangleMesh() -: <a class="el" href="classPxTriangleMesh.html#add4279bc98db8ec4d1da6c1485fcb07">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#b6401ba6b8f477e3c95a79da42f4e3b0">PxTriangleMesh</a> <li>PxTriangleMeshDesc() : <a class="el" href="group__cooking.html#g15d3050ac143dfb67ad43a8682c7b569">PxTriangleMeshDesc</a> <li>PxTriangleMeshGeometry() -: <a class="el" href="classPxTriangleMeshGeometry.html#d8d886a991c25f98a83d70be5cba0410">PxTriangleMeshGeometry</a> +: <a class="el" href="classPxTriangleMeshGeometry.html#1a1cef2255e9fc7357a4f9e07c2826b4">PxTriangleMeshGeometry</a> <li>PxTriggerPair() : <a class="el" href="structPxTriggerPair.html#adedcfa39f52b9e32b73d9f2096069f1">PxTriggerPair</a> <li>PxTypedStridedData() : <a class="el" href="structPxTypedStridedData.html#00c6a63c63d01bdca92b06f60e6909bb">PxTypedStridedData< TDataType ></a> <li>PxVec2() -: <a class="el" href="classPxVec2.html#71fc8ee1b46e0b0539cb507a3b290330">PxVec2</a> +: <a class="el" href="classPxVec2.html#4b60f4c08b8019e8c28967ed33d436ce">PxVec2</a> <li>PxVec3() : <a class="el" href="classPxVec3.html#672e12542fc6f752d21368493578af4e">PxVec3</a> <li>PxVec4() @@ -457,7 +457,7 @@ <li>PxVehicleAntiRollBarData() : <a class="el" href="classPxVehicleAntiRollBarData.html#e926b0985fe5243a1e671405d19e9dac">PxVehicleAntiRollBarData</a> <li>PxVehicleAutoBoxData() -: <a class="el" href="classPxVehicleAutoBoxData.html#7cb4c73cc1997ba805a79cb72f230d36">PxVehicleAutoBoxData</a> +: <a class="el" href="classPxVehicleAutoBoxData.html#4f2313daab10500b71271d46ebbd0fc5">PxVehicleAutoBoxData</a> <li>PxVehicleChassisData() : <a class="el" href="classPxVehicleChassisData.html#edff02e1e05309618636a393743265f4">PxVehicleChassisData</a> <li>PxVehicleClutchData() @@ -473,49 +473,49 @@ <li>PxVehicleDrivableSurfaceToTireFrictionPairs() : <a class="el" href="classPxVehicleDrivableSurfaceToTireFrictionPairs.html#6838139851fe46e93a55cc3fb4f55239">PxVehicleDrivableSurfaceToTireFrictionPairs</a> <li>PxVehicleDrive() -: <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#fc560f3fed1fb50c39eed8bdb1d12204">PxVehicleDrive</a> <li>PxVehicleDrive4W() -: <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +: <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> <li>PxVehicleDrive4WRawInputData() : <a class="el" href="classPxVehicleDrive4WRawInputData.html#f897772ee3457a2100945890f3d025ef">PxVehicleDrive4WRawInputData</a> <li>PxVehicleDriveDynData() -: <a class="el" href="classPxVehicleDriveDynData.html#5395d429ef9607844d63447c2b89c146">PxVehicleDriveDynData</a> +: <a class="el" href="classPxVehicleDriveDynData.html#f38233e891d581d123bcae2724d57dc7">PxVehicleDriveDynData</a> <li>PxVehicleDriveNW() -: <a class="el" href="classPxVehicleDriveNW.html#71ec3a0d4cda296f589ea83179dd7a24">PxVehicleDriveNW</a> +: <a class="el" href="classPxVehicleDriveNW.html#f463dfdb64f6135628c5838908bb5395">PxVehicleDriveNW</a> <li>PxVehicleDriveNWRawInputData() : <a class="el" href="classPxVehicleDriveNWRawInputData.html#69da40337ef28425e015fc3ba0bde4eb">PxVehicleDriveNWRawInputData</a> <li>PxVehicleDriveSimData() -: <a class="el" href="classPxVehicleDriveSimData.html#c38c78c84f3c0475a177ab6d3202f354">PxVehicleDriveSimData</a> +: <a class="el" href="classPxVehicleDriveSimData.html#5da8eea1e75acb69885a5d9058a12b4d">PxVehicleDriveSimData</a> <li>PxVehicleDriveSimData4W() : <a class="el" href="classPxVehicleDriveSimData4W.html#db99a930a7426f4835c48574ee77e947">PxVehicleDriveSimData4W</a> <li>PxVehicleDriveSimDataNW() -: <a class="el" href="classPxVehicleDriveSimDataNW.html#86feaf54b53b83f64e248135c87f4ef0">PxVehicleDriveSimDataNW</a> +: <a class="el" href="classPxVehicleDriveSimDataNW.html#e3625d06e1733b2c574f409299507c46">PxVehicleDriveSimDataNW</a> <li>PxVehicleDriveTank() -: <a class="el" href="classPxVehicleDriveTank.html#af73a5da1f780e4f37b669dfb3e1dd24">PxVehicleDriveTank</a> +: <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> <li>PxVehicleDriveTankRawInputData() : <a class="el" href="classPxVehicleDriveTankRawInputData.html#99b71417ecdde92487aa06d3c0ecb832">PxVehicleDriveTankRawInputData</a> <li>PxVehicleEngineData() : <a class="el" href="classPxVehicleEngineData.html#003aa44611d0be2a466787521db49fb2">PxVehicleEngineData</a> <li>PxVehicleGearsData() -: <a class="el" href="classPxVehicleGearsData.html#aa179d92d69320b45210a1f1bc851c59">PxVehicleGearsData</a> +: <a class="el" href="classPxVehicleGearsData.html#197ff974ac25dfbad8c8f323a74a8a0d">PxVehicleGearsData</a> <li>PxVehicleNoDrive() -: <a class="el" href="classPxVehicleNoDrive.html#6ba06186cf9355dd9198beef75352afc">PxVehicleNoDrive</a> +: <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> <li>PxVehicleSuspensionData() : <a class="el" href="classPxVehicleSuspensionData.html#8edf19ece4a7b7c32af4aa823e98c434">PxVehicleSuspensionData</a> <li>PxVehicleTireData() : <a class="el" href="classPxVehicleTireData.html#4f7cde0fb3943e130fe35a786f649d1d">PxVehicleTireData</a> <li>PxVehicleTireLoadFilterData() -: <a class="el" href="classPxVehicleTireLoadFilterData.html#4b81e279ec039f3da510ba6939ccdf1b">PxVehicleTireLoadFilterData</a> +: <a class="el" href="classPxVehicleTireLoadFilterData.html#b856f54f8e45dc86b9b1a396ccfa05ff">PxVehicleTireLoadFilterData</a> <li>PxVehicleWheelConcurrentUpdateData() : <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#5d00e2311128d7bb90b0568fa2323a68">PxVehicleWheelConcurrentUpdateData</a> <li>PxVehicleWheelData() : <a class="el" href="classPxVehicleWheelData.html#0041dd83bf7afcd53489fa1fa9727496">PxVehicleWheelData</a> <li>PxVehicleWheels() -: <a class="el" href="classPxVehicleWheels.html#fb89c7e2d53b98c310d59443213fff80">PxVehicleWheels</a> +: <a class="el" href="classPxVehicleWheels.html#0a75ee48309f1052d10acdc9b727ab06">PxVehicleWheels</a> <li>PxVehicleWheelsDynData() : <a class="el" href="classPxVehicleWheelsDynData.html#5243d9d4a70183f44b248df5b39b05d3">PxVehicleWheelsDynData</a> <li>PxVehicleWheelsSimData() -: <a class="el" href="classPxVehicleWheelsSimData.html#6739c902ff9828abceace89afd02fb81">PxVehicleWheelsSimData</a> +: <a class="el" href="classPxVehicleWheelsSimData.html#9fbfa747a9ef9fe0cc1deef89a5b1238">PxVehicleWheelsSimData</a> <li>PxWheelQueryResult() : <a class="el" href="structPxWheelQueryResult.html#161b38c47540b17befebc36c02c8e996">PxWheelQueryResult</a> <li>PxXmlMiscParameter() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html index 61ca3f53..181b2e85 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html @@ -2116,7 +2116,7 @@ Specifies whether the collision object belongs to a kinematic rigid body. <dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the object belongs to a kinematic rigid body, else false</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxRigidBodyFlag.html#5fd4878ae66a98c030a9d976e8ba8596bd76e6985e9db78efb7a66148ea4c212" title="Enables kinematic mode for the actor.">PxRigidBodyFlag::eKINEMATIC</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00486">PxFilterObjectFlag::eKINEMATIC</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00502">PxFilterObjectFlag::eKINEMATIC</a>.</p> </div> </div><p> @@ -2147,7 +2147,7 @@ Specifies whether the collision object is a trigger shape. <dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the object is a trigger shape, else false</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxShapeFlag.html#6edb481aaa3a998c5d6dd3fc4ad87f1aef2b90024dc86be72b68bbaf94a5821d" title="The shape is a trigger which can send reports whenever other shapes enter/leave its...">PxShapeFlag::eTRIGGER_SHAPE</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00487">PxFilterObjectFlag::eTRIGGER</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00503">PxFilterObjectFlag::eTRIGGER</a>.</p> </div> </div><p> @@ -2178,7 +2178,7 @@ Extract filter object type from the filter attributes of a collision pair object <dl class="return" compact><dt><b>Returns:</b></dt><dd>The type of the collision pair object.</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00473">PxFilterObjectType::eMAX_TYPE_COUNT</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00489">PxFilterObjectType::eMAX_TYPE_COUNT</a>.</p> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk index e74bde70..cb1d504d 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk +++ b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk @@ -2383,6 +2383,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxVehicleWheels.html#dd82906e8c19fcc1b24fda52140a58d9"><param name="Name" value="getRigidDynamicActor"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345"><param name="Name" value="getRigidDynamicLockFlags"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930"><param name="Name" value="getRunProfiled"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa"><param name="Name" value="getSample"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e"><param name="Name" value="getSampleStride"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3"><param name="Name" value="getScene"></OBJECT> <UL> @@ -3679,6 +3680,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#g81a73ed06438569e730320f322376ae8"><param name="Name" value="PxCapsuleControllerDesc"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39"><param name="Name" value="PxControllerDesc"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15"><param name="Name" value="PxDefaultMemoryOutputStream"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#20d8e3db97e925668d7eba863795b679"><param name="Name" value="PxFilterData"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2"><param name="Name" value="PxFixedSizeLookupTable"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327"><param name="Name" value="PxFlags"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4"><param name="Name" value="PxMat33"></OBJECT> @@ -7215,6 +7217,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html"><param name="Name" value="PxFilterData"></OBJECT> <UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e"><param name="Name" value="operator!="></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#20d8e3db97e925668d7eba863795b679"><param name="Name" value="operator="></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14"><param name="Name" value="operator=="></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#469ff4e6a40879e92ed4dc5de4b68a48"><param name="Name" value="PxFilterData"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5"><param name="Name" value="setToDefault"></OBJECT> @@ -7559,6 +7562,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#deb227d057ba7949ad536a26ad75adab"><param name="Name" value="getNbColumns"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#9c23959bd90dd2acf493e4a4a85b8b2e"><param name="Name" value="getNbRows"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28"><param name="Name" value="getReferenceCount"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa"><param name="Name" value="getSample"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e"><param name="Name" value="getSampleStride"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#3d1c8423fdb42c8707102f4785fee97a"><param name="Name" value="getThickness"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe"><param name="Name" value="getTimestamp"></OBJECT> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html index bcfcbf5c..5a678b69 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html @@ -21,9 +21,11 @@ <div class="contents"> <h1>PxFilterData Member List</h1>This is the complete list of members for <a class="el" href="structPxFilterData.html">PxFilterData</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">operator!=</a>(const PxFilterData &a) const </td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> + <tr class="memlist"><td><a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">operator=</a>(const PxFilterData &fd)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">operator==</a>(const PxFilterData &a) const </td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#469ff4e6a40879e92ed4dc5de4b68a48">PxFilterData</a>(const PxEMPTY)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#ecbb36ad8822aac96f39a1054d995821">PxFilterData</a>()</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> + <tr class="memlist"><td><a class="el" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">PxFilterData</a>(const PxFilterData &fd)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">PxFilterData</a>(PxU32 w0, PxU32 w1, PxU32 w2, PxU32 w3)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">setToDefault</a>()</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a></td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td></td></tr> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html index 53a12f53..01f6c5f1 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html @@ -37,12 +37,18 @@ <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#ecbb36ad8822aac96f39a1054d995821">PxFilterData</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <a href="#ecbb36ad8822aac96f39a1054d995821"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">PxFilterData</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &fd)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="#b02469517e6bf86a5402b451893d60f3"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">PxFilterData</a> (<a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w0, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w1, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w2, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w3)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor to set filter data initially. <a href="#b4ec43e89c553a53134ca8e481346002"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">setToDefault</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">(re)sets the structure to the default. <a href="#d6d40431c37145235eaceea47f57b9b5"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">operator=</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &fd)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Assignment operator. <a href="#20d8e3db97e925668d7eba863795b679"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">operator==</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &a) const </td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Comparison operator to allow use in Array. <a href="#535a321fcf2f15b37a31aafdb5bfef14"></a><br></td></tr> @@ -105,6 +111,28 @@ Default constructor. </div> </div><p> +<a class="anchor" name="b02469517e6bf86a5402b451893d60f3"></a><!-- doxytag: member="PxFilterData::PxFilterData" ref="b02469517e6bf86a5402b451893d60f3" args="(const PxFilterData &fd)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">PX_INLINE PxFilterData::PxFilterData </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="structPxFilterData.html">PxFilterData</a> & </td> + <td class="paramname"> <em>fd</em> </td> + <td> ) </td> + <td><code> [inline]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Copy constructor. +<p> + +</div> +</div><p> <a class="anchor" name="b4ec43e89c553a53134ca8e481346002"></a><!-- doxytag: member="PxFilterData::PxFilterData" ref="b4ec43e89c553a53134ca8e481346002" args="(PxU32 w0, PxU32 w1, PxU32 w2, PxU32 w3)" --> <div class="memitem"> <div class="memproto"> @@ -171,6 +199,30 @@ Comparison operator to allow use in Array. </div> </div><p> +<a class="anchor" name="20d8e3db97e925668d7eba863795b679"></a><!-- doxytag: member="PxFilterData::operator=" ref="20d8e3db97e925668d7eba863795b679" args="(const PxFilterData &fd)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">PX_INLINE void PxFilterData::operator= </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="structPxFilterData.html">PxFilterData</a> & </td> + <td class="paramname"> <em>fd</em> </td> + <td> ) </td> + <td><code> [inline]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Assignment operator. +<p> + +<p>References <a class="el" href="PxFiltering_8h-source.html#l00434">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00435">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00436">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00437">word3</a>.</p> + +</div> +</div><p> <a class="anchor" name="535a321fcf2f15b37a31aafdb5bfef14"></a><!-- doxytag: member="PxFilterData::operator==" ref="535a321fcf2f15b37a31aafdb5bfef14" args="(const PxFilterData &a) const " --> <div class="memitem"> <div class="memproto"> @@ -191,7 +243,7 @@ Comparison operator to allow use in Array. Comparison operator to allow use in Array. <p> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00418">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00419">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00420">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">word3</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00434">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00435">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00436">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00437">word3</a>.</p> </div> </div><p> @@ -230,7 +282,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -247,7 +299,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -264,7 +316,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -281,7 +333,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> |