
Go to the source code of this file.
Namespaces | |
| namespace | DELPHIN |
Functions | |
| bool | DELPHIN::write_XY_generic_file (const std::string &fname, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &values, const std::string &tp_var_name, const std::string &values_var_name, std::string &errmsg) |
| Writes a XY-Plot file : X = Time, Y = Values. | |
| bool | DELPHIN::write_3D_triplet_format_file (const std::string &fname, const std::vector< double > &t_vec, const std::vector< double > &x_vec, const std::vector< double > &v_vec, const std::string &tp_var_name, const std::string &dir_var_name, const std::string &values_var_name, std::string &errmsg) |
| Writes a 3D-plot file in triplet format. | |
1.5.5