16 MRMESH_API
Src2TgtMaps( FaceMap * outFmap, VertMap * outVmap, WholeEdgeMap * outEmap );
23 FaceMap * outFmap_ =
nullptr;
24 VertMap * outVmap_ =
nullptr;
25 WholeEdgeMap * outEmap_ =
nullptr;
27 FaceMapOrHashMap src2tgtFaces_;
28 VertMapOrHashMap src2tgtVerts_;
29 WholeEdgeMapOrHashMap src2tgtEdges_;
36 MRMESH_API
Tgt2SrcMaps( FaceMap * outFmap, VertMap * outVmap, WholeEdgeMap * outEmap );
43 FaceMap * outFmap_ =
nullptr;
44 VertMap * outVmap_ =
nullptr;
45 WholeEdgeMap * outEmap_ =
nullptr;
47 FaceMapOrHashMap tgt2srcFaces_;
48 VertMapOrHashMap tgt2srcVerts_;
49 WholeEdgeMapOrHashMap tgt2srcEdges_;
use this adapter to call functions expecting PartMapping parameter to receive src2tgt dense maps
Definition MRPartMappingAdapters.h:14
use this adapter to call functions expecting PartMapping parameter to receive tgt2src dense maps
Definition MRPartMappingAdapters.h:34
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:20
MRMESH_API ~Tgt2SrcMaps()
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:40
MRMESH_API ~Src2TgtMaps()
MRMESH_API Src2TgtMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
MRMESH_API Tgt2SrcMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
mapping among elements of source mesh, from which a part is taken, and target mesh
Definition MRPartMapping.h:13