MeshLib C Docs
Loading...
Searching...
No Matches
MRPrimitiveMapsComposition.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_EdgeMap MR_EdgeMap; // Defined in `#include <MRCMesh/MRVector.h>`.
10typedef struct MR_FaceMap MR_FaceMap; // Defined in `#include <MRCMesh/MRVector.h>`.
11typedef struct MR_VertMap MR_VertMap; // Defined in `#include <MRCMesh/MRVector.h>`.
12
13
19
26
32
39
45
52
53#ifdef __cplusplus
54} // extern "C"
55#endif
struct MR_VertMap MR_VertMap
Definition MRBitSet.h:41
struct MR_FaceMap MR_FaceMap
Definition MRBitSet.h:27
struct MR_EdgeMap MR_EdgeMap
Definition MRBitSet.h:25
MRC_API MR_FaceMap * MR_faceMapsComposition_const_MR_FaceMap_ref(const MR_FaceMap *a2b, const MR_FaceMap *b2c)
MRC_API void MR_vertMapsComposition_MR_VertMap_ref(MR_VertMap *a2b, const MR_VertMap *b2c)
MRC_API void MR_faceMapsComposition_MR_FaceMap_ref(MR_FaceMap *a2b, const MR_FaceMap *b2c)
MRC_API void MR_edgeMapsComposition_MR_EdgeMap_ref(MR_EdgeMap *a2b, const MR_EdgeMap *b2c)
MRC_API MR_VertMap * MR_vertMapsComposition_const_MR_VertMap_ref(const MR_VertMap *a2b, const MR_VertMap *b2c)
MRC_API MR_EdgeMap * MR_edgeMapsComposition_const_MR_EdgeMap_ref(const MR_EdgeMap *a2b, const MR_EdgeMap *b2c)
#define MRC_API
Definition exports.h:11