Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Generic implementation of restricted Voronoi diagrams. More...
#include <geogram/basic/common.h>
#include <geogram/basic/numeric.h>
#include <geogram/voronoi/generic_RVD_utils.h>
#include <geogram/voronoi/RVD_callback.h>
#include <geogram/numerics/predicates.h>
#include <geogram/mesh/index.h>
#include <geogram/basic/geometry_nd.h>
#include <geogram/basic/process.h>
#include <geogram/basic/attributes.h>
#include <geogram/basic/argused.h>
#include <deque>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Typedefs | |
typedef GEOGen::SymbolicVertex | GEO::SymbolicVertex |
Symbolic representation of a RestrictedVoronoiDiagram vertex. | |
Generic implementation of restricted Voronoi diagrams.
Definition in file generic_RVD.h.