|
typedef tbb::flow::tuple
< receiver< InputTypes > &... > | input_ports_type |
|
typedef tbb::flow::tuple
< sender< OutputTypes > &... > | output_ports_type |
|
|
| composite_node (graph &g, const char *type_name="composite_node") |
|
| composite_node (graph &g) |
|
template<typename T1 , typename T2 > |
void | set_external_ports (T1 &&input_ports_tuple, T2 &&output_ports_tuple) |
|
template<typename... NodeTypes> |
void | add_visible_nodes (const NodeTypes &...n) |
|
template<typename... NodeTypes> |
void | add_nodes (const NodeTypes &...n) |
|
template<typename... Nodes> |
void | add_nodes (Nodes &...) |
|
template<typename... Nodes> |
void | add_visible_nodes (Nodes &...) |
|
void | set_name (const char *name) |
|
input_ports_type | input_ports () |
|
output_ports_type | output_ports () |
|
void | extract () |
|
| graph_node (graph &g) |
|
|
void | reset_node (reset_flags) |
|
The documentation for this class was generated from the following file: