Class RotationGroup
java.lang.Object
org.biojava.nbio.structure.symmetry.core.RotationGroup
- Author:
- Peter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRotation(Rotation rotation) voidcomplete()intintgetOrder()intgetRotation(int index) Returns QuatSymmetryScores averaged over all rotations (except the first rotation, which is the unit operation E)intbooleaniterator()voidremoveRotation(int index) voidsetC1(int n) voidsetSymmetryDeviation(double symmetryDeviation) voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RotationGroup
public RotationGroup()
-
-
Method Details
-
getOrder
-
getRotation
-
addRotation
-
setC1
-
removeRotation
-
complete
-
getPointGroup
-
getScores
Returns QuatSymmetryScores averaged over all rotations (except the first rotation, which is the unit operation E)- Returns:
- mean scores average over rotations
-
setSymmetryDeviation
- Parameters:
symmetryDeviation- the symmetryDeviation to set
-
isComplete
-
toString
-
getHigherOrderRotationAxis
-
getTwoFoldsPerpendicular
-
getPrincipalAxisIndex
-
sortByFoldDecending
-
iterator
-