Blender V4.3
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
14extern const int bm_totwalkers;
15
16/* Pointer hiding */
21
26
31
36
43
48
49typedef struct BMwEdgeLoopWalker {
54 bool is_boundary; /* boundary looping changes behavior */
55 bool is_single; /* single means the edge verts are only connected to 1 face */
57
63
69
74
81
86
struct BMwNonManifoldEdgeLoopWalker BMwNonManifoldEdgeLoopWalker
struct BMwIslandWalker BMwIslandWalker
struct BMwFaceLoopWalker BMwFaceLoopWalker
struct BMwGenericWalker BMwGenericWalker
struct BMwEdgeLoopWalker BMwEdgeLoopWalker
const int bm_totwalkers
struct BMwIslandboundWalker BMwIslandboundWalker
struct BMwEdgeringWalker BMwEdgeringWalker
struct BMwConnectedVertexWalker BMwConnectedVertexWalker
struct BMwLoopShellWalker BMwLoopShellWalker
struct BMwEdgeboundaryWalker BMwEdgeboundaryWalker
struct BMwLoopShellWireWalker BMwLoopShellWireWalker
struct BMwShellWalker BMwShellWalker
struct BMwUVEdgeWalker BMwUVEdgeWalker
BMWalker * bm_walker_types[]
BMwGenericWalker header
BMwGenericWalker header
BMwGenericWalker header