ProGAL.geom3d.complex.alphaComplex
Class VertexAlphaProperties

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

public class VertexAlphaProperties
extends java.lang.Object
implements SimplexAlphaProperties


Constructor Summary
VertexAlphaProperties(double muDown, double muUp, boolean ch)
           
VertexAlphaProperties(Interval i, Interval r, Interval s, boolean ch, 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

VertexAlphaProperties

public VertexAlphaProperties(Interval i,
                             Interval r,
                             Interval s,
                             boolean ch,
                             double inAlpha)

VertexAlphaProperties

public VertexAlphaProperties(double muDown,
                             double muUp,
                             boolean ch)
Method Detail

getOnConvexHull

public boolean getOnConvexHull()

getInAlphaComplex

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

isAttached

public boolean isAttached()
Specified by:
isAttached 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