Uses of Enum Class
ffx.potential.parameters.AngleType.AngleFunction
Packages that use AngleType.AngleFunction
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of AngleType.AngleFunction in ffx.potential.parameters
Subclasses with type arguments of type AngleType.AngleFunction in ffx.potential.parametersModifier and TypeClassDescriptionstatic enumAngle function types include harmonic or sextic.Fields in ffx.potential.parameters declared as AngleType.AngleFunctionMethods in ffx.potential.parameters that return AngleType.AngleFunctionModifier and TypeMethodDescriptionstatic AngleType.AngleFunctionReturns the enum constant of this class with the specified name.static AngleType.AngleFunction[]AngleType.AngleFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.parameters with parameters of type AngleType.AngleFunctionModifier and TypeMethodDescriptionvoidAngleType.setAngleFunction(AngleType.AngleFunction angleFunction) Set the AngleFunction.voidForceField.setAngleFunction(AngleType.AngleFunction angleFunction) The AngleFunction in use by this ForceField.Constructors in ffx.potential.parameters with parameters of type AngleType.AngleFunctionModifierConstructorDescriptionAngleType(int[] atomClasses, double forceConstant, double[] angle, AngleType.AngleMode angleMode, AngleType.AngleFunction angleFunction) Constructor for In-Plane AngleType.