17 #ifndef ATOMPROBE_CONVEX_HULL_H 18 #define ATOMPROBE_CONVEX_HULL_H 41 unsigned int GetReducedHullPts(
const std::vector<IonHit> &points,
float reductionDim,
42 unsigned int *
progress,
bool (*
callback)(
bool), std::vector<IonHit> &pointResult);
51 unsigned int computeConvexHull(
const std::vector<IonHit> &data,
unsigned int *progress,
52 bool (*
callback)(
bool),std::vector<Point3D> &curHull,
bool freeHull);
56 bool testConvexHull();
unsigned int GetReducedHullPts(const std::vector< IonHit > &points, float reductionDim, unsigned int *progress, bool(*callback)(bool), std::vector< IonHit > &pointResult)
Obtain a set of points that are a subset of points the convex hull that are at least "reductionDim" a...
unsigned int computeConvexHull(const std::vector< IonHit > &data, unsigned int *progress, bool(*callback)(bool), std::vector< Point3D > &curHull, bool freeHull)
Obtain the convex hull of a set of ions.