OEIsInterInteractionHint

class OEIsInterInteractionHint : public OESystem::OEUnaryPredicate<OEInteractionHint>

This class represents OEIsInterInteractionHint functor that identifies connections (OEInteractionHint) within two different molecules stored in the OEInteractionHintContainer object.

Constructors

OEIsInterInteractionHint() -> OEIsInterInteractionHint
OEIsInterInteractionHint(arg2: OEIsInterInteractionHint) -> OEIsInterInteractionHint

Default constructor.

operator()

__call__(i: OEInteractionHint) -> bool

Returns true, if the interaction is between two different molecules.

CreateCopy

CreateCopy() -> OEUnaryInteractionHintBoolFunc

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