OEIsColorAtomPred
class OEIsColorAtomPred : public OESystem::OEUnaryPredicate<OEChem::OEAtomBase>
Unary predicate that returns true if an atom is a color atom.
Constructors
OEIsColorAtomPred()
Default and copy constructors.
operator()
bool operator()(const OEChem::OEAtomBase& atom) const
CreateCopy
OESystem::OEUnaryFunction<OEChem::OEAtomBase, bool>* CreateCopy() const