![]() |
Blender V2.61 - r43446
|
#include <blender_util.h>
Public Member Functions | |
| ObjectKey (void *parent_, int index_, void *ob_) | |
| bool | operator< (const ObjectKey &k) const |
Public Attributes | |
| void * | parent |
| int | index |
| void * | ob |
Definition at line 323 of file blender_util.h.
| ObjectKey::ObjectKey | ( | void * | parent_, |
| int | index_, | ||
| void * | ob_ | ||
| ) | [inline] |
Definition at line 328 of file blender_util.h.
| bool ObjectKey::operator< | ( | const ObjectKey & | k | ) | const [inline] |
Definition at line 331 of file blender_util.h.
| int ObjectKey::index |
Definition at line 325 of file blender_util.h.
Referenced by operator<().
| void* ObjectKey::ob |
Definition at line 326 of file blender_util.h.
Referenced by operator<().
| void* ObjectKey::parent |
Definition at line 324 of file blender_util.h.
Referenced by operator<().