struct MR_MeshTopology MR_MeshTopology
Definition MR2DContoursTriangulation.h:16
struct MR_FaceBitSet MR_FaceBitSet
Definition MRAABBTreeBase.h:25
struct MR_UndirectedEdgeBitSet MR_UndirectedEdgeBitSet
Definition MRAABBTreeBase.h:29
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
MRC_API void MR_shrink_MR_FaceBitSet(const MR_MeshTopology *topology, MR_FaceBitSet *region, const int32_t *hops)
MRC_API MR_VertBitSet * MR_expand_MR_VertId(const MR_MeshTopology *topology, MR_VertId v, int32_t hops)
MRC_API MR_FaceBitSet * MR_expandFaces(const MR_MeshTopology *topology, const MR_FaceBitSet *region, const MR_UndirectedEdgeBitSet *stopEdges)
MRC_API MR_FaceBitSet * MR_getBoundaryFaces(const MR_MeshTopology *topology, const MR_FaceBitSet *region)
MRC_API void MR_shrink_MR_VertBitSet(const MR_MeshTopology *topology, MR_VertBitSet *region, const int32_t *hops)
MRC_API void MR_expand_MR_FaceBitSet(const MR_MeshTopology *topology, MR_FaceBitSet *region, const int32_t *hops)
MRC_API MR_FaceBitSet * MR_shrinkFaces(const MR_MeshTopology *topology, const MR_FaceBitSet *region, const MR_UndirectedEdgeBitSet *stopEdges)
MRC_API MR_FaceBitSet * MR_expand_MR_FaceId(const MR_MeshTopology *topology, MR_FaceId f, int32_t hops)
MRC_API void MR_expand_MR_VertBitSet(const MR_MeshTopology *topology, MR_VertBitSet *region, const int32_t *hops)
#define MRC_API
Definition exports.h:11