#include <MRCMisc/exports.h>Go to the source code of this file.
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) |
| MRC_API MR_FaceBitSet * MR_fillContourLeft_std_vector_MR_EdgeId | ( | const MR_MeshTopology * | topology, |
| const MR_std_vector_MR_EdgeId * | contour ) |
returns the region located to the left from the given edges; if the contour(s) are not separating and there is a tunnel connecting left and right side of the contour(s), then all faces from contour's connected components are returned; please use fillContourLeftByGraphCut for not-separating contours instead 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.