CdmNode* pointers to all matching nodes,
in depth-first traversal order.
Finds all nodes in a CDM tree matching a predicate.
Performs a depth-first traversal and collects all nodes for which the predicate returns true.
root | The root node to search from. |
pred | A predicate delegate that accepts a ref CdmNode and returns true for matching nodes. |
CdmNode* pointers to all matching nodes,
in depth-first traversal order.