Uses of Enum Class
org.jmol.c.VDW
Packages that use VDW
Package
Description
-
Uses of VDW in org.jmol.api
Methods in org.jmol.api with parameters of type VDW -
Uses of VDW in org.jmol.atomdata
Fields in org.jmol.atomdata declared as VDWConstructors in org.jmol.atomdata with parameters of type VDWModifierConstructorDescriptionRadiusData
(float[] values, float value, RadiusData.EnumType factorType, VDW vdwType) -
Uses of VDW in org.jmol.c
Methods in org.jmol.c that return VDWModifier and TypeMethodDescriptionstatic VDW
VDW.getVdwType
(String label) static VDW
VDW.getVdwType2
(String label) static VDW
Returns the enum constant of this class with the specified name.static VDW[]
VDW.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VDW in org.jmol.modelset
Methods in org.jmol.modelset that return VDWMethods in org.jmol.modelset with parameters of type VDWModifier and TypeMethodDescriptionfloat
AtomCollection.calculateVolume
(BS bs, VDW vType) float
Atom.getVanderwaalsRadiusFloat
(Viewer vwr, VDW type) -
Uses of VDW in org.jmol.util
Methods in org.jmol.util with parameters of type VDWModifier and TypeMethodDescriptionstatic int
Elements.getVanderwaalsMar
(int atomicAndIsotopeNumber, VDW type) -
Uses of VDW in org.jmol.viewer
Methods in org.jmol.viewer with parameters of type VDWModifier and TypeMethodDescriptionDataManager.getDefaultVdwNameOrData
(VDW type, BS bs) Viewer.getDefaultVdwNameOrData
(int mode, VDW type, BS bs) int
Viewer.getVanderwaalsMarType
(int atomicAndIsotopeNumber, VDW type)