MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointCloudDivideWithPlane.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
10
11
13{
15 VertMap* outVmap{ nullptr };
17 PointCloud* otherPart{ nullptr };
19 VertMap* otherOutVmap{ nullptr };
20};
21
27MRMESH_API PointCloud divideWithPlane( const PointCloud& points, const Plane3f& plane, const DividePointCloudOptionalOutput& optOut = {} );
28}
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRPointCloudDivideWithPlane.h:13
new unsafe MR.? VertMap outVmap
new unsafe MR.? VertMap otherOutVmap
new unsafe MR.? PointCloud otherPart
Definition MRMesh/MRPointCloud.h:17
Definition MRCameraOrientationPlugin.h:8
MRMESH_API VertBitSet findHalfSpacePoints(const PointCloud &pc, const Plane3f &plane)
MRMESH_API PointCloud divideWithPlane(const PointCloud &points, const Plane3f &plane, const DividePointCloudOptionalOutput &optOut={})