Coverage Control Library
|
Contains utility functions for CGAL. More...
#include <CGAL/Boolean_set_operations_2.h>
#include <CGAL/Polygon_2_algorithms.h>
#include <omp.h>
#include <list>
#include <vector>
#include "CoverageControl/cgal/config.h"
#include "CoverageControl/typedefs.h"
Go to the source code of this file.
Classes | |
struct | CGAL_DelaunayHelper |
Namespaces | |
namespace | CoverageControl |
Namespace for the CoverageControl library. | |
Functions | |
Point2 | CGALtoCC (CGAL_Point2 const pt) |
template<class Arrangement > | |
void | CGAL_CCBTraversal (typename Arrangement::Ccb_halfedge_const_circulator circ, Polygon_2 &polygon) |
template<class Arrangement > | |
void | CGAL_GeneratePolygons (const Arrangement &arr, std::list< Polygon_2 > &polygon_list) |
bool | IsPointInPoly (CGAL_Point2 const &pt, Polygon_2 const &poly) |
void | PrunePolygons (std::list< Polygon_2 > &polygon_list, int const &map_size) |
Contains utility functions for CGAL.
Definition in file utilities.h.