TTK
Loading...
Searching...
No Matches
Typedefs | Functions
TopoMap.cpp File Reference
#include <TopoMap.h>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/adapted/boost_tuple.hpp>
#include <boost/geometry/geometries/polygon.hpp>

Go to the source code of this file.

Typedefs

using Point = boost::tuple< double, double >
 
using Polygon = boost::geometry::model::polygon< Point >
 
using Mpoints = boost::geometry::model::multi_point< Point >
 

Functions

bool computeConvexHull_aux (const std::vector< double > &coords, std::vector< size_t > &res, std::string &errMsg)
 

Typedef Documentation

◆ Mpoints

using Mpoints = boost::geometry::model::multi_point<Point>

Definition at line 58 of file TopoMap.cpp.

◆ Point

using Point = boost::tuple<double, double>

Definition at line 56 of file TopoMap.cpp.

◆ Polygon

using Polygon = boost::geometry::model::polygon<Point>

Definition at line 57 of file TopoMap.cpp.

Function Documentation

◆ computeConvexHull_aux()

bool computeConvexHull_aux ( const std::vector< double > &  coords,
std::vector< size_t > &  res,
std::string &  errMsg 
)

Definition at line 60 of file TopoMap.cpp.