20 FaceMap * outFmap_ =
nullptr;
21 VertMap * outVmap_ =
nullptr;
22 WholeEdgeMap * outEmap_ =
nullptr;
40 FaceMap * outFmap_ =
nullptr;
41 VertMap * outVmap_ =
nullptr;
42 WholeEdgeMap * outEmap_ =
nullptr;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:80
use this adapter to call functions expecting PartMapping parameter to receive src2tgt dense maps
Definition MRPartMappingAdapters.h:11
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:17
MRMESH_API ~Src2TgtMaps()
MRMESH_API Src2TgtMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
use this adapter to call functions expecting PartMapping parameter to receive tgt2src dense maps
Definition MRPartMappingAdapters.h:31
MRMESH_API ~Tgt2SrcMaps()
const PartMapping & getPartMapping() const
Definition MRPartMappingAdapters.h:37
MRMESH_API Tgt2SrcMaps(FaceMap *outFmap, VertMap *outVmap, WholeEdgeMap *outEmap)
Definition MRCameraOrientationPlugin.h:8
mapping among elements of source mesh, from which a part is taken, and target mesh
Definition MRPartMapping.h:10