29 FaceMap * outFmap_ =
nullptr;
30 VertMap * outVmap_ =
nullptr;
31 WholeEdgeMap * outEmap_ =
nullptr;
55 FaceMap * outFmap_ =
nullptr;
56 VertMap * outVmap_ =
nullptr;
57 WholeEdgeMap * outEmap_ =
nullptr;
#define MRMESH_API
Definition MRMeshFwd.h:82
Tgt2SrcMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:26
Tgt2SrcMaps(const Tgt2SrcMaps &)=delete
maps are moved back to user here
MapOrHashMap< FaceId, FaceId > FaceMapOrHashMap
Definition MRMeshFwd.h:617
Src2TgtMaps(const Src2TgtMaps &)=delete
maps are moved back to user here
MapOrHashMap< VertId, VertId > VertMapOrHashMap
Definition MRMeshFwd.h:618
Src2TgtMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
Src2TgtMaps(Src2TgtMaps &&) noexcept=default
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:52
MapOrHashMap< UndirectedEdgeId, EdgeId > WholeEdgeMapOrHashMap
mapping of whole edges: map[e]->f, map[e.sym()]->f.sym(), where only map[e] for even edges is stored
Definition MRMeshFwd.h:622
Tgt2SrcMaps(Tgt2SrcMaps &&) noexcept=default
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