addMissingAtoms

fun addMissingAtoms(coords: List<Vector3d>, filter: (Atom, Polymer.Residue?) -> Boolean = { atom: Atom, residue: Polymer.Residue? -> true }): Int

Adds all the extra atoms defined by AMBER.

Returns the number of atoms added.