Geogram  Version 1.8.9-rc
A programming library of geometric algorithms
delaunay.h File Reference

Abstract interface for Delaunay. More...

Go to the source code of this file.

Classes

class  GEO::Delaunay
 Abstract interface for Delaunay triangulation in Nd. More...
 
struct  GEO::Delaunay::InvalidDimension
 Invalid dimension exception. More...
 
struct  GEO::Delaunay::InvalidInput
 Invalid input exception. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Macros

#define geo_register_Delaunay_creator(type, name)    geo_register_creator(GEO::DelaunayFactory, type, name)
 Helper macro to register a Delaunay implementation. More...
 

Detailed Description

Abstract interface for Delaunay.

Definition in file delaunay.h.

Macro Definition Documentation

◆ geo_register_Delaunay_creator

#define geo_register_Delaunay_creator (   type,
  name 
)     geo_register_creator(GEO::DelaunayFactory, type, name)

Helper macro to register a Delaunay implementation.

See also
DelaunayFactory

Definition at line 811 of file delaunay.h.