MeshLib C Docs
Loading...
Searching...
No Matches
MRFillContour.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_FaceBitSet MR_FaceBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
10typedef struct MR_MeshTopology MR_MeshTopology; // Defined in `#include <MRCMesh/MRMeshTopology.h>`.
11typedef struct MR_std_vector_MR_EdgeId MR_std_vector_MR_EdgeId; // Defined in `#include <MRCMisc/std_vector_MR_EdgeId.h>`.
12typedef struct MR_std_vector_std_vector_MR_EdgeId MR_std_vector_std_vector_MR_EdgeId; // Defined in `#include <MRCMisc/std_vector_std_vector_MR_EdgeId.h>`.
13
14
15// fill region located to the left from given edges
21
27
28#ifdef __cplusplus
29} // extern "C"
30#endif
struct MR_std_vector_std_vector_MR_EdgeId MR_std_vector_std_vector_MR_EdgeId
Definition MR2DContoursTriangulation.h:19
struct MR_MeshTopology MR_MeshTopology
Definition MR2DContoursTriangulation.h:16
struct MR_FaceBitSet MR_FaceBitSet
Definition MRAABBTreeBase.h:25
struct MR_std_vector_MR_EdgeId MR_std_vector_MR_EdgeId
Definition MRContoursStitch.h:11
MRC_API MR_FaceBitSet * MR_fillContourLeft_std_vector_MR_EdgeId(const MR_MeshTopology *topology, const MR_std_vector_MR_EdgeId *contour)
MRC_API MR_FaceBitSet * MR_fillContourLeft_std_vector_std_vector_MR_EdgeId(const MR_MeshTopology *topology, const MR_std_vector_std_vector_MR_EdgeId *contours)
#define MRC_API
Definition exports.h:11