Uses of Class
org.biojava.nbio.structure.xtal.CrystalTransform
-
Packages that use CrystalTransform Package Description org.biojava.nbio.structure.contact org.biojava.nbio.structure.xtal -
-
Uses of CrystalTransform in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return types with arguments of type CrystalTransform Modifier and Type Method Description Pair<CrystalTransform>
StructureInterface. getTransforms()
Return the 2 crystal transform operations performed on each of the molecules of this interface.Method parameters in org.biojava.nbio.structure.contact with type arguments of type CrystalTransform Modifier and Type Method Description void
StructureInterface. setTransforms(Pair<CrystalTransform> transforms)
Constructors in org.biojava.nbio.structure.contact with parameters of type CrystalTransform Constructor Description StructureInterface(Atom[] firstMolecule, Atom[] secondMolecule, String firstMoleculeId, String secondMoleculeId, AtomContactSet contacts, CrystalTransform firstTransf, CrystalTransform secondTransf)
Constructs a StructureInterface -
Uses of CrystalTransform in org.biojava.nbio.structure.xtal
Methods in org.biojava.nbio.structure.xtal with parameters of type CrystalTransform Modifier and Type Method Description boolean
CrystalTransform. isEquivalent(CrystalTransform other)
Returns true if the given CrystalTransform is equivalent to this one.Constructors in org.biojava.nbio.structure.xtal with parameters of type CrystalTransform Constructor Description CrystalTransform(CrystalTransform transform)
Copy constructor
-