Uses of Enum Class
ffx.potential.parameters.TorsionType.TorsionMode
Packages that use TorsionType.TorsionMode
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of TorsionType.TorsionMode in ffx.potential.parameters
Methods in ffx.potential.parameters that return TorsionType.TorsionModeModifier and TypeMethodDescriptionstatic TorsionType.TorsionMode
Returns the enum constant of this class with the specified name.static TorsionType.TorsionMode[]
TorsionType.TorsionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ffx.potential.parameters with parameters of type TorsionType.TorsionModeModifierConstructorDescriptionTorsionType
(int[] atomClasses, double[] amplitude, double[] phase, int[] periodicity, TorsionType.TorsionMode torsionMode) TorsionType Constructor.