Geogram
Version 1.9.1-rc
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 | |
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... | |
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 811 of file delaunay.h.