Class SBDDataGraphNode::IsVisible#
ClassList > SBDDataGraphNode > IsVisible
This node predicate returns true for visible nodes.More...
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
| Type | Name |
|---|---|
| IsVisible () |
|
| virtual IsVisible * | clone () override const |
| virtual bool | operator() (SBDDataGraphNode const * node) override |
| virtual bool | operator() (SBDDataGraphNode const * node) override const |
| ~IsVisible () |
Detailed Description#
This node predicate returns true for visible nodes. Note that a node is visible if and only if its visibility flag is true and visibility flag of all its ancestors are true.
See also: Node predicates
Public Functions Documentation#
function IsVisible#
function clone#
Implements SBCFunctor::clone
function operator() [1/2]#
function operator() [2/2]#
virtual bool SBDDataGraphNode::IsVisible::operator() (
SBDDataGraphNode const * node
) override const