OEIsBackboneAtom

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

This class represents OEIsBackboneAtom functor that identifies atoms (OEAtomBase) that are part of a macro-molecule backbone.

See also

The following methods are publicly inherited from OEUnaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEUnaryFunction:

operator()

CreateCopy

Constructors

OEIsBackboneAtom(o: bool = True,
                 includeTerminalOxygen: bool = False) -> OEIsBackboneAtom

Default constructor.

considercarbonyl

Determines whether to consider the carbonyl oxygen as a backbone atom.

considerterminaloxygen

Determines whether to consider the terminal oxygen (OXT) as a backbone atom.

operator()

__call__(atom: OEAtomBase) -> bool

CreateCopy

CreateCopy() -> OEIsBackboneAtom

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