class OESaltBridgeInteractionHint : public OEInteractionHintTypeBase
The OESaltBridgeInteractionHint class represents a built-in type that identifies interactions stored in an OEInteractionHintContainer object as intermolecular salt-bridge interactions.
See also
To perceive salt-bridge interactions:
The following methods are publicly inherited from OEInteractionHintTypeBase:
operator= | operator== | GetName |
operator!= | CreateCopy | IsValid |
OESaltBridgeInteractionHint(unsigned int type)
Note
Two OESaltBridgeInteractionHint objects with different types from the OESaltBridgeInteractionHintType namespace are considered to be different.
OESaltBridgeInteractionHint(const OESaltBridgeInteractionHint &rhs)
Copy constructor.
OESaltBridgeInteractionHint &operator=(const OESaltBridgeInteractionHint &rhs)
Assignment operator.
OEInteractionHintTypeBase *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OESaltBridgeInteractionHint object is dynamically allocated and owned by the caller.
bool IsValid(const OEInteractionHintFragment *,
const OEInteractionHintFragment *) const
Evaluates whether the two given fragments would form a valid salt-bridge interaction when added to an OEInteractionHintContainer object.