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