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).
See also
OESaltBridgeInteractionHintTypenamespaceOEInteractionHint class
OEIsSaltBridgeInteractionHint predicate
Constructors
OEIsIntramolecularSaltBridgeInteractionHint()
Default constructor.
operator()
bool operator()(const OEInteractionHint& i) const
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
OESystem::OEUnaryFunction<OEInteractionHint, bool>* CreateCopy() const
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.