Uses of Enum Class
ffx.crystal.ASULimit
Packages that use ASULimit
Package
Description
The Crystal package implements space group symmetry and periodic boundary condition support.
-
Uses of ASULimit in ffx.crystal
Fields in ffx.crystal declared as ASULimitModifier and TypeFieldDescriptionfinal ASULimit[]
SpaceGroup.asuLimitOperators
Real space ASU limit operators.Methods in ffx.crystal that return ASULimitModifier and TypeMethodDescriptionstatic ASULimit
Returns the enum constant of this class with the specified name.static ASULimit[]
ASULimit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ffx.crystal with parameters of type ASULimitModifierConstructorDescriptionprotected
SpaceGroup
(int number, int numSymEquiv, int numPrimitiveSymEquiv, String shortName, String pointGroupName, String pdbName, CrystalSystem crystalSystem, LatticeSystem latticeSystem, LaueSystem laueSystem, ASULimit[] asuLimitOperators, double[] asuLimits, SymOp... symOps) Immutable SpaceGroup instances are made available only through the factory method so this constructor is private.