IO_matrix_file Class Reference

#include <gnugraph.h>

Inheritance diagram for IO_matrix_file:

Plot_file List of all members.

Detailed Description

Read and write data at every iterations in a 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.


Generated on Thu Dec 14 08:52:18 2006 for ROBOOP, A Robotics Object Oriented Package in C++ by  doxygen 1.5.1