Description | ||||||||||||||
Visits all the edges of the specified contour. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcContour::ListElements | |||||||||||||
Synopsis | ||||||||||||||
#include <ProContour.h> | ||||||||||||||
ProError | ProContourEdgeVisit | ( | ||||||||||||
ProSurface surface | ||||||||||||||
/* (In) | ||||||||||||||
The surface of the contour. | ||||||||||||||
*/ | ||||||||||||||
ProContour p_contour | ||||||||||||||
/* (In) | ||||||||||||||
The contour handle. | ||||||||||||||
*/ | ||||||||||||||
ProContourEdgeVisitAction action | ||||||||||||||
/* (In) | ||||||||||||||
The action function to be called for each edge. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. Note that you must specify this argument. | ||||||||||||||
*/ | ||||||||||||||
ProContourEdgeFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter function. If NULL, visits all edges using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
The application data passed to the filter and visiting functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|