Uses of Class
ProGAL.geom3d.complex.alphaComplex.Interval

Packages that use Interval
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. 
 

Uses of Interval in ProGAL.geom3d.complex.alphaComplex
 

Methods in ProGAL.geom3d.complex.alphaComplex that return Interval
 Interval VertexAlphaProperties.getInteriorInterval()
           
 Interval TriangleAlphaProperties.getInteriorInterval()
           
 Interval TetrahedronAlphaProperties.getInteriorInterval()
           
 Interval EdgeAlphaProperties.getInteriorInterval()
           
 Interval VertexAlphaProperties.getRegularInterval()
           
 Interval TriangleAlphaProperties.getRegularInterval()
           
 Interval EdgeAlphaProperties.getRegularInterval()
           
 Interval VertexAlphaProperties.getSingularInterval()
           
 Interval TriangleAlphaProperties.getSingularInterval()
           
 Interval EdgeAlphaProperties.getSingularInterval()
           
 

Methods in ProGAL.geom3d.complex.alphaComplex with parameters of type Interval
 boolean Interval.intersects(Interval b)
           
 

Constructors in ProGAL.geom3d.complex.alphaComplex with parameters of type Interval
EdgeAlphaProperties(Interval i, Interval r, Interval s, boolean a, double inAlpha)
           
TriangleAlphaProperties(Interval i, Interval r, Interval s, boolean a, double inAlpha)
           
VertexAlphaProperties(Interval i, Interval r, Interval s, boolean ch, double inAlpha)