PxStrideIterator.h File Reference
#include "foundation/Px.h"
#include "foundation/PxAssert.h"
Include dependency graph for PxStrideIterator.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. | |
template<typename T > | |
PX_INLINE PxStrideIterator< T > | PxMakeIterator (T *ptr, PxU32 stride=sizeof(T)) |
Stride iterator factory function which infers the iterator type. | |
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. |
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com