Blender V5.0
bmesh_path_region.hh File Reference
#include "BLI_compiler_attrs.h"
#include "bmesh_class.hh"

Go to the source code of this file.

Functions

struct LinkNodeBM_mesh_calc_path_region_vert (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, bool(*filter_fn)(BMVert *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1
struct LinkNode struct LinkNodeBM_mesh_calc_path_region_edge (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, bool(*filter_fn)(BMEdge *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1
struct LinkNode struct LinkNode struct LinkNodeBM_mesh_calc_path_region_face (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, bool(*filter_fn)(BMFace *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1

Function Documentation

◆ BM_mesh_calc_path_region_edge()

struct LinkNode struct LinkNode * BM_mesh_calc_path_region_edge ( BMesh * bm,
BMElem * ele_src,
BMElem * ele_dst,
bool(* filter_fn )(BMEdge *, void *user_data),
void * user_data )

References ATTR_WARN_UNUSED_RESULT, and bm.

◆ BM_mesh_calc_path_region_face()

struct LinkNode struct LinkNode struct LinkNode * BM_mesh_calc_path_region_face ( BMesh * bm,
BMElem * ele_src,
BMElem * ele_dst,
bool(* filter_fn )(BMFace *, void *user_data),
void * user_data )

References ATTR_WARN_UNUSED_RESULT, and bm.

◆ BM_mesh_calc_path_region_vert()

struct LinkNode * BM_mesh_calc_path_region_vert ( BMesh * bm,
BMElem * ele_src,
BMElem * ele_dst,
bool(* filter_fn )(BMVert *, void *user_data),
void * user_data )

References ATTR_WARN_UNUSED_RESULT, and bm.