Class SBDDataGraphNode::IsHighlighted#
ClassList > SBDDataGraphNode > IsHighlighted
This node predicate returns true for highlighted nodes.More...
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
Type | Name |
---|---|
IsHighlighted () |
|
virtual IsHighlighted * | clone () override const |
virtual bool | operator() (SBDDataGraphNode const * node) override |
virtual bool | operator() (SBDDataGraphNode const * node) override const |
~IsHighlighted () |
Detailed Description#
This node predicate returns true for highlighted nodes. Note that a node may be highlighted because its highlighting flag is true, or because the highlighting flag of one of its ancestors is true.
See also: Node predicates
Public Functions Documentation#
function IsHighlighted#
function clone#
Implements SBCFunctor::clone
function operator() [1/2]#
function operator() [2/2]#
virtual bool SBDDataGraphNode::IsHighlighted::operator() (
SBDDataGraphNode const * node
) override const