Atom Pointer
Types
Functions
Link copied to clipboard
abstract fun matchIn(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.AtomPointer?
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