Uses of Class
org.biojava.nbio.structure.contact.GridCell
-
Packages that use GridCell Package Description org.biojava.nbio.structure.contact -
-
Uses of GridCell in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact with parameters of type GridCell Modifier and Type Method Description List<Contact>
GridCell. getContactsToOtherCell(GridCell otherCell)
Calculates all distances of atoms between this cell and the given cell returning those that are within the given cutoff as a list of Contacts containing the indices of the pair and the calculated distance.
-