|
Blender V4.3
|
#include <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 |
|
inline |
|
inline |
Definition at line 267 of file id_map.h.
References geometry_type, and id.
| Geometry::Type GeometryKey::geometry_type |
Definition at line 263 of file id_map.h.
Referenced by operator<().
| void* GeometryKey::id |
Definition at line 262 of file id_map.h.
Referenced by operator<().