Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ROBOOP::Plot_file Class Reference

#include <gnugraph.h>

Inheritance diagram for ROBOOP::Plot_file:

List of all members.


Detailed Description

Creates a graphic from a data file.

Definition at line 187 of file gnugraph.h.


Public Member Functions

 Plot_file (const std::string &filename)
 Constructor.
short graph (const std::string &title_graph, const std::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

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

Constructor & Destructor Documentation

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

Constructor.

Reads all the data of the file filename.

Definition at line 615 of file gnugraph.cpp.


Member Function Documentation

short ROBOOP::Plot_file::graph ( const std::string &  title_graph,
const std::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 627 of file gnugraph.cpp.


Member Data Documentation

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

Data file.

Definition at line 195 of file gnugraph.h.

Referenced by graph(), and Plot_file().

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

Data file title.

Definition at line 196 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 Thu Nov 22 00:51:35 2007 by Doxygen 1.5.4