#include "MRViewerFwd.h"#include <MRMesh/MRMeshFwd.h>#include "MRMesh/MRVector.h"#include <optional>Go to the source code of this file.
Classes | |
| struct | MR::MeshAttributes |
Namespaces | |
| namespace | MR |
Functions | |
| MRVIEWER_API std::optional< MeshAttributes > | MR::projectMeshAttributes (const ObjectMesh &oldMeshObj, const MeshPart &newMeshPart, const AffineXf3f *newMeshXf=nullptr, ProgressCallback cb={}) |
| MRVIEWER_API void | MR::emplaceMeshAttributes (std::shared_ptr< ObjectMesh > objectMesh, MeshAttributes &&newAttribute) |
| set new mesh attributes and saving the history of changing mesh attributes | |