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