struct MR_VertCoords MR_VertCoords
Definition MRAABBTreePoints.h:22
struct MR_Triangulation MR_Triangulation
Definition MRIdentifyVertices.h:13
struct MR_TriMesh MR_TriMesh
Definition MRMesh.h:36
MRC_API MR_TriMesh * MR_TriMesh_ConstructFromAnother(MR_PassBy _other_pass_by, MR_TriMesh *_other)
MRC_API const MR_TriMesh * MR_TriMesh_OffsetPtr(const MR_TriMesh *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_TriMesh_Destroy(const MR_TriMesh *_this)
Destroys a heap-allocated instance of MR_TriMesh. Does nothing if the pointer is null.
MRC_API MR_TriMesh * MR_TriMesh_OffsetMutablePtr(MR_TriMesh *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_TriMesh * MR_TriMesh_DefaultConstructArray(size_t num_elems)
MRC_API MR_VertCoords * MR_TriMesh_GetMutable_points(MR_TriMesh *_this)
MRC_API MR_TriMesh * MR_TriMesh_DefaultConstruct(void)
MRC_API void MR_TriMesh_DestroyArray(const MR_TriMesh *_this)
Destroys a heap-allocated array of MR_TriMesh. Does nothing if the pointer is null.
MRC_API MR_Triangulation * MR_TriMesh_GetMutable_tris(MR_TriMesh *_this)
MRC_API MR_TriMesh * MR_TriMesh_ConstructFrom(MR_PassBy tris_pass_by, MR_Triangulation *tris, MR_PassBy points_pass_by, MR_VertCoords *points)
MRC_API const MR_Triangulation * MR_TriMesh_Get_tris(const MR_TriMesh *_this)
MRC_API const MR_VertCoords * MR_TriMesh_Get_points(const MR_TriMesh *_this)
MRC_API void MR_TriMesh_Set_tris(MR_TriMesh *_this, MR_PassBy value_pass_by, MR_Triangulation *value)
MRC_API MR_TriMesh * MR_TriMesh_AssignFromAnother(MR_TriMesh *_this, MR_PassBy _other_pass_by, MR_TriMesh *_other)
MRC_API void MR_TriMesh_Set_points(MR_TriMesh *_this, MR_PassBy value_pass_by, MR_VertCoords *value)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11