#include <PxMidphaseDesc.h>

Public Member Functions | |
| PX_FORCE_INLINE | PxMidphaseDesc () |
| PX_FORCE_INLINE PxMeshMidPhase::Enum | getType () const |
| Returns type of midphase mesh structure. | |
| void | setToDefault (PxMeshMidPhase::Enum type) |
| Initialize the midphase mesh structure descriptor. | |
| bool | isValid () const |
| Returns true if the descriptor is valid. | |
| PX_FORCE_INLINE PxMidphaseDesc & | operator= (PxMeshMidPhase::Enum descType) |
Public Attributes | |
| union { | |
| PxBVH33MidphaseDesc mBVH33Desc | |
| PxBVH34MidphaseDesc mBVH34Desc | |
| }; | |
| Midphase descriptors union. | |
Protected Attributes | |
| PxMeshMidPhase::Enum | mType |
| PX_FORCE_INLINE PxMidphaseDesc::PxMidphaseDesc | ( | ) | [inline] |
| PX_FORCE_INLINE PxMeshMidPhase::Enum PxMidphaseDesc::getType | ( | ) | const [inline] |
| bool PxMidphaseDesc::isValid | ( | ) | const [inline] |
Returns true if the descriptor is valid.
References PxMeshMidPhase::eBVH33, and PxMeshMidPhase::eBVH34.
| PX_FORCE_INLINE PxMidphaseDesc& PxMidphaseDesc::operator= | ( | PxMeshMidPhase::Enum | descType | ) | [inline] |
| void PxMidphaseDesc::setToDefault | ( | PxMeshMidPhase::Enum | type | ) | [inline] |
Initialize the midphase mesh structure descriptor.
| [in] | type | Midphase mesh structure descriptor |
References PxMeshMidPhase::eBVH33, and PxMeshMidPhase::eBVH34.
| union { ... } |
Midphase descriptors union.
PxMeshMidPhase::Enum PxMidphaseDesc::mType [protected] |