GlassBR
Loading...
Searching...
No Matches
ReadTable.hpp File Reference

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.

Detailed Description

Provides a function for reading glass ASTM data.

Author
Nikitha Krithnan and W. Spencer Smith
Note
Generated by Drasil v0.1-alpha

Function Documentation

◆ read_table()

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.

Parameters
filenamename of the input file
z_vectorlist of z values
x_matrixlists of x values at different z values
y_matrixlists of y values at different z values