NumOfIntfcPoints

Return number of points in the entire interface.

Synopsis

#include "FronTier.h" 

int NumOfIntfcPoints(INTERFACE*);

Input Parameters

INTERFACE*- pointer to operating interface

Notes

usage: INTERFACE *intfc; ...... /* intfc must have contents */ int num_points; num_points = NumOfIntfcPoints(intfc);

Examples

Example0 Example2 output_0 output_2