ROBOOP, A Robotics Object Oriented Package in C++
GNUcurve Class Reference

Object for one curve. More...

#include <gnugraph.h>

Public Member Functions

 GNUcurve (const std::vector< double > &x, std::vector< double > &y, const std::string &label="", LineType_en enLineType=LINES)
 
 GNUcurve (void)
 Constructor.
 
void dump (void)
 Method to dump the content of a curve to stdout.
 

Public Attributes

std::vector< double > vdX
 
std::vector< double > vdY
 
std::string clabel
 string defining the curve label for the legend
 
LineType_en enLineType
 Line type.
 

Detailed Description

Object for one curve.

Definition at line 123 of file gnugraph.h.