MeshLib
 
Loading...
Searching...
No Matches
MRPrimitiveMapsComposition.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
6
9
13[[nodiscard]] MRMESH_API VertMap vertMapsComposition( const VertMap& a2b, const VertMap& b2c );
14
16MRMESH_API void edgeMapsComposition( EdgeMap& a2b, const EdgeMap& b2c );
18[[nodiscard]] MRMESH_API EdgeMap edgeMapsComposition( const EdgeMap& a2b, const EdgeMap& b2c );
19
23[[nodiscard]] MRMESH_API FaceMap faceMapsComposition( const FaceMap& a2b, const FaceMap& b2c );
24
26
27}
List< VertId > VertMap
Definition MRDotNet/MRMeshFwd.h:84
List< FaceId > FaceMap
Definition MRDotNet/MRMeshFwd.h:87
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
MRMESH_API void vertMapsComposition(VertMap &a2b, const VertMap &b2c)
updates a2b map to a2c map using b2c map
MRMESH_API void edgeMapsComposition(EdgeMap &a2b, const EdgeMap &b2c)
updates a2b map to a2c map using b2c map
MRMESH_API void faceMapsComposition(FaceMap &a2b, const FaceMap &b2c)
updates a2b map to a2c map using b2c map
Definition MRCameraOrientationPlugin.h:7