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.
See also
OEIsIntraInteractionHint functor
OEInteractionHint.IsIntermethod
Constructors
OEIsInterInteractionHint()
Default constructor.
operator()
bool operator()(const OEInteractionHint &i) const
Returns true, if the interaction is between two
different molecules.
CreateCopy
OESystem::OEUnaryFunction<OEInteractionHint , bool> *CreateCopy() const
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.