#include "MRMesh.h"
#include "MRBitSetParallelFor.h"
#include "MRMeshProject.h"
#include "MRMeshAttributesToUpdate.h"
Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
template<typename F > | |
bool | MR::projectVertAttribute (const MeshVertPart &mp, const Mesh &oldMesh, F &&func, ProgressCallback progressCb) |
template<typename F > | |
bool | MR::projectFaceAttribute (const MeshPart &mp, const Mesh &oldMesh, F &&func, ProgressCallback progressCb) |