Uses of Class
org.biojava.nbio.structure.symmetry.internal.CESymmParameters
Package
Description
-
Uses of CESymmParameters in org.biojava.nbio.structure.symmetry.gui
-
Uses of CESymmParameters in org.biojava.nbio.structure.symmetry.internal
Modifier and TypeMethodDescriptionprotected static CeSymmResult
CeSymm.align
(Atom[] atoms, CESymmParameters params) static CeSymmResult
CeSymm.analyze
(Atom[] atoms, CESymmParameters params) Analyze the symmetries of the input Atom array using the provided parameters.static CeSymmResult
CeSymm.analyzeLevel
(Atom[] atoms, CESymmParameters params) Analyze a single level of symmetry.void
CeSymmResult.setParams
(CESymmParameters params) ModifierConstructorDescriptionCeSymmIterative
(CESymmParameters param) For the iterative algorithm to work properly the refinement and optimization options should be turned on, because the alignment has to be consistent at every recursive step.