|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
Parameters for convex hull 2D creation. More...
#include <op_mesh_parameter.h>
Public Member Functions | |
| MbConvexHullParams (const c3d::ParamPointsVector &points, double tolerance, bool makeContour, bool makeGrid, bool makeDelaunay) | |
| Constructor. | |
| MbConvexHullParams (const std::vector< MbFloatPoint > &points, double tolerance, bool makeContour, bool makeGrid, bool makeDelaunay) | |
| Constructor. | |
| MbConvexHullParams (const SArray< MbFloatPoint > &points, double tolerance, bool makeContour, bool makeGrid, bool makeDelaunay) | |
| Constructor. | |
| MbConvexHullParams (const SArray< MbCartPoint > &points, double tolerance, bool makeContour, bool makeGrid, bool makeDelaunay) | |
| Constructor. | |
| ~MbConvexHullParams () | |
| Destructor. More... | |
| bool | ShouldMakeGrid () const |
| Should planar grid be Delaunay triangulation. | |
| bool | ShouldMakeDelaunay () const |
| Should planar contour be created. | |
| bool | ShouldMakeContour () const |
| Get tolerance. | |
| double | GetTolerance () const |
| Get points. | |
Parameters for convex hull 2D creation.
Parameters for convex hull 2D creation.
|
inline |
Destructor.
Should planar grid be created.