bool operator() (const OEAtomBase &atom) const
Returns true if atom.IsCarbon() && OEHasResidue(&atom) is true and atom.GetName() is " CA ".
atom.IsCarbon() && OEHasResidue(&atom)
atom.GetName()
" CA "