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

Declaration of base types for implementing user-defined code that queries the cells of a restricted Voronoi diagram. More...

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

 GEO
 Global Vorpaline namespace.
 

Detailed Description

Declaration of base types for implementing user-defined code that queries the cells of a restricted Voronoi diagram.

Definition in file RVD_callback.h.