Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | 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
Write data on disk.
Definition at line 363 of file gnugraph.cpp.
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 542 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::Plot_file().
Member Data Documentation
Position to read the file.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), and read().
Number of iterations in writing mode.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), and write().
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 elements to read or write.
Definition at line 175 of file gnugraph.h. Referenced by IO_matrix_file(), read(), and read_all().
File name.
Definition at line 179 of file gnugraph.h. Referenced by IO_matrix_file(), read(), read_all(), and write().
The documentation for this class was generated from the following files: |
ROBOOP v1.21a |
Generated Thu Nov 22 00:51:35 2007 by Doxygen 1.5.4 |