AnchorMatch

data class AnchorMatch(posAnchors: List<Anchor>, fragAnchors: List<ConfLib.Anchor>)

Functions

Link copied to clipboard
fun copyToMol(mol: Molecule, atomMap: AtomMap): DesignPosition.AnchorMatch
Link copied to clipboard
fun findPosAnchor(fragAnchor: ConfLib.Anchor): Anchor?
Link copied to clipboard
fun resolveElement(p: ConfLib.AtomPointer): Element?

get the element from an atom pointer

Link copied to clipboard
fun resolveElementOrThrow(p: ConfLib.AtomPointer): Element
Link copied to clipboard
fun resolveName(p: ConfLib.AtomPointer): String?

get the name from an atom pointer

Link copied to clipboard
fun resolveNameOrThrow(p: ConfLib.AtomPointer): String

Properties

Link copied to clipboard
val fragAnchors: List<ConfLib.Anchor>
Link copied to clipboard
val pairs: List<Pair<Anchor, ConfLib.Anchor>>
Link copied to clipboard
val posAnchors: List<Anchor>