|
GlassBR
|
Provides a function for reading glass ASTM data. More...
#include <string>#include <vector>Go to the source code of this file.
Functions | |
| void | read_table (string filename, vector< double > &z_vector, vector< vector< double > > &x_matrix, vector< vector< double > > &y_matrix) |
| Reads glass ASTM data from a file with the given file name. | |
Provides a function for reading glass ASTM data.
| void read_table | ( | string | filename, |
| vector< double > & | z_vector, | ||
| vector< vector< double > > & | x_matrix, | ||
| vector< vector< double > > & | y_matrix ) |
Reads glass ASTM data from a file with the given file name.
| filename | name of the input file |
| z_vector | list of z values |
| x_matrix | lists of x values at different z values |
| y_matrix | lists of y values at different z values |