Uses of Enum Class
ffx.xray.parallel.GridMethod
Packages that use GridMethod
Package
Description
The X-ray package implements support for X-ray and Neutron refinement.
-
Uses of GridMethod in ffx.xray
Constructors in ffx.xray with parameters of type GridMethodModifierConstructorDescriptionCrystalReciprocalSpace(ReflectionList reflectionlist, Atom[] scatteringAtoms, ParallelTeam fftTeam, ParallelTeam parallelTeam, boolean solventMask, boolean neutron, SolventModel solventModel, GridMethod gridMethod) Crystal Reciprocal Space constructor, all parameters provided -
Uses of GridMethod in ffx.xray.parallel
Methods in ffx.xray.parallel that return GridMethodModifier and TypeMethodDescriptionstatic GridMethodParses the provided method name and returns the corresponding GridMethod enum value.static GridMethodReturns the enum constant of this class with the specified name.static GridMethod[]GridMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.