Uses of Class
ProGAL.geom3d.complex.delaunayComplex.DelaunayComplex

Packages that use DelaunayComplex
ProGAL.geom3d.complex.alphaComplex An alpha complex for a set of d-dimensional points and a real number alpha is a subset of the Delaunay complex where all simplices that can be enclosed by an alpha-probe (a hypersphere of radius alpha), without the probe enclosing any points, are removed. 
ProGAL.geom3d.complex.delaunayComplex A Delaunay complex for a set of d-dimensional points is a tesselation of the points such that no point is inside the circumscribing hypersphere of the d-simplices (for the 3D case: Tetrahedra). 
 

Uses of DelaunayComplex in ProGAL.geom3d.complex.alphaComplex
 

Constructors in ProGAL.geom3d.complex.alphaComplex with parameters of type DelaunayComplex
AlphaFiltration(DelaunayComplex d3d)
          Build the alpha-filtration of the specified Delaunay complex.
 

Uses of DelaunayComplex in ProGAL.geom3d.complex.delaunayComplex
 

Subclasses of DelaunayComplex in ProGAL.geom3d.complex.delaunayComplex
 class RegularComplex
          TODO: Fix