ProGAL.proteins
Class ProteinComplex.Hole

java.lang.Object
  extended by ProGAL.proteins.ProteinComplex.Hole
Enclosing class:
ProteinComplex

public class ProteinComplex.Hole
extends java.lang.Object


Field Summary
 java.util.List<CTetrahedron> tetrahedra
           
 
Constructor Summary
ProteinComplex.Hole(CTetrahedron representative)
           
ProteinComplex.Hole(CTetrahedron representative, double probeRad)
           
 
Method Summary
 double averageDepth()
           
 java.lang.String toString()
           
 double volume()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tetrahedra

public final java.util.List<CTetrahedron> tetrahedra
Constructor Detail

ProteinComplex.Hole

public ProteinComplex.Hole(CTetrahedron representative,
                           double probeRad)

ProteinComplex.Hole

public ProteinComplex.Hole(CTetrahedron representative)
Method Detail

averageDepth

public double averageDepth()

volume

public double volume()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object