#include <PxCoreUtilityTypes.h>
Public Member Functions | |
| PxFixedSizeLookupTable () | |
| PxFixedSizeLookupTable (const PxEMPTY) | |
| PxFixedSizeLookupTable (const PxReal *dataPairs, const PxU32 numDataPairs) | |
| PxFixedSizeLookupTable (const PxFixedSizeLookupTable &src) | |
| ~PxFixedSizeLookupTable () | |
| PxFixedSizeLookupTable & | operator= (const PxFixedSizeLookupTable &src) |
| PX_FORCE_INLINE void | addPair (const PxReal x, const PxReal y) |
| PX_FORCE_INLINE PxReal | getYVal (const PxReal x) const |
| PxU32 | getNbDataPairs () const |
| void | clear () |
| PX_FORCE_INLINE PxReal | getX (const PxU32 i) const |
| PX_FORCE_INLINE PxReal | getY (const PxU32 i) const |
Public Attributes | |
| PxReal | mDataPairs [2 *NB_ELEMENTS] |
| PxU32 | mNbDataPairs |
| PxU32 | mPad [3] |
| PxFixedSizeLookupTable< NB_ELEMENTS >::PxFixedSizeLookupTable | ( | ) | [inline] |
| PxFixedSizeLookupTable< NB_ELEMENTS >::PxFixedSizeLookupTable | ( | const | PxEMPTY | ) | [inline] |
| PxFixedSizeLookupTable< NB_ELEMENTS >::PxFixedSizeLookupTable | ( | const PxReal * | dataPairs, | |
| const PxU32 | numDataPairs | |||
| ) | [inline] |
| PxFixedSizeLookupTable< NB_ELEMENTS >::PxFixedSizeLookupTable | ( | const PxFixedSizeLookupTable< NB_ELEMENTS > & | src | ) | [inline] |
| PxFixedSizeLookupTable< NB_ELEMENTS >::~PxFixedSizeLookupTable | ( | ) | [inline] |
| PX_FORCE_INLINE void PxFixedSizeLookupTable< NB_ELEMENTS >::addPair | ( | const PxReal | x, | |
| const PxReal | y | |||
| ) | [inline] |
| void PxFixedSizeLookupTable< NB_ELEMENTS >::clear | ( | ) | [inline] |
| PxU32 PxFixedSizeLookupTable< NB_ELEMENTS >::getNbDataPairs | ( | ) | const [inline] |
| PX_FORCE_INLINE PxReal PxFixedSizeLookupTable< NB_ELEMENTS >::getX | ( | const PxU32 | i | ) | const [inline] |
| PX_FORCE_INLINE PxReal PxFixedSizeLookupTable< NB_ELEMENTS >::getY | ( | const PxU32 | i | ) | const [inline] |
| PX_FORCE_INLINE PxReal PxFixedSizeLookupTable< NB_ELEMENTS >::getYVal | ( | const PxReal | x | ) | const [inline] |
| PxFixedSizeLookupTable& PxFixedSizeLookupTable< NB_ELEMENTS >::operator= | ( | const PxFixedSizeLookupTable< NB_ELEMENTS > & | src | ) | [inline] |
| PxReal PxFixedSizeLookupTable< NB_ELEMENTS >::mDataPairs[2 *NB_ELEMENTS] |
| PxU32 PxFixedSizeLookupTable< NB_ELEMENTS >::mNbDataPairs |
| PxU32 PxFixedSizeLookupTable< NB_ELEMENTS >::mPad[3] |