Fragment
data class Fragment(id: String, name: String, type: String, atoms: List<ConfLib.AtomInfo>, bonds: List<ConfLib.Bond>, anchors: List<ConfLib.Anchor>, confs: Map<String, ConfLib.Conf>, motions: List<ConfLib.ContinuousMotion>)
Content copied to clipboard
Functions
Link copied to clipboard
fun bfs(source: ConfLib.AtomInfo, visitSource: Boolean = false, shouldVisit: (fromAtom: ConfLib.AtomInfo, toAtom: ConfLib.AtomInfo) -> Boolean = { _, _ -> true }): Iterable<ConfLib.AtomInfo>
Content copied to clipboard
Walk the bond graph using breadth-first search.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard