Uses of Enum Class
ffx.algorithms.optimize.RotamerOptimization.DistanceMethod
Packages that use RotamerOptimization.DistanceMethod
Package
Description
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
-
Uses of RotamerOptimization.DistanceMethod in ffx.algorithms.optimize
Methods in ffx.algorithms.optimize that return RotamerOptimization.DistanceMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RotamerOptimization.DistanceMethod[]
RotamerOptimization.DistanceMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RotamerOptimization.DistanceMethod in ffx.algorithms.optimize.manybody
Constructors in ffx.algorithms.optimize.manybody with parameters of type RotamerOptimization.DistanceMethodModifierConstructorDescriptionDistanceMatrix
(MolecularAssembly molecularAssembly, AlgorithmListener algorithmListener, Residue[] allResiduesArray, List<Residue> allResiduesList, RotamerOptimization.DistanceMethod distanceMethod, double distance, double twoBodyCutoffDist, double threeBodyCutoffDist)