|
Blender V4.3
|
#include <util.h>
Public Member Functions | |
| EdgeMap () | |
| void | clear () |
| void | insert (int v0, int v1) |
| bool | exists (int v0, int v1) |
Protected Member Functions | |
| void | get_sorted_verts (int &v0, int &v1) |
Protected Attributes | |
| set< std::pair< int, int > > | edges_ |
Definition at line 749 of file cycles/blender/util.h.
|
inline |
Definition at line 751 of file cycles/blender/util.h.
|
inline |
Definition at line 753 of file cycles/blender/util.h.
References edges_.
Referenced by attr_create_pointiness().
Definition at line 764 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
Definition at line 771 of file cycles/blender/util.h.
References swap.
Definition at line 758 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
Definition at line 778 of file cycles/blender/util.h.