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
public int getOrder() -
getRotation
-
addRotation
-
setC1
public void setC1(int n) -
removeRotation
public void removeRotation(int index) -
complete
public void 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
public void setSymmetryDeviation(double symmetryDeviation) - Parameters:
symmetryDeviation
- the symmetryDeviation to set
-
isComplete
public boolean isComplete() -
toString
-
getHigherOrderRotationAxis
public int getHigherOrderRotationAxis() -
getTwoFoldsPerpendicular
public int getTwoFoldsPerpendicular() -
getPrincipalAxisIndex
public int getPrincipalAxisIndex() -
sortByFoldDecending
public void sortByFoldDecending() -
iterator
-