|
Graphite Version 3
An experimental 3D geometry processing program
|
Declaration of base types for implementing user-defined code that queries the cells of a restricted Voronoi diagram. More...
#include <geogram/basic/common.h>#include <geogram/voronoi/generic_RVD_vertex.h>#include <geogram/mesh/mesh.h>#include <geogram/basic/numeric.h>#include <geogram/basic/attributes.h>#include <geogram/basic/thread_sync.h>Go to the source code of this file.
Classes | |
| class | GEO::RVDCallback |
| Baseclass for user functions called for each element (polygon or polyhedron) of a restricted Voronoi diagram traversal. More... | |
| class | GEO::RVDPolygonCallback |
| Baseclass for user functions called for each polygon of a surfacic restricted Voronoi diagram. More... | |
| class | GEO::RVDPolyhedronCallback |
| Baseclass for user functions called for each polyhedron of a volumetric restricted Voronoi diagram. More... | |
| class | GEO::BuildRVDMesh |
| Constructs a polyhedral mesh from a restricted Voronoi diagram. More... | |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Declaration of base types for implementing user-defined code that queries the cells of a restricted Voronoi diagram.
Definition in file RVD_callback.h.