Uses of Enum Class
ffx.potential.parameters.SoluteType.SOLUTE_RADII_TYPE
Packages that use SoluteType.SOLUTE_RADII_TYPE
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of SoluteType.SOLUTE_RADII_TYPE in ffx.potential.parameters
Methods in ffx.potential.parameters that return SoluteType.SOLUTE_RADII_TYPEModifier and TypeMethodDescriptionstatic SoluteType.SOLUTE_RADII_TYPE
Returns the enum constant of this class with the specified name.static SoluteType.SOLUTE_RADII_TYPE[]
SoluteType.SOLUTE_RADII_TYPE.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 SoluteType.SOLUTE_RADII_TYPEModifier and TypeMethodDescriptionstatic SoluteType
SoluteType.getSoluteType
(Atom atom, ForceField forceField, SoluteType.SOLUTE_RADII_TYPE soluteRadiiType) static void
SoluteType.setSoluteRadii
(ForceField forceField, Atom[] atoms, SoluteType.SOLUTE_RADII_TYPE soluteRadiiType)