Web Analytics Made Easy - Statcounter
Skip to content

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#

SBDDataGraphNode::IsHighlighted::IsHighlighted () 

function clone#

virtual IsHighlighted * SBDDataGraphNode::IsHighlighted::clone () override const

Implements SBCFunctor::clone


function operator() [1/2]#

virtual bool SBDDataGraphNode::IsHighlighted::operator() (
    SBDDataGraphNode const * node
) override

function operator() [2/2]#

virtual bool SBDDataGraphNode::IsHighlighted::operator() (
    SBDDataGraphNode const * node
) override const

function ~IsHighlighted#

SBDDataGraphNode::IsHighlighted::~IsHighlighted ()