Class HelixLayers
java.lang.Object
org.biojava.nbio.structure.symmetry.core.HelixLayers
- Author:
- Peter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()getHelix(int index) Returns QuatSymmetryScores averaged over all rotations (except the first rotation, which is the unit operation E)voidsetSymmetryDeviation(double symmetryDeviation) intsize()toString()
-
Constructor Details
-
HelixLayers
public HelixLayers()
-
-
Method Details
-
size
public int size() -
addHelix
-
getHelix
-
getByLowestAngle
-
getByLargestContacts
-
getByLargestContactsNotLowestAngle
-
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
-
clear
public void clear() -
toString
-