MeshLib C++ Docs
Loading...
Searching...
No Matches
MROffsetVerts.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
6
9MRMESH_API bool offsetVerts( Mesh& mesh, const VertMetric& offset, ProgressCallback cb );
10
11}
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:79
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:663
Definition MRCameraOrientationPlugin.h:8
std::function< float(VertId)> VertMetric
Definition MRMesh/MRMeshFwd.h:504
MRMESH_API bool offsetVerts(Mesh &mesh, const VertMetric &offset, ProgressCallback cb)
Definition MRMesh/MRMesh.h:22