From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../structPxContactPairExtraDataIterator.html | 277 +++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/structPxContactPairExtraDataIterator.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxContactPairExtraDataIterator.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxContactPairExtraDataIterator.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxContactPairExtraDataIterator.html new file mode 100644 index 00000000..1f52990b --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxContactPairExtraDataIterator.html @@ -0,0 +1,277 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxContactPairExtraDataIterator Struct Reference + + + + + + + +
+

PxContactPairExtraDataIterator Struct Reference
+ +[Physics] +

A class to iterate over a contact pair extra data stream. +More... +

+#include <PxSimulationEventCallback.h> +

+

+Collaboration diagram for PxContactPairExtraDataIterator:
+
+

Collaboration graph
+ +PxContactPairVelocityPxContactPairExtraDataItemPxContactPairPosePxVec3PxTransformPxQuat +
[legend]
+ +

+List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

PX_FORCE_INLINE PxContactPairExtraDataIterator (const PxU8 *stream, PxU32 size)
 Constructor.
PX_INLINE bool nextItemSet ()
 Advances the iterator to next set of extra data items.

Public Attributes

const PxU8 * currPtr
 Current pointer in the stream.
const PxU8 * endPtr
 Pointer to the end of the stream.
const PxContactPairVelocitypreSolverVelocity
 Pointer to the current pre solver velocity item in the stream. NULL if there is none.
const PxContactPairVelocitypostSolverVelocity
 Pointer to the current post solver velocity item in the stream. NULL if there is none.
const PxContactPairPoseeventPose
 Pointer to the current contact event pose item in the stream. NULL if there is none.
PxU32 contactPairIndex
 The contact pair index of the current item set in the stream.

Private Member Functions

PX_FORCE_INLINE void clearDataPtrs ()
 Internal helper.
+


Detailed Description

+A class to iterate over a contact pair extra data stream. +

+

See also:
PxContactPairHeader.extraDataStream
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
PX_FORCE_INLINE PxContactPairExtraDataIterator::PxContactPairExtraDataIterator (const PxU8 *  stream,
PxU32  size 
) [inline]
+
+
+ +

+Constructor. +

+

Parameters:
+ + + +
[in] stream Pointer to the start of the stream.
[in] size Size of the stream in bytes.
+
+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
PX_FORCE_INLINE void PxContactPairExtraDataIterator::clearDataPtrs (  )  [inline, private]
+
+
+ +

+Internal helper. +

+ +

+

+ +

+
+ + + + + + + + +
PX_INLINE bool PxContactPairExtraDataIterator::nextItemSet (  )  [inline]
+
+
+ +

+Advances the iterator to next set of extra data items. +

+The contact pair extra data stream contains sets of items as requested by the corresponding PxPairFlag flags PxPairFlag::ePRE_SOLVER_VELOCITY, PxPairFlag::ePOST_SOLVER_VELOCITY, PxPairFlag::eCONTACT_EVENT_POSE. A set can contain one item of each plus the PxContactPairIndex item. This method parses the stream and points the iterator member variables to the corresponding items of the current set, if they are available. If CCD is not enabled, you should only get one set of items. If CCD with multiple passes is enabled, you might get more than one item set.

+

Note:
Even though contact pair extra data is requested per shape pair, you will not get an item set per shape pair but one per actor pair. If, for example, an actor has two shapes and both collide with another actor, then there will only be one item set (since it applies to both shape pairs).
+
Returns:
True if there was another set of extra data items in the stream, else false.
+
See also:
PxContactPairVelocity PxContactPairPose PxContactPairIndex
+ +

References PxContactPairExtraDataType::eCONTACT_EVENT_POSE, PxContactPairExtraDataType::eCONTACT_PAIR_INDEX, PxContactPairExtraDataType::ePOST_SOLVER_VELOCITY, PxContactPairExtraDataType::ePRE_SOLVER_VELOCITY, PX_ASSERT, and PxContactPairExtraDataItem::type.

+ +
+

+


Member Data Documentation

+ +
+ +
+ +

+The contact pair index of the current item set in the stream. +

+

See also:
PxContactPairIndex
+ +
+

+ +

+ +
+ +

+Current pointer in the stream. +

+ +

+

+ +

+ +
+ +

+Pointer to the end of the stream. +

+ +

+

+ +

+ +
+ +

+Pointer to the current contact event pose item in the stream. NULL if there is none. +

+

See also:
PxContactPairPose
+ +
+

+ +

+ +
+ +

+Pointer to the current post solver velocity item in the stream. NULL if there is none. +

+

See also:
PxContactPairVelocity
+ +
+

+ +

+ +
+ +

+Pointer to the current pre solver velocity item in the stream. NULL if there is none. +

+

See also:
PxContactPairVelocity
+ +
+

+


The documentation for this struct was generated from the following file: +
+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3