public class HelixLayers extends Object
Constructor and Description |
---|
HelixLayers() |
Modifier and Type | Method and Description |
---|---|
void |
addHelix(Helix helix) |
void |
clear() |
Helix |
getByLargestContacts() |
Helix |
getByLargestContactsNotLowestAngle() |
Helix |
getByLowestAngle() |
Helix |
getHelix(int index) |
QuatSymmetryScores |
getScores()
Returns QuatSymmetryScores averaged over all rotations
(except the first rotation, which is the unit operation E)
|
void |
setSymmetryDeviation(double symmetryDeviation) |
int |
size() |
String |
toString() |
public HelixLayers()
public int size()
public Helix getByLowestAngle()
public Helix getByLargestContacts()
public Helix getByLargestContactsNotLowestAngle()
public QuatSymmetryScores getScores()
public void setSymmetryDeviation(double symmetryDeviation)
symmetryDeviation
- the symmetryDeviation to setpublic void clear()
Copyright © 2000–2019 BioJava. All rights reserved.