Classes | Functions
PxStrideIterator.h File Reference
#include "foundation/PxAssert.h"
This graph shows which files directly or indirectly include this file:

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...
 


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