#include "MRMeshFwd.h"#include "MRProgressCallback.h"#include "MRId.h"#include "MRPointCloudPart.h"#include "MRVector.h"#include <optional>Go to the source code of this file.
Classes | |
| struct | MR::ModelPointsData |
| structure to contain pointers to model data More... | |
| struct | MR::ObjVertId |
Namespaces | |
| namespace | MR |
Typedefs | |
| using | MR::MultiObjsSamples = std::vector<ObjVertId> |
Functions | |
| MRMESH_API std::optional< VertBitSet > | MR::verticesGridSampling (const MeshPart &mp, float voxelSize, const ProgressCallback &cb={}) |
| MRMESH_API std::optional< VertBitSet > | MR::pointGridSampling (const PointCloudPart &pcp, float voxelSize, const ProgressCallback &cb={}) |
| MRMESH_API std::optional< MultiObjsSamples > | MR::multiModelGridSampling (const Vector< ModelPointsData, ObjId > &models, float voxelSize, const ProgressCallback &cb={}) |