ROBOOP::Plot_file Class Reference#include <gnugraph.h>
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< Matrix > | data_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 | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files:
|