OEHasInteractionHintType

class OEHasInteractionHintType : public OESystem::OEUnaryPredicate<OEInteractionHint>

This class represents OEHasInteractionHintType functor that identifies connections (OEInteractionHint) with a specific type (OEInteractionHintTypeBase).

Constructors

OEHasInteractionHintType(itype: OEInteractionHintTypeBase) -> OEHasInteractionHintType

Constructs the functor with the given interaction type.

OEHasInteractionHintType(arg2: OEHasInteractionHintType) -> OEHasInteractionHintType

Copy constructor.

operator()

__call__(i: OEInteractionHint) -> bool

Returns true, if the interaction has the same type with which the functor is constructed.

CreateCopy

CreateCopy() -> OEUnaryInteractionHintBoolFunc

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