GlassBR
All Classes Files Functions
Static Public Member Functions | List of all members
GlassBR.ReadTable Class Reference

Static Public Member Functions

static void read_table (String filename, ArrayList< Double > z_vector, ArrayList< ArrayList< Double >> x_matrix, ArrayList< ArrayList< Double >> y_matrix) throws FileNotFoundException, IOException
 Reads glass ASTM data from a file with the given file name. More...
 

Member Function Documentation

◆ read_table()

static void GlassBR.ReadTable.read_table ( String  filename,
ArrayList< Double >  z_vector,
ArrayList< ArrayList< Double >>  x_matrix,
ArrayList< ArrayList< Double >>  y_matrix 
) throws FileNotFoundException, IOException
static

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

The documentation for this class was generated from the following file: