|
Blender V5.0
|
#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 815 of file cycles/blender/util.h.
|
default |
|
inline |
Definition at line 819 of file cycles/blender/util.h.
References edges_.
Referenced by attr_create_pointiness().
|
inline |
Definition at line 830 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
|
inlineprotected |
Definition at line 837 of file cycles/blender/util.h.
References swap.
|
inline |
Definition at line 824 of file cycles/blender/util.h.
References edges_, and get_sorted_verts().
Referenced by attr_create_pointiness().
|
protected |
Definition at line 844 of file cycles/blender/util.h.