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()

__call__(atom: OEAtomBase) -> bool

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

CreateCopy

CreateCopy() -> OEHasAnisou

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.