MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPartMapping.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
31
32}
#define MRMESH_API
Definition MRMeshFwd.h:80
MapOrHashMap< FaceId, FaceId > FaceMapOrHashMap
Definition MRMeshFwd.h:620
void clear()
clears all member maps
MapOrHashMap< VertId, VertId > VertMapOrHashMap
Definition MRMeshFwd.h:621
VertMapOrHashMap * tgt2srcVerts
Definition MRPartMapping.h:25
WholeEdgeMapOrHashMap * src2tgtEdges
Definition MRPartMapping.h:20
FaceMapOrHashMap * src2tgtFaces
Definition MRPartMapping.h:18
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:625
WholeEdgeMapOrHashMap * tgt2srcEdges
Definition MRPartMapping.h:26
VertMapOrHashMap * src2tgtVerts
Definition MRPartMapping.h:19
FaceMapOrHashMap * tgt2srcFaces
Definition MRPartMapping.h:24
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