#include <unordered_map>
#include "MEM_guardedalloc.h"
#include "config.hpp"
#include "field-math.hpp"
#include "loader.hpp"
#include "optimizer.hpp"
#include "parametrizer.hpp"
#include "quadriflow_capi.hpp"
Go to the source code of this file.
◆ VertexMap
◆ check_if_canceled()
| static int check_if_canceled |
( |
float | progress, |
|
|
void(* | update_cb )(void *, float progress, int *cancel), |
|
|
void * | update_cb_data ) |
|
static |
◆ QFLOW_quadriflow_remesh()
Definition at line 57 of file quadriflow_capi.cpp.
References QuadriflowRemeshData::adaptive_scale, QuadriflowRemeshData::aggresive_sat, check_if_canceled(), QuadriflowRemeshData::faces, indices, MEM_malloc_arrayN, QuadriflowRemeshData::minimum_cost_flow, QuadriflowRemeshData::out_faces, QuadriflowRemeshData::out_totfaces, QuadriflowRemeshData::out_totverts, QuadriflowRemeshData::out_verts, QuadriflowRemeshData::preserve_boundary, QuadriflowRemeshData::preserve_sharp, QuadriflowRemeshData::rng_seed, QuadriflowRemeshData::target_faces, QuadriflowRemeshData::totfaces, QuadriflowRemeshData::totverts, v, and QuadriflowRemeshData::verts.