Uses of Interface
ProGAL.geom3d.complex.SimplicialComplex

Packages that use SimplicialComplex
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). 
ProGAL.proteins   
 

Uses of SimplicialComplex in ProGAL.geom3d.complex.alphaComplex
 

Classes in ProGAL.geom3d.complex.alphaComplex that implement SimplicialComplex
 class 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.
 

Uses of SimplicialComplex in ProGAL.geom3d.complex.delaunayComplex
 

Classes in ProGAL.geom3d.complex.delaunayComplex that implement SimplicialComplex
 class 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).
 class RegularComplex
          TODO: Fix
 

Uses of SimplicialComplex in ProGAL.proteins
 

Classes in ProGAL.proteins that implement SimplicialComplex
 class ProteinComplex