| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
ROBOOP::IO_matrix_file Class Reference#include <gnugraph.h>
Inheritance diagram for ROBOOP::IO_matrix_file: ![]() Detailed DescriptionRead and write data at every iterations in a file.
Definition at line 165 of file gnugraph.h.
Constructor & Destructor Documentation
Member Function Documentation
Reads all sequences of data. If the file "filename does not exist yet, created it and fill the first line with the number of rows and columns for each element of "data". ex: 6x1;3x1;3x3; This line indidate that data has 3 elements Matrix. The first one has 6 rows and 1 columns, the second one has 3 rows and 1 columns ... Definition at line 540 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::Plot_file().
Write data on disk.
Definition at line 361 of file gnugraph.cpp.
Member Data Documentation
File name.
Definition at line 179 of file gnugraph.h. Referenced by IO_matrix_file(), read(), read_all(), and write().
Number of elements to read or write.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), read(), and read_all().
Number of iterations in reading mode.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), read(), and read_all().
Number of iterations in writing mode.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), and write().
Position to read the file.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), and read().
The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ROBOOP v1.21a |
Generated Wed Oct 4 00:00:46 2006 by Doxygen 1.4.7 |