#include <vector>
#include "atomprobe/primitives/ionHit.h"
Go to the source code of this file.
|
unsigned int | AtomProbe::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" away from the hull itself. More...
|
|
unsigned int | AtomProbe::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. More...
|
|