Uses of Enum Class
ffx.potential.bonded.RotamerLibrary.NucleicSugarPucker
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of RotamerLibrary.NucleicSugarPucker in ffx.potential.bonded
Modifier and TypeMethodDescriptionRotamerLibrary.NucleicSugarPucker.checkPucker
(double delta, boolean isDeoxy) Returns the sugar pucker associated with a delta torsion.Returns the enum constant of this class with the specified name.static RotamerLibrary.NucleicSugarPucker[]
RotamerLibrary.NucleicSugarPucker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic double[]
RotamerLibrary.applySugarPucker
(Residue residue, RotamerLibrary.NucleicSugarPucker pucker, boolean isDeoxy, boolean place) If place is true, builds C2', C3', and O3' based on delta(i) and returns an empty double[]; if place is false, returns a double[] filled with the coordinates at which O3' would be placed by the specified pucker.