virtual void AddAtom(OEAtomBase *atom) = 0 virtual void AddAtom(const OEAtomBase *rhs, OEAtomBase *atom) = 0
AddAtom is a helper function which the MCMolBase
can call as an
adjunct to NewAtom on the molecule which contains the conformers. This
should not be called by a primary user.