MeshLib
 
Loading...
Searching...
No Matches
MRMeshToPointCloud.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#include "MRPointCloud.h"
4
5namespace MR
6{
7
10MRMESH_API PointCloud meshToPointCloud( const Mesh& mesh, bool saveNormals = true, const VertBitSet* verts = nullptr);
11}
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRDotNet/MRBitSet.h:39
MRMESH_API PointCloud meshToPointCloud(const Mesh &mesh, bool saveNormals=true, const VertBitSet *verts=nullptr)
Definition MRCameraOrientationPlugin.h:7
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointCloud.h:16