OEHasAnisou

class OEHasAnisou : public OESystem::OEUnaryPredicate<OEChem::OEAtomBase>

This class represents the OEHasAnisou functor that identifies atoms (OEAtomBase) that have associated anisotropic B-factor parameters.

operator()

bool operator()(const OEChem::OEAtomBase &atom) const

Method returning true if anisotropic B-factor parameters are associated with the input atom.

CreateCopy

OESystem::OEUnaryFunction<OEChem::OEAtomBase,bool> *CreateCopy() const

Deep copy constructor that returns a copy of the object. The memory for the returned OEHasAnisou object is dynamically allocated and owned by the caller.