ProGAL.geom3d.complex.alphaComplex
Class TetrahedronAlphaProperties

java.lang.Object
  extended by ProGAL.geom3d.complex.alphaComplex.TetrahedronAlphaProperties
All Implemented Interfaces:
SimplexAlphaProperties

public class TetrahedronAlphaProperties
extends java.lang.Object
implements SimplexAlphaProperties


Constructor Summary
TetrahedronAlphaProperties(double rho)
           
 
Method Summary
 double getInAlphaComplex()
           
 Interval getInteriorInterval()
           
 int getSimplexType()
           
 boolean isAttached()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TetrahedronAlphaProperties

public TetrahedronAlphaProperties(double rho)
Method Detail

getInAlphaComplex

public double getInAlphaComplex()
Specified by:
getInAlphaComplex in interface SimplexAlphaProperties

isAttached

public boolean isAttached()
Specified by:
isAttached in interface SimplexAlphaProperties

getInteriorInterval

public Interval getInteriorInterval()

getSimplexType

public int getSimplexType()
Specified by:
getSimplexType in interface SimplexAlphaProperties