virtual bool IsPolarHydrogen() const
Determine whether an atom is a hydrogen attached to a polar atom. If
the atom's atomic number is not one,
OEAtomBase::IsHydrogen() == false
, then this method returns false.
Otherwise, this method returns true if any of its neighbors return true
for OEAtomBase::IsPolar()
.