Uses of Class
org.biojava.nbio.structure.contact.StructureInterfaceList
-
Packages that use StructureInterfaceList Package Description org.biojava.nbio.structure.contact org.biojava.nbio.structure.xtal -
-
Uses of StructureInterfaceList in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return StructureInterfaceList Modifier and Type Method Description static StructureInterfaceList
StructureInterfaceList. calculateInterfaces(Structure struc)
Calculates the interfaces for a structure using default parametersStructureInterfaceList
InterfaceFinder. getAllInterfaces()
Find all inter polymer-chain interfaces in the structure. -
Uses of StructureInterfaceList in org.biojava.nbio.structure.xtal
Methods in org.biojava.nbio.structure.xtal that return StructureInterfaceList Modifier and Type Method Description StructureInterfaceList
CrystalBuilder. getUniqueInterfaces()
Returns the list of unique interfaces that the given Structure has upon generation of all crystal symmetry mates.StructureInterfaceList
CrystalBuilder. getUniqueInterfaces(double cutoff)
Returns the list of unique interfaces that the given Structure has upon generation of all crystal symmetry mates.
-