Conf Lib
Constructors
Types
Link copied to clipboard
data class AnchorAtomPointer(anchor: ConfLib.Anchor, index: Int) : ConfLib.AtomPointer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Conf(id: String, name: String, description: String?, coords: Map<ConfLib.AtomInfo, Vector3d>, anchorCoords: Map<ConfLib.Anchor, ConfLib.AnchorCoords>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
A globally unique id for each conformation, assigned at runtime. This id is not intrinsic to the library itself, so should not be persisted anywhere.
Link copied to clipboard
A globally unique id for each fragment, assigned at runtime. This id is not intrinsic to the library itself, so should not be persisted anywhere.
Link copied to clipboard