Description | |||||||||||||||||
Visits the surfaces of the specified quilt. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcQuilt::ListElements | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProQuilt.h> | |||||||||||||||||
ProError | ProQuiltSurfaceVisit | ( | |||||||||||||||
ProQuilt p_quilt | |||||||||||||||||
/* (In) | |||||||||||||||||
The quilt handle | |||||||||||||||||
*/ | |||||||||||||||||
ProQuiltSurfaceVisitAction action | |||||||||||||||||
/* (In) | |||||||||||||||||
The action function | |||||||||||||||||
*/ | |||||||||||||||||
ProQuiltSurfaceFilterAction filter | |||||||||||||||||
/* (In) | |||||||||||||||||
The filter function. If NULL, all surfaces of the quilt are visited using the action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData app_data | |||||||||||||||||
/* (In) | |||||||||||||||||
The application data passed to the filter and visiting functions | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|