|
Blender
V2.93
|
#include <blender_id_map.h>
Public Member Functions | |
| GeometryKey (void *id, Geometry::Type geometry_type) | |
| bool | operator< (const GeometryKey &k) const |
Public Attributes | |
| void * | id |
| Geometry::Type | geometry_type |
Definition at line 244 of file blender_id_map.h.
|
inline |
Definition at line 248 of file blender_id_map.h.
|
inline |
Definition at line 252 of file blender_id_map.h.
References geometry_type, and id.
| Geometry::Type GeometryKey::geometry_type |
Definition at line 246 of file blender_id_map.h.
Referenced by operator<().
| void* GeometryKey::id |
Definition at line 245 of file blender_id_map.h.
Referenced by operator<().