OEIsCAlpha
class OEIsCAlpha : public OESystem::OEUnaryPredicate<OEChem::OEAtomBase>
This class represents OEIsCAlpha functor that
identifies atoms (OEAtomBase) with
OEPDBAtomName_CA PDB index.
See also
Residue Data Functors section
The following methods are publicly inherited from OEUnaryPredicate:
The following methods are publicly inherited from OEUnaryFunction:
operator()
__call__(atom: OEAtomBase) -> bool
Returns true, if
the
OEAtomBase.IsCarbonmethod returnstrueandthe
OEHasResiduereturnstrueandthe
OEGetPDBAtomIndexreturnsOEPDBAtomName_CA
for the given OEAtomBase, atom, object.
CreateCopy
CreateCopy() -> OEIsCAlpha
Deep copy constructor that returns a copy of the object. The memory for the returned OEIsCAlpha object is dynamically allocated and owned by the caller.