Geogram Version 1.8.5
A programming library of geometric algorithms
Loading...
Searching...
No Matches
CDT_2d.h File Reference

Simple constained Delaunay triangulation in 2D. More...

#include <geogram/basic/common.h>
#include <geogram/basic/geometry.h>
#include <geogram/numerics/predicates.h>
#include <functional>

Go to the source code of this file.

Classes

class  GEO::CDTBase2d
 Base class for constrained Delaunay triangulation. More...
 
struct  GEO::CDTBase2d::DList
 Doubly connected triangle list. More...
 
class  GEO::CDT2d
 Constrained Delaunay triangulation. More...
 

Namespaces

namespace  GEO
 Global Vorpaline namespace.
 

Detailed Description

Simple constained Delaunay triangulation in 2D.

See documentation of CDT at the end of this file.

Definition in file CDT_2d.h.