MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRMeshToPointCloud.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
5
7MRMESHC_API MRPointCloud* mrMeshToPointCloud( const MRMesh* mesh, bool saveNormals, const MRVertBitSet* verts );
8
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
struct MRPointCloud MRPointCloud
Definition MRMeshC/MRMeshFwd.h:49
struct MRVertBitSet MRVertBitSet
Definition MRMeshC/MRMeshFwd.h:38
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRMesh MRMesh
Definition MRMeshC/MRMeshFwd.h:47
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
MR_EXTERN_C_BEGIN MRMESHC_API MRPointCloud * mrMeshToPointCloud(const MRMesh *mesh, bool saveNormals, const MRVertBitSet *verts)
Mesh to PointCloud.