Constructor and Description |
---|
RotationGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addRotation(Rotation rotation) |
void |
complete() |
int |
getHigherOrderRotationAxis() |
int |
getOrder() |
String |
getPointGroup() |
int |
getPrincipalAxisIndex() |
Rotation |
getRotation(int index) |
QuatSymmetryScores |
getScores()
Returns QuatSymmetryScores averaged over all rotations
(except the first rotation, which is the unit operation E)
|
int |
getTwoFoldsPerpendicular() |
boolean |
isComplete() |
Iterator<Rotation> |
iterator() |
void |
removeRotation(int index) |
void |
setC1(int n) |
void |
setSymmetryDeviation(double symmetryDeviation) |
void |
sortByFoldDecending() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public RotationGroup()
public int getOrder()
public Rotation getRotation(int index)
public void addRotation(Rotation rotation)
public void setC1(int n)
public void removeRotation(int index)
public void complete()
public String getPointGroup()
public QuatSymmetryScores getScores()
public void setSymmetryDeviation(double symmetryDeviation)
symmetryDeviation
- the symmetryDeviation to setpublic boolean isComplete()
public int getHigherOrderRotationAxis()
public int getTwoFoldsPerpendicular()
public int getPrincipalAxisIndex()
public void sortByFoldDecending()
Copyright © 2000–2019 BioJava. All rights reserved.