Class SBDDataGraphNode::IsOneOf#
ClassList > SBDDataGraphNode > IsOneOf
This node predicate returns true for nodes in a given node indexer.More...
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
| Type | Name |
|---|---|
| IsOneOf (const SBNodeIndexer & nodeIndexer) |
|
| IsOneOf (SBPointerIndexer< SBDDataGraphNode > * nodePointerIndexer) |
|
| virtual IsOneOf * | clone () override const |
| virtual bool | operator() (SBDDataGraphNode const * node) override |
| virtual bool | operator() (SBDDataGraphNode const * node) override const |
| ~IsOneOf () |
Detailed Description#
This node predicate returns true for nodes in a given node indexer.
See also: Node predicates
Public Functions Documentation#
function IsOneOf [1/2]#
function IsOneOf [2/2]#
function clone#
Implements SBCFunctor::clone