$search

IO_matrix_file Class Reference

Read and write data at every iterations in a file. More...

#include <gnugraph.h>

Inheritance diagram for IO_matrix_file:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 IO_matrix_file (const std::string &filename)
short read (std::vector< Matrix > &data, std::vector< std::string > &title)
short read (std::vector< Matrix > &data)
short read_all (std::vector< Matrix > &data, std::vector< std::string > &data_title)
short write (const std::vector< Matrix > &data, const std::vector< std::string > &title)
short write (const std::vector< Matrix > &data)

Private Attributes

std::string filename
 File name.
int nb_element
 Number of elements to read or write.
int nb_iterations_read
 Number of iterations in reading mode.
int nb_iterations_write
 Number of iterations in writing mode.
int position_read
 Position to read the file.

Detailed Description

Read and write data at every iterations in a file.

Definition at line 201 of file gnugraph.h.


Constructor & Destructor Documentation

IO_matrix_file::IO_matrix_file ( const std::string &  filename  ) 

Member Function Documentation

short IO_matrix_file::read ( std::vector< Matrix > &  data,
std::vector< std::string > &  title 
)
short IO_matrix_file::read ( std::vector< Matrix > &  data  ) 
short IO_matrix_file::read_all ( std::vector< Matrix > &  data,
std::vector< std::string > &  data_title 
)
short IO_matrix_file::write ( const std::vector< Matrix > &  data,
const std::vector< std::string > &  title 
)
short IO_matrix_file::write ( const std::vector< Matrix > &  data  ) 

Member Data Documentation

std::string IO_matrix_file::filename [private]

File name.

Definition at line 215 of file gnugraph.h.

Number of elements to read or write.

Definition at line 211 of file gnugraph.h.

Number of iterations in reading mode.

Definition at line 211 of file gnugraph.h.

Number of iterations in writing mode.

Definition at line 211 of file gnugraph.h.

Position to read the file.

Definition at line 211 of file gnugraph.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:26 2013