OEIsUnpairedLigandInteractionHint
class OEIsUnpairedLigandInteractionHint : public OESystem::OEUnaryPredicate<OEInteractionHint>
This class represents OEIsUnpairedLigandInteractionHint functor that identifies interactions with only ligand component.
See also
OEInteractionHint class
Constructors
OEIsUnpairedLigandInteractionHint() -> OEIsUnpairedLigandInteractionHint
OEIsUnpairedLigandInteractionHint(arg2: OEIsUnpairedLigandInteractionHint) -> OEIsUnpairedLigandInteractionHint
Default constructor.
operator()
__call__(i: OEInteractionHint) -> bool
Returns true, if the given interaction has only a ligand
component.
CreateCopy
CreateCopy() -> OEUnaryInteractionHintBoolFunc
Deep copy constructor that returns a copy of the object. The memory for the returned OEIsUnpairedLigandInteractionHint object is dynamically allocated and owned by the caller.