MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshSubdivide.h File Reference
#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
 only for bindings generation

Functions

int MR::subdivideMesh (Mesh &mesh, const SubdivideSettings &settings={})
int MR::subdivideMesh (ObjectMeshData &data, const SubdivideSettings &settings)
Expected< MeshMR::copySubdividePackMesh (const MeshPart &mp, float voxelSize, const ProgressCallback &cb={})
ObjectMeshData MR::makeSubdividedObjectMeshData (const ObjectMesh &obj, const SubdivideSettings &settings)
 returns the data of subdivided mesh given ObjectMesh (which remains unchanged) and subdivision parameters