Package | Description |
---|---|
org.biojava.nbio.structure.contact |
Modifier and Type | Method and 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.
|
List<Contact> |
GridCell.getContactsWithinCell()
Calculates all distances of atoms within this cell returning those that are within the given cutoff
as a list of Contacts containing the indices of the pair and the calculated distance.
|
List<Contact> |
Grid.getIndicesContacts()
Returns all contacts, i.e. all atoms that are within the cutoff distance, as simple Contact objects containing the atom indices pairs and the distance.
|
Copyright © 2000–2019 BioJava. All rights reserved.