|
| 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 Tuples in which complex types are delimited by parentheses. By default, a Tuple2 is assumed in which the first column is the (scalar) x-axis and the second column is the y-axis. But finer control over a n-component Tuple can be achieved by specifying the column indices. More...
|
| |