38 #ifndef TLP_GEO_CONVEX_HULL_H 
   39 #define TLP_GEO_CONVEX_HULL_H 
   41 #include <tulip/Coord.h> 
   56 TLP_SCOPE 
void convexHull(
const std::vector<Coord> &points,
 
   71 TLP_SCOPE 
void convexHull(
const std::vector<Coord> &points,
 
   72                           std::vector<std::vector<unsigned int> > &convexHullFacets,
 
   73                           std::vector<std::vector<unsigned int> > &facetNeighbors);