HDK
|
#include <GA_IntrinsicManager.h>
Public Member Functions | |
iterator () | |
Simple default constructor. More... | |
iterator (const iterator &src) | |
Copy constructor. More... | |
~iterator () | |
Destructor. More... | |
const iterator & | operator= (const iterator &src) |
Assignment operator. More... | |
iterator & | operator++ () |
Increment operator. More... | |
bool | atEnd () const |
Test to see if the iteration is complete. More... | |
void | advance () |
Advance to the next iteration. More... | |
const UT_StringHolder & | getToken () const |
Get the current attribute token. More... | |
GA_LocalIntrinsic | getLocalHandle () const |
int | getIndex () const |
Get the current attribute handle (global id) More... | |
Friends | |
class | GA_IntrinsicManager |
Iterator class to iterate Usage:
Definition at line 246 of file GA_IntrinsicManager.h.
|
inline |
Simple default constructor.
Definition at line 250 of file GA_IntrinsicManager.h.
|
inline |
Copy constructor.
Definition at line 255 of file GA_IntrinsicManager.h.
|
inline |
Destructor.
Definition at line 260 of file GA_IntrinsicManager.h.
|
inline |
Advance to the next iteration.
Definition at line 280 of file GA_IntrinsicManager.h.
|
inline |
Test to see if the iteration is complete.
Definition at line 275 of file GA_IntrinsicManager.h.
|
inline |
Get the current attribute handle (global id)
Definition at line 288 of file GA_IntrinsicManager.h.
|
inline |
Definition at line 285 of file GA_IntrinsicManager.h.
|
inline |
Get the current attribute token.
Definition at line 283 of file GA_IntrinsicManager.h.
|
inline |
Increment operator.
Definition at line 270 of file GA_IntrinsicManager.h.
Assignment operator.
Definition at line 262 of file GA_IntrinsicManager.h.
|
friend |
Definition at line 302 of file GA_IntrinsicManager.h.