| Description |
| The visit function for visiting the extensions in a pipeline network. |
| Synopsis |
| #include <ProPiping.h> |
| ProError | ProPnetworkExtensionVisit | ( |
| ProPnetwork network | |
| /*
(In) |
| The network |
| */ |
| ProPextensionVisitAction visit_action | |
| /*
(In) |
| The visit action function |
| */ |
| ProPextensionFilterAction filter_action | |
| /*
(In) |
| The filter action function. If NULL, all extensions in a pipeline network are visited using the action function. |
| */ |
| ProAppData data | |
| /*
(In) |
| Application data being passed to filter and action functions. |
| */ |
| ) |
| Returns |
|
|