bool QueryAtom::Match(const Atom::ATOM_SPTR what) const { return Match(what.get()); }
double Bond::getValenceContrib(Atom::ATOM_SPTR at) const { return getValenceContrib(at.get()); }