|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Abstract interface for Delaunay. More...
#include <geogram/basic/common.h>#include <geogram/basic/counted.h>#include <geogram/basic/smart_pointer.h>#include <geogram/basic/packed_arrays.h>#include <geogram/basic/factory.h>#include <stdexcept>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 | |
| namespace | 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. | |
Abstract interface for Delaunay.
Definition in file delaunay.h.
| #define geo_register_Delaunay_creator | ( | type, | |
| name | |||
| ) | geo_register_creator(GEO::DelaunayFactory, type, name) |
Helper macro to register a Delaunay implementation.
Definition at line 805 of file delaunay.h.