Blender V4.3
quadriflow_capi.hpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#ifndef QUADRIFLOW_CAPI_HPP
6#define QUADRIFLOW_CAPI_HPP
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
31
33 void (*update_cb)(void *, float progress, int *cancel),
34 void *update_cb_data);
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif // QUADRIFLOW_CAPI_HPP
void QFLOW_quadriflow_remesh(QuadriflowRemeshData *qrd, void(*update_cb)(void *, float progress, int *cancel), void *update_cb_data)
struct QuadriflowRemeshData QuadriflowRemeshData