MeshLib C++ Docs
Loading...
Searching...
No Matches
MRObjectMeshHistory.h
Go to the documentation of this file.
1#pragma once
2
3#include "exports.h"
4#include <MRMesh/MRMeshFwd.h>
5#include <memory>
6
7namespace MR
8{
11
12
15MRVIEWER_API void excludeLoneEdgesWithHistory( const std::shared_ptr<ObjectMesh>& objMesh );
16
19MRVIEWER_API void excludeAllEdgesWithHistory( const std::shared_ptr<ObjectMesh>& objMesh );
20
23MRVIEWER_API void mapEdgesWithHistory( const std::shared_ptr<ObjectMesh>& objMesh, const WholeEdgeMap & emap );
24MRVIEWER_API void mapEdgesWithHistory( const std::shared_ptr<ObjectMesh>& objMesh, const WholeEdgeHashMap & emap );
25MRVIEWER_API void mapEdgesWithHistory( const std::shared_ptr<ObjectMesh>& objMesh, const UndirectedEdgeBMap & emap );
26
27}
MRVIEWER_API void excludeAllEdgesWithHistory(const std::shared_ptr< ObjectMesh > &objMesh)
MRVIEWER_API void mapEdgesWithHistory(const std::shared_ptr< ObjectMesh > &objMesh, const WholeEdgeMap &emap)
MRVIEWER_API void excludeLoneEdgesWithHistory(const std::shared_ptr< ObjectMesh > &objMesh)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8