|
Blender
V3.3
|
#include <id_map.h>
Public Member Functions | |
| ObjectKey (void *parent_, int id_[OBJECT_PERSISTENT_ID_SIZE], void *ob_, bool use_particle_hair_) | |
| bool | operator< (const ObjectKey &k) const |
Public Attributes | |
| void * | parent |
| int | id [OBJECT_PERSISTENT_ID_SIZE] |
| void * | ob |
| bool | use_particle_hair |
| int ObjectKey::id[OBJECT_PERSISTENT_ID_SIZE] |
Definition at line 190 of file id_map.h.
Referenced by operator<().
| void* ObjectKey::ob |
Definition at line 191 of file id_map.h.
Referenced by operator<().
| void* ObjectKey::parent |
Definition at line 189 of file id_map.h.
Referenced by operator<().
| bool ObjectKey::use_particle_hair |
Definition at line 192 of file id_map.h.
Referenced by operator<().