|
Blender
V2.93
|
#include <blender_id_map.h>
Public Member Functions | |
| ParticleSystemKey (void *ob_, int id_[OBJECT_PERSISTENT_ID_SIZE]) | |
| bool | operator< (const ParticleSystemKey &k) const |
Public Attributes | |
| void * | ob |
| int | id [OBJECT_PERSISTENT_ID_SIZE] |
Definition at line 269 of file blender_id_map.h.
|
inline |
Definition at line 273 of file blender_id_map.h.
|
inline |
Definition at line 281 of file blender_id_map.h.
References id, ob, and OBJECT_PERSISTENT_ID_SIZE.
| int ParticleSystemKey::id[OBJECT_PERSISTENT_ID_SIZE] |
Definition at line 271 of file blender_id_map.h.
Referenced by operator<().
| void* ParticleSystemKey::ob |
Definition at line 270 of file blender_id_map.h.
Referenced by operator<().