MolInfo

class MolInfo(assignedMol: Molecule, confSpaceMol: Molecule, maps: MoleculeMaps)

Functions

Link copied to clipboard
fun getAssignedAtom(confSpaceAtom: Atom): Atom?
Link copied to clipboard
fun getAssignedAtomOrThrow(confSpaceAtom: Atom): Atom
Link copied to clipboard
fun getConfSpaceAtom(assignedAtom: Atom): Atom?
Link copied to clipboard
fun getConfSpaceAtomOrThrow(assignedAtom: Atom): Atom

Properties

Link copied to clipboard
val assignedMol: Molecule

a copy of the molecule from the conf space, with the new conformations applied

Link copied to clipboard
val confSpaceMol: Molecule

the original molecule from the conf space

Link copied to clipboard
val maps: MoleculeMaps

molecule maps from the conf space molecule to the molecule copy in the assignments