public class HelixLayers
extends java.lang.Object
Constructor | Description |
---|---|
HelixLayers() |
Modifier and Type | Method | 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() |
|
java.lang.String |
toString() |
public int size()
public void addHelix(Helix helix)
public Helix getHelix(int index)
public Helix getByLowestAngle()
public Helix getByLargestContacts()
public Helix getByLargestContactsNotLowestAngle()
public QuatSymmetryScores getScores()
public void setSymmetryDeviation(double symmetryDeviation)
symmetryDeviation
- the symmetryDeviation to setpublic void clear()
public java.lang.String toString()
toString
in class java.lang.Object