MeshLib C Docs
Loading...
Searching...
No Matches
MRFillContour.h File Reference
#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_FaceBitSetMR_fillContourLeft_std_vector_MR_EdgeId (const MR_MeshTopology *topology, const MR_std_vector_MR_EdgeId *contour)
 
MRC_API MR_FaceBitSetMR_fillContourLeft_std_vector_std_vector_MR_EdgeId (const MR_MeshTopology *topology, const MR_std_vector_std_vector_MR_EdgeId *contours)
 

Typedef Documentation

◆ MR_FaceBitSet

typedef struct MR_FaceBitSet MR_FaceBitSet

◆ MR_MeshTopology

◆ MR_std_vector_MR_EdgeId

◆ MR_std_vector_std_vector_MR_EdgeId

Function Documentation

◆ MR_fillContourLeft_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.

◆ MR_fillContourLeft_std_vector_std_vector_MR_EdgeId()

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.