Anchor Atom Pointer
data class AnchorAtomPointer(anchor: ConfLib.Anchor, index: Int) : ConfLib.AtomPointer
Content copied to clipboard
Functions
Link copied to clipboard
open override fun matchIn(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.AnchorAtomPointer?
Content copied to clipboard
Returns a new atom pointer that pointes to an equivalent same atom in a specified fragment.
Link copied to clipboard
open fun matchInOrThrow(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.AtomPointer
Content copied to clipboard
Link copied to clipboard
Looks up the atom coordinates in the conformation, whether the pointer be to a conformation atom or an anchor atom.
Link copied to clipboard