public class StructureAlignmentDisplay
extends java.lang.Object
| Constructor | Description |
|---|---|
StructureAlignmentDisplay() |
| Modifier and Type | Method | 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 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 - StructureException