#include <MRCMisc/exports.h>
Go to the source code of this file.
Typedefs | |
typedef struct MR_FaceBitSet | MR_FaceBitSet |
typedef struct MR_MeshTopology | MR_MeshTopology |
typedef struct MR_std_vector_MR_EdgeId | MR_std_vector_MR_EdgeId |
typedef struct MR_std_vector_std_vector_MR_EdgeId | MR_std_vector_std_vector_MR_EdgeId |
Functions | |
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) |
typedef struct MR_FaceBitSet MR_FaceBitSet |
typedef struct MR_MeshTopology MR_MeshTopology |
typedef struct MR_std_vector_MR_EdgeId MR_std_vector_MR_EdgeId |
MRC_API MR_FaceBitSet * MR_fillContourLeft_std_vector_MR_EdgeId | ( | const MR_MeshTopology * | topology, |
const MR_std_vector_MR_EdgeId * | contour ) |
Generated from function MR::fillContourLeft
. Parameter topology
can not be null. It is a single object. Parameter contour
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_FaceBitSet_Destroy()
to free it when you're done using it.
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 ) |
Generated from function MR::fillContourLeft
. Parameter topology
can not be null. It is a single object. Parameter contours
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_FaceBitSet_Destroy()
to free it when you're done using it.