Uses of Enum Class
ffx.xray.CrystalReciprocalSpace.SolventModel
Packages that use 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
Fields in ffx.xray declared as CrystalReciprocalSpace.SolventModelModifier and TypeFieldDescriptionprotected CrystalReciprocalSpace.SolventModelCrystalReciprocalSpace.solventModelMethods in ffx.xray that return CrystalReciprocalSpace.SolventModelModifier 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.Constructors in ffx.xray with parameters of type CrystalReciprocalSpace.SolventModelModifierConstructorDescriptionCrystalReciprocalSpace(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
Fields in ffx.xray.cli declared as CrystalReciprocalSpace.SolventModel