add Missing Atoms
fun addMissingAtoms(coords: List<Vector3d>, filter: (Atom, Polymer.Residue?) -> Boolean = { atom: Atom, residue: Polymer.Residue? -> true }): Int
Content copied to clipboard
Adds all the extra atoms defined by AMBER.
Returns the number of atoms added.