#include <gnugraph.h>
Inheritance diagram for IO_matrix_file:

Definition at line 201 of file gnugraph.h.
Public Member Functions | |
| IO_matrix_file (const std::string &filename) | |
| short | write (const std::vector< Matrix > &data) |
| short | write (const std::vector< Matrix > &data, const std::vector< std::string > &title) |
| short | read (std::vector< Matrix > &data) |
| short | read (std::vector< Matrix > &data, std::vector< std::string > &title) |
| short | read_all (std::vector< Matrix > &data, std::vector< std::string > &data_title) |
Private Attributes | |
| int | position_read |
| Position to read the file. | |
| int | nb_iterations_write |
| Number of iterations in writing mode. | |
| int | nb_iterations_read |
| Number of iterations in reading mode. | |
| int | nb_element |
| Number of elements to read or write. | |
| std::string | filename |
| File name. | |
1.5.1