Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Utilities to build meshes derived from restricted Voronoi diagrams. More...
#include <geogram/basic/common.h>
#include <geogram/voronoi/generic_RVD.h>
#include <geogram/mesh/mesh.h>
#include <geogram/mesh/index.h>
#include <geogram/basic/attributes.h>
#include <geogram/basic/argused.h>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | GEO::RVDVertexMap |
RVDVertexMap maps symbolic vertices to unique ids. More... | |
class | GEO::RVDMeshBuilder |
Builds a Mesh using the symbolic information in the vertices computed by a RestrictedVoronoiDiagram. More... | |
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Utilities to build meshes derived from restricted Voronoi diagrams.
Definition in file RVD_mesh_builder.h.