MeshLib C++ Docs
Loading...
Searching...
No Matches
MRConvexHull.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMeshFwd.h
"
4
5
namespace
MR
6
{
7
8
// computes the mesh of convex hull from given input points
9
MRMESH_API
Mesh
makeConvexHull
(
const
VertCoords
& points,
const
VertBitSet
& validPoints );
10
MRMESH_API
Mesh
makeConvexHull
(
const
Mesh
& in );
11
MRMESH_API
Mesh
makeConvexHull
(
const
PointCloud
& in );
12
13
// computes the contour of convex hull from given input points
14
MRMESH_API
Contour2f
makeConvexHull
( Contour2f points );
15
16
}
//namespace MR
MRMeshFwd.h
MRMESH_API
#define MRMESH_API
Definition
MRMeshFwd.h:80
MR::Mesh
Definition
MRMesh/MRMesh.h:23
MR::PointCloud
Definition
MRMesh/MRPointCloud.h:17
MR::VertBitSet
MR::VertCoords
MR
Definition
MRCameraOrientationPlugin.h:8
MR::makeConvexHull
MRMESH_API Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)
MeshLib
source
MRMesh
MRConvexHull.h
Generated by
1.11.0