struct MR_MeshTopology MR_MeshTopology
Definition MR2DContoursTriangulation.h:16
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_VertScalars MR_VertScalars
Definition MRAggregateFlow.h:17
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_EnumNeihbourFaces * MR_EnumNeihbourFaces_ConstructFromAnother(MR_PassBy _other_pass_by, MR_EnumNeihbourFaces *_other)
MRC_API void MR_EnumNeihbourVertices_Destroy(const MR_EnumNeihbourVertices *_this)
Destroys a heap-allocated instance of MR_EnumNeihbourVertices. Does nothing if the pointer is null.
MRC_API const MR_EnumNeihbourVertices * MR_EnumNeihbourVertices_OffsetPtr(const MR_EnumNeihbourVertices *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_EnumNeihbourVertices * MR_EnumNeihbourVertices_ConstructFromAnother(MR_PassBy _other_pass_by, MR_EnumNeihbourVertices *_other)
MRC_API MR_EnumNeihbourFaces * MR_EnumNeihbourFaces_AssignFromAnother(MR_EnumNeihbourFaces *_this, MR_PassBy _other_pass_by, MR_EnumNeihbourFaces *_other)
MRC_API const MR_EnumNeihbourFaces * MR_EnumNeihbourFaces_OffsetPtr(const MR_EnumNeihbourFaces *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_EnumNeihbourVertices_run_MR_VertId(MR_EnumNeihbourVertices *_this, const MR_MeshTopology *topology, MR_VertId start, const MR_std_function_bool_from_MR_VertId *pred)
struct MR_std_function_bool_from_MR_FaceId MR_std_function_bool_from_MR_FaceId
Definition MREnumNeighbours.h:18
struct MR_std_function_bool_from_MR_VertId MR_std_function_bool_from_MR_VertId
Definition MREnumNeighbours.h:19
MRC_API void MR_EnumNeihbourFaces_Destroy(const MR_EnumNeihbourFaces *_this)
Destroys a heap-allocated instance of MR_EnumNeihbourFaces. Does nothing if the pointer is null.
struct MR_PointOnFace MR_PointOnFace
Definition MREnumNeighbours.h:15
MRC_API MR_EnumNeihbourVertices * MR_EnumNeihbourVertices_DefaultConstruct(void)
MRC_API MR_VertScalars * MR_computeSpaceDistances(const MR_Mesh *mesh, const MR_PointOnFace *start, float range)
MRC_API MR_EnumNeihbourVertices * MR_EnumNeihbourVertices_DefaultConstructArray(size_t num_elems)
struct MR_EnumNeihbourVertices MR_EnumNeihbourVertices
Generated from class MR::EnumNeihbourVertices.
Definition MREnumNeighbours.h:23
MRC_API void MR_EnumNeihbourFaces_run(MR_EnumNeihbourFaces *_this, const MR_MeshTopology *topology, MR_VertId start, const MR_std_function_bool_from_MR_FaceId *pred)
struct MR_EnumNeihbourFaces MR_EnumNeihbourFaces
Generated from class MR::EnumNeihbourFaces.
Definition MREnumNeighbours.h:26
MRC_API void MR_EnumNeihbourVertices_DestroyArray(const MR_EnumNeihbourVertices *_this)
Destroys a heap-allocated array of MR_EnumNeihbourVertices. Does nothing if the pointer is null.
MRC_API MR_EnumNeihbourVertices * MR_EnumNeihbourVertices_AssignFromAnother(MR_EnumNeihbourVertices *_this, MR_PassBy _other_pass_by, MR_EnumNeihbourVertices *_other)
MRC_API MR_EnumNeihbourFaces * MR_EnumNeihbourFaces_DefaultConstructArray(size_t num_elems)
MRC_API MR_VertBitSet * MR_findNeighborVerts(const MR_Mesh *mesh, const MR_PointOnFace *start, float rangeSq)
MRC_API void MR_EnumNeihbourFaces_DestroyArray(const MR_EnumNeihbourFaces *_this)
Destroys a heap-allocated array of MR_EnumNeihbourFaces. Does nothing if the pointer is null.
MRC_API void MR_EnumNeihbourVertices_run_MR_VertBitSet(MR_EnumNeihbourVertices *_this, const MR_MeshTopology *topology, const MR_VertBitSet *start, const MR_std_function_bool_from_MR_VertId *pred)
MRC_API MR_EnumNeihbourVertices * MR_EnumNeihbourVertices_OffsetMutablePtr(MR_EnumNeihbourVertices *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_EnumNeihbourFaces * MR_EnumNeihbourFaces_DefaultConstruct(void)
MRC_API MR_EnumNeihbourFaces * MR_EnumNeihbourFaces_OffsetMutablePtr(MR_EnumNeihbourFaces *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11