ProGAL.geom3d.complex.alphaComplex
Class EdgeAlphaProperties

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

public class EdgeAlphaProperties
extends java.lang.Object
implements SimplexAlphaProperties


Constructor Summary
EdgeAlphaProperties(double muDown, double muUp, double rho, boolean ch, boolean a)
           
EdgeAlphaProperties(Interval i, Interval r, Interval s, boolean a, double inAlpha)
           
 
Method Summary
 double getInAlphaComplex()
           
 Interval getInteriorInterval()
           
 boolean getOnConvexHull()
           
 Interval getRegularInterval()
           
 int getSimplexType()
           
 Interval getSingularInterval()
           
 boolean isAttached()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeAlphaProperties

public EdgeAlphaProperties(Interval i,
                           Interval r,
                           Interval s,
                           boolean a,
                           double inAlpha)

EdgeAlphaProperties

public EdgeAlphaProperties(double muDown,
                           double muUp,
                           double rho,
                           boolean ch,
                           boolean a)
Method Detail

isAttached

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

getOnConvexHull

public boolean getOnConvexHull()

getInAlphaComplex

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

getSingularInterval

public Interval getSingularInterval()

getRegularInterval

public Interval getRegularInterval()

getInteriorInterval

public Interval getInteriorInterval()

getSimplexType

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