Blender
V3.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 702 of file cycles/blender/util.h.
|
inline |
Definition at line 704 of file cycles/blender/util.h.
|
inline |
Definition at line 708 of file cycles/blender/util.h.
References edges_.
Referenced by attr_create_pointiness().
|
inline |
Definition at line 719 of file cycles/blender/util.h.
References edges_, get_sorted_verts(), and v1.
Referenced by attr_create_pointiness().
|
inlineprotected |
|
inline |
Definition at line 713 of file cycles/blender/util.h.
References edges_, get_sorted_verts(), and v1.
Referenced by attr_create_pointiness().
|
protected |
Definition at line 733 of file cycles/blender/util.h.