예제 #1
0
bool QueryAtom::Match(const Atom::ATOM_SPTR what) const {
  return Match(what.get());
}
예제 #2
0
파일: Bond.cpp 프로젝트: Acpharis/rdkit
double Bond::getValenceContrib(Atom::ATOM_SPTR at) const {
  return getValenceContrib(at.get());
}