Anchor

sealed class Anchor

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Double(id: Int, bondsa: List<ConfLib.AtomInfo>, bondsb: List<ConfLib.AtomInfo>) : ConfLib.Anchor
Link copied to clipboard
data class Single(id: Int, bonds: List<ConfLib.AtomInfo>) : ConfLib.Anchor

Functions

Link copied to clipboard
abstract fun findAtoms(frag: ConfLib.Fragment): List<ConfLib.AtomInfo>

Find all atoms bonded to this anchor.

Link copied to clipboard
abstract fun matchIn(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.Anchor?

Properties

Link copied to clipboard
abstract val id: Int

Inheritors

Link copied to clipboard
Link copied to clipboard