Continuous Motion
Types
Link copied to clipboard
data class DihedralAngle(id: Int, a: ConfLib.AtomPointer, b: ConfLib.AtomPointer, c: ConfLib.AtomPointer, d: ConfLib.AtomPointer) : ConfLib.ContinuousMotion
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun affectedAtoms(frag: ConfLib.Fragment): List<ConfLib.AtomInfo>
Content copied to clipboard
Link copied to clipboard
abstract fun copyTo(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>, id: Int): ConfLib.ContinuousMotion
Content copied to clipboard
Make a copy of this degree of freedom, but pointing to the given atoms and anchors, instead of the atoms and anchors it already has.