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