In file ioRoutines.C:

void readNodeCoords

(const char* filename,
  vector<float> & xcoords,
  vector<float> & ycoords)

reads node coords from filename.

Documentation

reads node coords from filename. the format is : nodeIndex x_coord y_coord pfold. discards node index and pfold.

Alphabetic index



This page was generated with the help of DOC++.