MeshLib C Docs
Loading...
Searching...
No Matches
MRRegularGridMesh.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_VertCoords MR_VertCoords; // Defined in `#include <MRCMesh/MRVector.h>`.
11typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string; // Defined in `#include <MRCMisc/expected_MR_Mesh_std_string.h>`.
12typedef struct MR_std_function_MR_Vector3f_from_uint64_t_uint64_t MR_std_function_MR_Vector3f_from_uint64_t_uint64_t; // Defined in `#include <MRCMisc/std_function_MR_Vector3f_from_uint64_t_uint64_t.h>`.
13typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
14typedef struct MR_std_function_bool_from_uint64_t_uint64_t MR_std_function_bool_from_uint64_t_uint64_t; // Defined in `#include <MRCMisc/std_function_bool_from_uint64_t_uint64_t.h>`.
15typedef struct MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t; // Defined in `#include <MRCMisc/std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t.h>`.
16
17
18// Creates regular mesh with points in valid grid lattice
27
28// Creates regular mesh from monotone (connects point with closed x, y neighbors) points
33
34#ifdef __cplusplus
35} // extern "C"
36#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertCoords MR_VertCoords
Definition MRAABBTreePoints.h:22
struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
Definition MRCtm.h:18
struct MR_std_function_MR_Vector3f_from_uint64_t_uint64_t MR_std_function_MR_Vector3f_from_uint64_t_uint64_t
Definition MRRegularGridMesh.h:12
MRC_API MR_expected_MR_Mesh_std_string * MR_makeRegularGridMesh_6(MR_uint64_t width, MR_uint64_t height, const MR_std_function_bool_from_uint64_t_uint64_t *validator, const MR_std_function_MR_Vector3f_from_uint64_t_uint64_t *positioner, const MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t *faceValidator, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb)
struct MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t
Definition MRRegularGridMesh.h:15
MRC_API MR_expected_MR_Mesh_std_string * MR_makeRegularGridMesh_2(MR_PassBy pc_pass_by, MR_VertCoords *pc, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb)
struct MR_std_function_bool_from_uint64_t_uint64_t MR_std_function_bool_from_uint64_t_uint64_t
Definition MRRegularGridMesh.h:14
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11