ProGAL.geom3d.complex.alphaComplex
Class EiffelPointList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Point>
              extended by ProGAL.geom3d.PointList
                  extended by ProGAL.geom3d.complex.alphaComplex.EiffelPointList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Point>, java.util.Collection<Point>, java.util.List<Point>, java.util.RandomAccess

public class EiffelPointList
extends PointList

See Also:
Serialized Form

Constructor Summary
EiffelPointList()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class ProGAL.geom3d.PointList
clone, diameterSqrt3Approx, generatePointsInCube, generatePointsInCube, generatePointsOnSphere, generateRandomPointsOnSphere, getCentroid, getCoord, getCovariance, getDiameter, getExtreme, getExtremeBack, getExtremeBottom, getExtremeFront, getExtremeIndex, getExtremeIndex, getExtremeLeft, getExtremeRight, getExtremeTop, getRandomPermutation, getStandardDeviation, getSubList, getVariance, toConsole, toConsole
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

EiffelPointList

public EiffelPointList()
Method Detail

main

public static void main(java.lang.String[] args)