Homepage Demos Overview Downloads Tutorials Reference
Credits

ROBOOP::Plot_file Class Reference

#include <gnugraph.h>

Inheritance diagram for ROBOOP::Plot_file:

Inheritance graph
[legend]
List of all members.

Detailed Description

Creates a graphic from a data file.

Definition at line 188 of file gnugraph.h.

Public Member Functions

 Plot_file (const string &filename)
 Constructor.
short graph (const string &title_graph, const string &label, const short x, const short y, const short x_start, const short y_start, const short y_end)
 Creates a graphic.

Private Attributes

vector< Matrixdata_from_file
 Data file.
vector< string > data_title
 Data file title.


Constructor & Destructor Documentation

ROBOOP::Plot_file::Plot_file const string &  filename  ) 
 

Constructor.

Reads all the data of the file filename.

Definition at line 614 of file gnugraph.cpp.


Member Function Documentation

short ROBOOP::Plot_file::graph const string &  title_graph,
const string &  label,
const short  x,
const short  y,
const short  x_start,
const short  y_start,
const short  y_end
 

Creates a graphic.

Definition at line 626 of file gnugraph.cpp.


Member Data Documentation

vector<Matrix> ROBOOP::Plot_file::data_from_file [private]
 

Data file.

Definition at line 196 of file gnugraph.h.

Referenced by graph(), and Plot_file().

vector<string> ROBOOP::Plot_file::data_title [private]
 

Data file title.

Definition at line 197 of file gnugraph.h.

Referenced by graph(), and Plot_file().


The documentation for this class was generated from the following files:

ROBOOP v1.21a
Generated Tue Nov 23 16:35:55 2004 by Doxygen 1.3.9.1