Classes | |
struct | CsvLabelType |
struct | CsvLabelType< Type, CsvVoid< typename pTraits< Type >::labelType > > |
class | Csv |
Reads an interpolation table from a file in CSV-format. Entries govern the layout of the CSV file. The indices of the columns of the table that are to be used are given by the columns entry. This is a tuple for which the first part is the index of the column used for the x-axis, and the second part is the column index used for the scalar values, or a list of column indices used for the components of vector, tensor, etc..., values. More... | |
class | Embedded |
Reads an interpolation table from the values entry in OpenFOAM-format. More... | |
class | Foam |
Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuple2's where the first (x) column is scalar, and the second (y) column is the type to be interpolated. More... | |
Typedefs | |
template<typename T > | |
using | CsvVoid = void |
using CsvVoid = void |
Definition at line 65 of file CsvTableReader.H.