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
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
 
 -