Ejemplo n.º 1
0
bool QueryAtom::Match(const Atom::ATOM_SPTR what) const {
  return Match(what.get());
}
Ejemplo n.º 2
0
double Bond::getValenceContrib(Atom::ATOM_SPTR at) const {
  return getValenceContrib(at.get());
}