NumOfCurves
Return number of curves in the interface.
Synopsis
#include "FronTier.h"
int NumOfCurves(INTERFACE*);
Input Parameters
INTERFACE*
- pointer to operating interface
Notes
usage (2D and 3D): INTERFACE *intfc; ...... /* intfc must have contents */ int num_curves; num_curves = NumOfCurves(intfc);
Examples
Example0
Example2
output_0
output_2