#include "foundation/PxAssert.h"
Go to the source code of this file.
Classes | |
| class | PxStrideIterator< T > |
| Iterator class for iterating over arrays of data that may be interleaved with other data. More... | |
Functions | |
| template<typename T > | |
| PX_INLINE PxStrideIterator< T > | operator+ (int i, PxStrideIterator< T > it) |
| Addition operator. More... | |
| template<typename T > | |
| PX_INLINE PxStrideIterator< T > | PxMakeIterator (T *ptr, PxU32 stride=sizeof(T)) |
| Stride iterator factory function which infers the iterator type. More... | |
| template<typename T > | |
| PX_INLINE PxStrideIterator < const T > | PxMakeIterator (const T *ptr, PxU32 stride=sizeof(T)) |
| Stride iterator factory function which infers the iterator type. More... | |