|
Blender V4.5
|
#include <util.h>
Public Member Functions | |
| EdgeMap ()=default | |
| 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 824 of file cycles/blender/util.h.
|
default |
|
inline |
Definition at line 828 of file cycles/blender/util.h.
References edges_.
Referenced by attr_create_pointiness().
|
inline |
Definition at line 839 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
|
inlineprotected |
Definition at line 846 of file cycles/blender/util.h.
References swap.
|
inline |
Definition at line 833 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
|
protected |
Definition at line 853 of file cycles/blender/util.h.