Blender V5.0
bmesh_delete.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
10
11#include "bmesh_class.hh"
12
13#include "BLI_function_ref.hh"
14
15void BMO_mesh_delete_oflag_tagged(BMesh *bm, short oflag, char htype);
16void BM_mesh_delete_hflag_tagged(BMesh *bm, char hflag, char htype);
17
27 short oflag,
28 int type,
29 blender::FunctionRef<void()> prepare_fn);
30
35void BM_mesh_delete_hflag_context(BMesh *bm, char hflag, int type);
void BMO_mesh_delete_oflag_context(BMesh *bm, short oflag, int type, blender::FunctionRef< void()> prepare_fn)
void BM_mesh_delete_hflag_context(BMesh *bm, char hflag, int type)
void BM_mesh_delete_hflag_tagged(BMesh *bm, char hflag, char htype)
void BMO_mesh_delete_oflag_tagged(BMesh *bm, short oflag, char htype)
BMesh * bm
ATTR_WARN_UNUSED_RESULT const BMFlagLayer const short oflag