Blender V4.3
quadriflow_capi.cpp File Reference
#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.

Classes

struct  ObjVertex
 
struct  ObjVertexHash
 

Typedefs

typedef std::unordered_map< ObjVertex, uint32_t, ObjVertexHashVertexMap
 

Functions

static int check_if_canceled (float progress, void(*update_cb)(void *, float progress, int *cancel), void *update_cb_data)
 
void QFLOW_quadriflow_remesh (QuadriflowRemeshData *qrd, void(*update_cb)(void *, float progress, int *cancel), void *update_cb_data)
 

Typedef Documentation

◆ VertexMap

typedef std::unordered_map<ObjVertex, uint32_t, ObjVertexHash> VertexMap

Definition at line 46 of file quadriflow_capi.cpp.

Function Documentation

◆ check_if_canceled()

static int check_if_canceled ( float progress,
void(* update_cb )(void *, float progress, int *cancel),
void * update_cb_data )
static

Definition at line 48 of file quadriflow_capi.cpp.

Referenced by QFLOW_quadriflow_remesh().

◆ QFLOW_quadriflow_remesh()