Callback ProDimensionFilterAction
Description
Prototype of the caller supplied function which is called for every model dimension.
Synopsis
#include <ProDimension.h>
(*ProDimensionFilterAction)
(
ProDimension* dimension
/* (In)
the dimension being visited.
*/
/* (In)
caller supplied data
*/
)
Returns
skip this dimension, do not call the visit function.
other
pass this error status into the visit function.
Isto foi útil?