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()
Default constructor.
operator()
bool operator()(const OEInteractionHint &i) const
Returns true, if the given interaction has only a ligand
component.
CreateCopy
OESystem::OEUnaryFunction<OEInteractionHint, bool> *CreateCopy() const
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.