|
Blender V5.0
|
#include "BLI_compiler_attrs.h"#include "BLI_compiler_compat.h"#include "bmesh_class.hh"#include "intern/bmesh_query.hh"Go to the source code of this file.
Functions | |
| ATTR_WARN_UNUSED_RESULT | ATTR_NONNULL (1, 2) BLI_INLINE BMDiskLink *bmesh_disk_edge_link_from_vert(const BMEdge *e |
| return (BMDiskLink *) &(&e -> v1_disk_link)[v==e->v2] | |
| ATTR_WARN_UNUSED_RESULT | ATTR_NONNULL (1) BLI_INLINE BMEdge *bmesh_disk_edge_next_safe(const BMEdge *e |
| Next Disk Edge. | |
Variables | |
| ATTR_WARN_UNUSED_RESULT const BMVert * | v |
BMesh inline operator functions.
Definition in file bmesh_structure_inline.hh.
| ATTR_WARN_UNUSED_RESULT ATTR_NONNULL | ( | 1 | ) | const |
Next Disk Edge.
Find the next edge in a disk cycle
References ATTR_WARN_UNUSED_RESULT, BLI_INLINE, bmesh_disk_edge_next_safe(), e, if(), and v.
| ATTR_WARN_UNUSED_RESULT ATTR_NONNULL | ( | 1 | , |
| 2 | ) const |
References ATTR_WARN_UNUSED_RESULT.
| ATTR_WARN_UNUSED_RESULT const BMVert* v |
Definition at line 20 of file bmesh_structure_inline.hh.