OEHasSecondaryStructure

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

A predicate that returns true when the atom belongs to a residue that has a secondary structure assignment.

The following methods are publicly inherited from OEUnaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEUnaryFunction:

operator()

CreateCopy

Constructors

OEHasSecondaryStructure(ssType: int) -> OEHasSecondaryStructure
OEHasSecondaryStructure(rhs: OEHasSecondaryStructure) -> OEHasSecondaryStructure

Default and copy constructors.

operator()

__call__(atom: OEAtomBase) -> bool

CreateCopy

CreateCopy() -> OEHasSecondaryStructure