| Package | Description |
|---|---|
| org.biojava.nbio.structure.symmetry.internal |
| Modifier and Type | Method and Description |
|---|---|
SymmetryAxes.Axis |
SymmetryAxes.getElementaryAxis(int level) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SymmetryAxes.Axis> |
SymmetryAxes.getElementaryAxesObjects()
Return all elementary axes of symmetry of the structure, that is,
the axes stored in the List as unique and from which all the symmetry
axes are constructed.
|
java.util.List<SymmetryAxes.Axis> |
SymmetryAxes.getSymmetryAxes()
Return all symmetry axes of of the structure: the set of axes that
describe all parts of the structure.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<java.lang.Integer>> |
SymmetryAxes.getRepeatRelation(SymmetryAxes.Axis axis) |
java.util.List<java.util.List<java.lang.Integer>> |
SymmetryAxes.getRepeatsCyclicForm(SymmetryAxes.Axis axis) |
java.lang.String |
SymmetryAxes.getRepeatsCyclicForm(SymmetryAxes.Axis axis,
java.util.List<?> repeats) |
Copyright © 2000-2020 BioJava. All Rights Reserved.