Double

data class Double(id: Int, bondsa: List<ConfLib.AtomInfo>, bondsb: List<ConfLib.AtomInfo>) : ConfLib.Anchor

Functions

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

Find all atoms bonded to this anchor.

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

Properties

Link copied to clipboard
val bondsa: List<ConfLib.AtomInfo>
Link copied to clipboard
val bondsb: List<ConfLib.AtomInfo>
Link copied to clipboard
open override val id: Int