OEIsIntramolecularSaltBridgeInteractionHint

class OEIsIntramolecularSaltBridgeInteractionHint : public OESystem::OEUnaryPredicate<OEInteractionHint>

This class represents OEIsIntramolecularSaltBridgeInteractionHint functor that identifies intramolecular salt-bridge interactions between oppositely charged groups within the same molecule (ligand or protein).

Constructors

OEIsIntramolecularSaltBridgeInteractionHint() -> OEIsIntramolecularSaltBridgeInteractionHint
OEIsIntramolecularSaltBridgeInteractionHint(arg2: OEIsIntramolecularSaltBridgeInteractionHint) -> OEIsIntramolecularSaltBridgeInteractionHint

Default constructor.

operator()

__call__(i: OEInteractionHint) -> bool

Returns true, if the given interaction has an intramolecular salt-bridge type i.e. the OEInteractionHint.GetInteractionType method returns an OESaltBridgeInteractionHint with one of the following types:

CreateCopy

CreateCopy() -> OEUnaryInteractionHintBoolFunc

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