|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| InspectResult MayaFlux::Portal::Forma::Inspector::root_node | ( | Nodes::ProcessingToken | token, |
| Surface & | surface, | ||
| LayoutCursor & | cursor, | ||
| float | x_min = -0.95F, |
||
| float | x_max = 0.95F, |
||
| float | row_h = 0.05F, |
||
| int | depth = 0 |
||
| ) |
Inspect all RootNodes for a token.
For AUDIO_RATE: header shows token and channel count, each channel expanded as a nested root_node(token, channel) result. For all other tokens: delegates directly to root_node(token, 0).
Definition at line 182 of file NodeQuery.cpp.
References MayaFlux::Nodes::AUDIO_RATE, MayaFlux::Portal::Forma::InspectResult::children, MayaFlux::Nodes::NodeGraphManager::get_all_channels(), m_ngm, and root_node().
Here is the call graph for this function: