#include <Debug.h>
#include <Geometry.h>
#include <UnionFind.h>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| namespace | ttk |
| | TTK base package defining the standard types.
|
| |
|
| bool | computeConvexHull_aux (const std::vector< double > &coords, std::vector< size_t > &res, std::string &errMsg) |
| |
◆ computeConvexHull_aux()
| bool computeConvexHull_aux |
( |
const std::vector< double > & | coords, |
|
|
std::vector< size_t > & | res, |
|
|
std::string & | errMsg ) |