![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include <VertexArray.h>
Public Types | |
| typedef T | Type |
Public Member Functions | |
| VertexArrayIterator () | |
| VertexArrayIterator (char *data, size_t stride) | |
| VertexArrayIterator (const VertexArrayIterator &rhs) | |
| VertexArrayIterator & | operator= (const VertexArrayIterator &rhs) |
| T & | operator* () const |
| T * | operator-> () const |
| T & | operator[] (size_t idx) const |
| VertexArrayIterator & | operator++ () |
| VertexArrayIterator | operator++ (int) |
| VertexArrayIterator & | operator-- () |
| VertexArrayIterator | operator-- (int) |
| VertexArrayIterator & | operator+= (ssize_t rhs) |
| VertexArrayIterator & | operator-= (ssize_t rhs) |
| VertexArrayIterator | operator+ (ssize_t rhs) const |
| VertexArrayIterator | operator- (ssize_t rhs) const |
| char * | GetData () const |
| size_t | GetStride () const |
Private Attributes | |
| char * | m_Data |
| size_t | m_Stride |
| typedef T VertexArrayIterator< T >::Type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |