MeshLib C Docs
Loading...
Searching...
No Matches
MRRegularGridMesh.h File Reference
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>

Go to the source code of this file.

Typedefs

typedef struct MR_VertCoords MR_VertCoords
 
typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
 
typedef struct MR_std_function_MR_Vector3f_from_uint64_t_uint64_t MR_std_function_MR_Vector3f_from_uint64_t_uint64_t
 
typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float
 
typedef struct MR_std_function_bool_from_uint64_t_uint64_t MR_std_function_bool_from_uint64_t_uint64_t
 
typedef 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
 

Functions

MRC_API MR_expected_MR_Mesh_std_stringMR_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)
 
MRC_API MR_expected_MR_Mesh_std_stringMR_makeRegularGridMesh_2 (MR_PassBy pc_pass_by, MR_VertCoords *pc, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb)
 

Typedef Documentation

◆ MR_expected_MR_Mesh_std_string

◆ MR_std_function_bool_from_float

◆ MR_std_function_bool_from_uint64_t_uint64_t

◆ MR_std_function_bool_from_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t_uint64_t

◆ MR_std_function_MR_Vector3f_from_uint64_t_uint64_t

◆ MR_VertCoords

typedef struct MR_VertCoords MR_VertCoords

Function Documentation

◆ MR_makeRegularGridMesh_2()

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 )

Generated from function MR::makeRegularGridMesh. Parameter cb has a default argument: {}, pass MR_PassBy_DefaultArgument and a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Mesh_std_string_Destroy() to free it when you're done using it.

◆ MR_makeRegularGridMesh_6()

Generated from function MR::makeRegularGridMesh. Parameter validator can not be null. It is a single object. Parameter positioner can not be null. It is a single object. Parameter faceValidator is a single object. Parameter faceValidator has a default argument: {}, pass a null pointer to use it. Parameter cb has a default argument: {}, pass MR_PassBy_DefaultArgument and a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Mesh_std_string_Destroy() to free it when you're done using it.