Anchor
Types
Link copied to clipboard
data class Double(id: Int, bondsa: List<ConfLib.AtomInfo>, bondsb: List<ConfLib.AtomInfo>) : ConfLib.Anchor
Content copied to clipboard
Link copied to clipboard
data class Single(id: Int, bonds: List<ConfLib.AtomInfo>) : ConfLib.Anchor
Content copied to clipboard
Functions
Link copied to clipboard
Find all atoms bonded to this anchor.
Link copied to clipboard
abstract fun matchIn(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.Anchor?
Content copied to clipboard