Anchor
Types
Functions
Link copied to clipboard
Transforms the given atoms from the ConfLib coordinate system into the molecular coordinate system.
Link copied to clipboard
abstract fun bondToAnchors(anchor: ConfLib.Anchor, bondFunc: (List<ConfLib.AtomInfo>, Atom) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the residue of the first anchor atom, if any
Link copied to clipboard
Filters the given atoms down to just the ones connected to the anchor atoms.
Link copied to clipboard
Link copied to clipboard
abstract fun makeLibraryAnchor(atoms: Set<Atom>, id: Int, getAtomInfo: (Atom) -> ConfLib.AtomInfo): ConfLib.Anchor
Content copied to clipboard
Translate the molecule anchor atoms into a ConfLib anchor definition
Link copied to clipboard