#include "MRMeshFwd.h"#include "MRProgressCallback.h"#include "MRExpected.h"#include "MRConstants.h"#include <cfloat>#include <functional>Go to the source code of this file.
Classes | |
| struct | MR::SubdivideSettings |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API int | MR::subdivideMesh (Mesh &mesh, const SubdivideSettings &settings={}) |
| MRMESH_API int | MR::subdivideMesh (ObjectMeshData &data, const SubdivideSettings &settings) |
| MRMESH_API Expected< Mesh > | MR::copySubdividePackMesh (const MeshPart &mp, float voxelSize, const ProgressCallback &cb={}) |
| MRMESH_API ObjectMeshData | MR::makeSubdividedObjectMeshData (const ObjectMesh &obj, const SubdivideSettings &settings) |
| returns the data of subdivided mesh given ObjectMesh (which remains unchanged) and subdivision parameters | |