#include <blender_util.h>
|
| set< std::pair< int, int > > | edges_ |
| |
Definition at line 612 of file blender_util.h.
◆ EdgeMap()
◆ clear()
| void EdgeMap::clear |
( |
void |
| ) |
|
|
inline |
◆ exists()
| bool EdgeMap::exists |
( |
int |
v0, |
|
|
int |
v1 |
|
) |
| |
|
inline |
◆ get_sorted_verts()
| void EdgeMap::get_sorted_verts |
( |
int & |
v0, |
|
|
int & |
v1 |
|
) |
| |
|
inlineprotected |
◆ insert()
| void EdgeMap::insert |
( |
int |
v0, |
|
|
int |
v1 |
|
) |
| |
|
inline |
◆ edges_
| set<std::pair<int, int> > EdgeMap::edges_ |
|
protected |
The documentation for this class was generated from the following file: