Class RotationGroup
java.lang.Object
org.biojava.nbio.structure.symmetry.core.RotationGroup
- Author:
- Peter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
RotationGrouppublic RotationGroup()
 
- 
- 
Method Details- 
getOrder
- 
getRotation
- 
addRotation
- 
setC1
- 
removeRotation
- 
complete
- 
getPointGroup
- 
getScoresReturns 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
 
-