Uses of Enum Class
ffx.potential.nonbonded.VanDerWaalsForm.RADIUS_TYPE
Packages that use VanDerWaalsForm.RADIUS_TYPE
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of VanDerWaalsForm.RADIUS_TYPE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VanDerWaalsForm.RADIUS_TYPEModifier and TypeFieldDescriptionVanDerWaalsForm.radiusType
Radius type in the parameter file (R-Min or Sigma).Methods in ffx.potential.nonbonded that return VanDerWaalsForm.RADIUS_TYPEModifier and TypeMethodDescriptionstatic VanDerWaalsForm.RADIUS_TYPE
Returns the enum constant of this class with the specified name.static VanDerWaalsForm.RADIUS_TYPE[]
VanDerWaalsForm.RADIUS_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.