C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

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.
 

Detailed Description

Parameters for convex hull 2D creation.

Parameters for convex hull 2D creation.

Constructor & Destructor Documentation

◆ ~MbConvexHullParams()

MbConvexHullParams::~MbConvexHullParams ( )
inline

Destructor.

Should planar grid be created.


The documentation for this class was generated from the following file: