Description | ||||||||||||||
Visits all gtols stored in the specified model. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMdl.h> | ||||||||||||||
ProError | ProMdlGtolVisit | ( | ||||||||||||
ProMdl model | ||||||||||||||
/* (In) | ||||||||||||||
The model that contains the gtols to be visited | ||||||||||||||
*/ | ||||||||||||||
ProGtolVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action function | ||||||||||||||
*/ | ||||||||||||||
ProGtolFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
The filter action. If NULL, all gtols are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
Pointer to application-specific data to be passed to the action functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|