Class RotationGroup
java.lang.Object
org.biojava.nbio.structure.symmetry.core.RotationGroup
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRotation
(Rotation rotation) void
complete()
int
int
getOrder()
int
getRotation
(int index) Returns QuatSymmetryScores averaged over all rotations (except the first rotation, which is the unit operation E)int
boolean
iterator()
void
removeRotation
(int index) void
setC1
(int n) void
setSymmetryDeviation
(double symmetryDeviation) void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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
-