Uses of Class
org.biojava.nbio.structure.symmetry.internal.SymmetryAxes.Axis
-
Packages that use SymmetryAxes.Axis Package Description org.biojava.nbio.structure.symmetry.internal -
-
Uses of SymmetryAxes.Axis in org.biojava.nbio.structure.symmetry.internal
Methods in org.biojava.nbio.structure.symmetry.internal that return SymmetryAxes.Axis Modifier and Type Method Description SymmetryAxes.Axis
SymmetryAxes. getElementaryAxis(int level)
Methods in org.biojava.nbio.structure.symmetry.internal that return types with arguments of type SymmetryAxes.Axis Modifier and Type Method 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.Methods in org.biojava.nbio.structure.symmetry.internal with parameters of type SymmetryAxes.Axis Modifier and Type Method 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)
-