MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PartMapping Struct Reference

mapping among elements of source mesh, from which a part is taken, and target mesh More...

#include <MRPartMapping.h>

Public Member Functions

MRMESH_API void clear ()
 clears all member maps
 

Public Attributes

FaceMapOrHashMapsrc2tgtFaces = nullptr
 
VertMapOrHashMapsrc2tgtVerts = nullptr
 
WholeEdgeMapOrHashMapsrc2tgtEdges = nullptr
 
FaceMapOrHashMaptgt2srcFaces = nullptr
 
VertMapOrHashMaptgt2srcVerts = nullptr
 
WholeEdgeMapOrHashMaptgt2srcEdges = nullptr
 

Detailed Description

mapping among elements of source mesh, from which a part is taken, and target mesh

Member Function Documentation

◆ clear()

MRMESH_API void MR::PartMapping::clear ( )

clears all member maps

Member Data Documentation

◆ src2tgtEdges

WholeEdgeMapOrHashMap* MR::PartMapping::src2tgtEdges = nullptr

◆ src2tgtFaces

FaceMapOrHashMap* MR::PartMapping::src2tgtFaces = nullptr

◆ src2tgtVerts

VertMapOrHashMap* MR::PartMapping::src2tgtVerts = nullptr

◆ tgt2srcEdges

WholeEdgeMapOrHashMap* MR::PartMapping::tgt2srcEdges = nullptr

◆ tgt2srcFaces

FaceMapOrHashMap* MR::PartMapping::tgt2srcFaces = nullptr

◆ tgt2srcVerts

VertMapOrHashMap* MR::PartMapping::tgt2srcVerts = nullptr

The documentation for this struct was generated from the following file: