Description | |||||||||||||||||
Visits the components of the specified composite curve. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcCompositeCurve::ListElements | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProCurve.h> | |||||||||||||||||
ProError | ProCurveCompVisit | ( | |||||||||||||||
ProCurve p_curve | |||||||||||||||||
/* (In) | |||||||||||||||||
The curve handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProCurveCompAction action | |||||||||||||||||
/* (In) | |||||||||||||||||
The action function to be called for each component. If the function returns anything other than PRO_TK_NO_ERROR, visiting stops. This can be NULL, which will cause only the filter function to be called for each curve. | |||||||||||||||||
*/ | |||||||||||||||||
ProCurveCompFilter filter | |||||||||||||||||
/* (In) | |||||||||||||||||
The filter function. If NULL, all components are visited using the action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData app_data | |||||||||||||||||
/* (In) | |||||||||||||||||
The application data passed to the filter and visiting functions. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|