MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ tap_all()

void MayaFlux::Portal::Forma::InspectResult::tap_all ( )
inline

Tap all row links in this result and all children, recursively.

Call once per graphics tick.

Definition at line 22 of file InspectResult.hpp.

23 {
24 for (auto& row : group.rows)
25 row.link.tap();
26 for (auto& c : children)
27 c.tap_all();
28 }
void tap_all()
Tap all row links in this result and all children, recursively.
std::vector< InspectResult > children

References children, group, and MayaFlux::Portal::Forma::ValueGroup::rows.