HDK
|
#include <GU_AgentRig.h>
Public Member Functions | |
const_iterator (const GU_AgentRig &rig, int start=-1) | |
void | rewind (int start=-1) |
void | advance () |
bool | atEnd () const |
int | operator* () const |
Returns the transform index. More... | |
const_iterator & | operator++ () |
Pre-increment operator. More... | |
Iterator for top down traversal of the rig hierarchy. Each visited transform's parent is guaranteed to be visited before its children.
Definition at line 146 of file GU_AgentRig.h.
|
inline |
Definition at line 149 of file GU_AgentRig.h.
|
inline |
Definition at line 169 of file GU_AgentRig.h.
|
inline |
Definition at line 183 of file GU_AgentRig.h.
|
inline |
Returns the transform index.
Definition at line 189 of file GU_AgentRig.h.
|
inline |
Pre-increment operator.
Definition at line 192 of file GU_AgentRig.h.
Definition at line 155 of file GU_AgentRig.h.