Uses of Enum Class
ffx.xray.CrystalReciprocalSpace.SolventModel
Package
Description
The X-ray package implements support for X-ray and Neutron refinement.
The X-ray CLI package defines options for PicoCLI command line scripts.
-
Uses of CrystalReciprocalSpace.SolventModel in ffx.xray
Modifier and TypeFieldDescriptionprotected CrystalReciprocalSpace.SolventModel
CrystalReciprocalSpace.solventModel
Modifier and TypeMethodDescriptionDiffractionData.getSolventModel()
Getter for the fieldsolventModel
.CrystalReciprocalSpace.parseSolventModel
(String str) Parse a solvent model string and return a SolventModel enum.Returns the enum constant of this class with the specified name.static CrystalReciprocalSpace.SolventModel[]
CrystalReciprocalSpace.SolventModel.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCrystalReciprocalSpace
(ReflectionList reflectionlist, Atom[] atoms, ParallelTeam fftTeam, ParallelTeam parallelTeam, boolean solventMask, boolean neutron, CrystalReciprocalSpace.SolventModel solventModel, CrystalReciprocalSpace.GridMethod gridMethod) Crystal Reciprocal Space constructor, all parameters providedDiffractionData
(MolecularAssembly[] assembly, org.apache.commons.configuration2.CompositeConfiguration properties, CrystalReciprocalSpace.SolventModel solventmodel, DiffractionFile... datafile) construct a diffraction data assemblyDiffractionData
(MolecularAssembly assembly, org.apache.commons.configuration2.CompositeConfiguration properties, CrystalReciprocalSpace.SolventModel solventmodel) construct a diffraction data assembly, assumes an X-ray data set with a weight of 1.0 using the same name as the molecular assemblyDiffractionData
(MolecularAssembly assembly, org.apache.commons.configuration2.CompositeConfiguration properties, CrystalReciprocalSpace.SolventModel solventmodel, DiffractionFile... datafile) construct a diffraction data assembly -
Uses of CrystalReciprocalSpace.SolventModel in ffx.xray.cli