public class StructureAlignmentDisplay extends Object
| Constructor and Description |
|---|
StructureAlignmentDisplay() |
| Modifier and Type | Method and Description |
|---|---|
static StructureAlignmentJmol |
display(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Display an AFPChain alignment
|
static Group[] |
prepareGroupsForDisplay(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Rotate the Atoms/Groups so they are aligned for the 3D visualisation
|
static void |
shiftCA2(AFPChain afpChain,
Atom[] ca2,
Matrix m,
Atom shift,
Group[] twistedGroups)
only shift CA positions.
|
public StructureAlignmentDisplay()
public static StructureAlignmentJmol display(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain - ca1 - ca2 - StructureExceptionpublic static Group[] prepareGroupsForDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain - ca1 - ca2 - StructureExceptionCopyright © 2000–2017 BioJava. All rights reserved.