ProGAL.geom3d.complex.alphaComplex
Class TriangleAlphaProperties

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

public class TriangleAlphaProperties
extends java.lang.Object
implements SimplexAlphaProperties


Constructor Summary
TriangleAlphaProperties(double muDown, double muUp, double rho, boolean ch, boolean a)
           
TriangleAlphaProperties(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

TriangleAlphaProperties

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

TriangleAlphaProperties

public TriangleAlphaProperties(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