Uses of Class
org.biojava.nbio.structure.geometry.MomentsOfInertia.SymmetryClass
-
Packages that use MomentsOfInertia.SymmetryClass Package Description org.biojava.nbio.structure.geometry -
-
Uses of MomentsOfInertia.SymmetryClass in org.biojava.nbio.structure.geometry
Methods in org.biojava.nbio.structure.geometry that return MomentsOfInertia.SymmetryClass Modifier and Type Method Description MomentsOfInertia.SymmetryClass
MomentsOfInertia. getSymmetryClass(double threshold)
static MomentsOfInertia.SymmetryClass
MomentsOfInertia.SymmetryClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static MomentsOfInertia.SymmetryClass[]
MomentsOfInertia.SymmetryClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-