#include <GA_VertexGroupIterator.h>
Definition at line 26 of file GA_VertexGroupIterator.h.
GA_VertexGroupIterator::GA_VertexGroupIterator |
( |
const GA_VertexGroup * |
grp | ) |
|
|
inline |
GA_VertexGroupIterator::GA_VertexGroupIterator |
( |
| ) |
|
|
inline |
void GA_VertexGroupIterator::advance |
( |
| ) |
|
|
inline |
bool GA_VertexGroupIterator::atEnd |
( |
| ) |
const |
|
inline |
const GA_Primitive* GA_VertexGroupIterator::getPrimitive |
( |
| ) |
const |
Accessor to get the current primitive.
GA_Offset GA_VertexGroupIterator::getPrimitiveOffset |
( |
| ) |
const |
|
inline |
GA_Size GA_VertexGroupIterator::getPrimVertexNum |
( |
| ) |
const |
|
inline |
The number for the current vertex within the current primitive. For example, the vertex offset is,
it.getPrimitive()->getVertexOffset(it.getPrimVertexNum());
Definition at line 68 of file GA_VertexGroupIterator.h.
void GA_VertexGroupIterator::rewind |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: