OESaltBridgeInteractionHint

class OESaltBridgeInteractionHint : public OEInteractionHintTypeBase

The OESaltBridgeInteractionHint class represents a built-in type that identifies interactions stored in an OEInteractionHintContainer object as salt-bridge interactions (inter- and intramolecular).

The following methods are publicly inherited from OEInteractionHintTypeBase:

operator=

operator==

GetName

operator!=

CreateCopy

IsValid

Constructors

OESaltBridgeInteractionHint(type: int) -> OESaltBridgeInteractionHint
type

This value has to be from the OESaltBridgeInteractionHintType namespace.

Note

Two OESaltBridgeInteractionHint objects with different types from the OESaltBridgeInteractionHintType namespace are considered to be different.

OESaltBridgeInteractionHint(rhs: OESaltBridgeInteractionHint) -> OESaltBridgeInteractionHint

Copy constructor.

CreateCopy

CreateCopy() -> OEInteractionHintTypeBase

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.

IsValid

IsValid(arg2: OEInteractionHintFragment,
        arg3: OEInteractionHintFragment) -> bool

Evaluates whether the two given fragments would form a valid salt-bridge interaction when added to an OEInteractionHintContainer object.