#include "MRMeshFwd.h"
Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API void | MR::vertMapsComposition (VertMap &a2b, const VertMap &b2c) |
updates a2b map to a2c map using b2c map | |
MRMESH_API VertMap | MR::vertMapsComposition (const VertMap &a2b, const VertMap &b2c) |
returns map a2c from a2b and b2c maps | |
MRMESH_API void | MR::edgeMapsComposition (EdgeMap &a2b, const EdgeMap &b2c) |
updates a2b map to a2c map using b2c map | |
MRMESH_API EdgeMap | MR::edgeMapsComposition (const EdgeMap &a2b, const EdgeMap &b2c) |
returns map a2c from a2b and b2c maps | |
MRMESH_API void | MR::faceMapsComposition (FaceMap &a2b, const FaceMap &b2c) |
updates a2b map to a2c map using b2c map | |
MRMESH_API FaceMap | MR::faceMapsComposition (const FaceMap &a2b, const FaceMap &b2c) |
returns map a2c from a2b and b2c maps | |