Blender V5.0
bmesh_walkers_private.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
12
13#include "bmesh_class.hh"
14
15struct BMWalker;
16
18extern const int bm_totwalkers;
19
20/* Pointer hiding */
25
30
35
40
47
52
58 bool is_boundary; /* boundary looping changes behavior */
59 bool is_single; /* single means the edge verts are only connected to 1 face */
60};
61
67
73
78
83 int face_count; /* face count around the edge. */
84};
85
90
const int bm_totwalkers
BMWalker * bm_walker_types[]
BMwGenericWalker header
BMwGenericWalker header
BMwGenericWalker header