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 |
---|---|
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.
|
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 |
---|---|
List<List<Integer>> |
SymmetryAxes.getRepeatRelation(SymmetryAxes.Axis axis) |
List<List<Integer>> |
SymmetryAxes.getRepeatsCyclicForm(SymmetryAxes.Axis axis) |
String |
SymmetryAxes.getRepeatsCyclicForm(SymmetryAxes.Axis axis,
List<?> repeats) |
Copyright © 2000–2019 BioJava. All rights reserved.