Documentation de l'API > Geometry items > Object ProContour > Callback ProContourEdgeFilterAction
Callback ProContourEdgeFilterAction
Description
This is the filter function used by the visit function.
Synopsis
#include <ProContour.h>
(*ProContourEdgeFilterAction)
(
ProEdge p_edge
/* (In)
The handle to the edge
*/
ProAppData app_data
/* (In)
The application data passed to ProContourEdgeVisit()
*/
)
Returns
Call the visit function.
Skip to the next edge (call the filter function for the next edge, if present).
Stop the visit function.
Est-ce que cela a été utile ?