Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
RVD_mesh_builder.h File Reference

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.
 

Detailed Description

Utilities to build meshes derived from restricted Voronoi diagrams.

Note
This file contains functions and classes used by the internal implementation of GEO::GenericVoronoiDiagram. They are not meant to be used directly by client code.

Definition in file RVD_mesh_builder.h.