Double
data class Double(id: Int, bondsa: List<ConfLib.AtomInfo>, bondsb: List<ConfLib.AtomInfo>) : ConfLib.Anchor
Content copied to clipboard
Functions
Link copied to clipboard
open override fun findAtoms(frag: ConfLib.Fragment): List<ConfLib.AtomInfo>
Content copied to clipboard
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?
Content copied to clipboard