#include <PxBitAndData.h>
Public Member Functions | |
PX_FORCE_INLINE | PxBitAndDataT (const PxEMPTY) |
PX_FORCE_INLINE | PxBitAndDataT () |
PX_FORCE_INLINE | PxBitAndDataT (storageType data, bool bit=false) |
PX_CUDA_CALLABLE PX_FORCE_INLINE | operator storageType () const |
PX_CUDA_CALLABLE PX_FORCE_INLINE void | setBit () |
PX_CUDA_CALLABLE PX_FORCE_INLINE void | clearBit () |
PX_CUDA_CALLABLE PX_FORCE_INLINE storageType | isBitSet () const |
Protected Attributes | |
storageType | mData |
PX_FORCE_INLINE PxBitAndDataT< storageType, bitMask >::PxBitAndDataT | ( | const | PxEMPTY | ) | [inline] |
PX_FORCE_INLINE PxBitAndDataT< storageType, bitMask >::PxBitAndDataT | ( | ) | [inline] |
PX_FORCE_INLINE PxBitAndDataT< storageType, bitMask >::PxBitAndDataT | ( | storageType | data, | |
bool | bit = false | |||
) | [inline] |
PX_CUDA_CALLABLE PX_FORCE_INLINE void PxBitAndDataT< storageType, bitMask >::clearBit | ( | ) | [inline] |
PX_CUDA_CALLABLE PX_FORCE_INLINE storageType PxBitAndDataT< storageType, bitMask >::isBitSet | ( | ) | const [inline] |
PX_CUDA_CALLABLE PX_FORCE_INLINE PxBitAndDataT< storageType, bitMask >::operator storageType | ( | ) | const [inline] |
PX_CUDA_CALLABLE PX_FORCE_INLINE void PxBitAndDataT< storageType, bitMask >::setBit | ( | ) | [inline] |
storageType PxBitAndDataT< storageType, bitMask >::mData [protected] |