Uses of Class
org.biojava.nbio.structure.contact.AtomContactSet
- 
Packages that use AtomContactSet Package Description org.biojava.nbio.structure org.biojava.nbio.structure.contact  - 
- 
Uses of AtomContactSet in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return AtomContactSet Modifier and Type Method Description static AtomContactSetStructureTools. getAtomsCAInContact(Chain chain, double cutoff)Returns the set of intra-chain contacts for the given chain for C-alpha atoms (including non-standard aminoacids appearing as HETATM groups), i.e. the contact map.static AtomContactSetStructureTools. getAtomsInContact(Chain chain, double cutoff)Returns the set of intra-chain contacts for the given chain for all non-H atoms of non-hetatoms, i.e. the contact map.static AtomContactSetStructureTools. getAtomsInContact(Chain chain, String[] atomNames, double cutoff)Returns the set of intra-chain contacts for the given chain for given atom names, i.e. the contact map.static AtomContactSetStructureTools. getAtomsInContact(Chain chain1, Chain chain2, double cutoff, boolean hetAtoms)Returns the set of inter-chain contacts between the two given chains for all non-H atoms.static AtomContactSetStructureTools. getAtomsInContact(Chain chain1, Chain chain2, String[] atomNames, double cutoff, boolean hetAtoms)Returns the set of inter-chain contacts between the two given chains for the given atom names.static AtomContactSetStructureTools. getRepresentativeAtomsInContact(Chain chain, double cutoff)Returns the set of intra-chain contacts for the given chain for C-alpha or C3' atoms (including non-standard aminoacids appearing as HETATM groups), i.e. the contact map. - 
Uses of AtomContactSet in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return AtomContactSet Modifier and Type Method Description AtomContactSetGrid. getAtomContacts()Returns all contacts, i.e. all atoms that are within the cutoff distance.AtomContactSetGrid. getContacts()Deprecated.useGrid.getAtomContacts()insteadAtomContactSetStructureInterface. getContacts()Methods in org.biojava.nbio.structure.contact with parameters of type AtomContactSet Modifier and Type Method Description voidStructureInterface. setContacts(AtomContactSet contacts)Constructors in org.biojava.nbio.structure.contact with parameters of type AtomContactSet Constructor Description GroupContactSet(AtomContactSet atomContacts)Constructs aGroupContactSetby collapsing the givenAtomContactSetinto residue-residue (group-group) contacts.StructureInterface(Atom[] firstMolecule, Atom[] secondMolecule, String firstMoleculeId, String secondMoleculeId, AtomContactSet contacts, CrystalTransform firstTransf, CrystalTransform secondTransf)Constructs a StructureInterface 
 -