Go to the source code of this file.
Classes | |
struct | MROneMeshIntersection |
struct | MROneMeshContour |
Typedefs | |
typedef MR_EXTERN_C_BEGIN enum MROneMeshIntersectionVariantIndex | MROneMeshIntersectionVariantIndex |
typedef struct MROneMeshIntersection | MROneMeshIntersection |
typedef struct MROneMeshContour | MROneMeshContour |
typedef struct MROneMeshContours | MROneMeshContours |
Enumerations | |
enum | MROneMeshIntersectionVariantIndex { MROneMeshIntersectionVariantIndexFace , MROneMeshIntersectionVariantIndexEdge , MROneMeshIntersectionVariantIndexVertex } |
Functions | |
MRMESHC_API const MROneMeshContour | mrOneMeshContoursGet (const MROneMeshContours *contours, size_t index) |
gets the contours' value at index | |
MRMESHC_API size_t | mrOneMeshContoursSize (const MROneMeshContours *contours) |
gets the contours' size | |
MRMESHC_API void | mrOneMeshContoursFree (MROneMeshContours *contours) |
deallocates the OneMeshContours object | |
MRMESHC_API MROneMeshContours * | mrGetOneMeshIntersectionContours (const MRMesh *meshA, const MRMesh *meshB, const MRContinuousContours *contours, bool getMeshAIntersections, const MRCoordinateConverters *converters, const MRAffineXf3f *rigidB2A) |
typedef struct MROneMeshContour MROneMeshContour |
typedef struct MROneMeshContours MROneMeshContours |
typedef struct MROneMeshIntersection MROneMeshIntersection |
MRMESHC_API MROneMeshContours * mrGetOneMeshIntersectionContours | ( | const MRMesh * | meshA, |
const MRMesh * | meshB, | ||
const MRContinuousContours * | contours, | ||
bool | getMeshAIntersections, | ||
const MRCoordinateConverters * | converters, | ||
const MRAffineXf3f * | rigidB2A ) |
MRMESHC_API void mrOneMeshContoursFree | ( | MROneMeshContours * | contours | ) |
deallocates the OneMeshContours object
MRMESHC_API const MROneMeshContour mrOneMeshContoursGet | ( | const MROneMeshContours * | contours, |
size_t | index ) |
gets the contours' value at index
MRMESHC_API size_t mrOneMeshContoursSize | ( | const MROneMeshContours * | contours | ) |
gets the contours' size