next up previous contents index
Next: Memory Methods on Triang1d Up: Curves Previous: Curves

Triang1d

 

The class Triang1d contains purely vertex information:

 

#CLASS Triang1d : Root {
  int number_of_points;       /* currently used number of points */
  int max_number_of_points;   /* length of list vectors */
  double *x, *y, *z;          /* point coordinates */
};





SFB 256 Universität Bonn and IAM Universität Freiburg

Copyright © by the Sonderforschungsbereich 256 at the Institut für Angewandte Mathematik, Universität Bonn.