GNUcurve Class Reference

#include <gnugraph.h>

List of all members.


Detailed Description

Object for one curve.

Definition at line 127 of file 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.


Generated on Thu Dec 14 08:52:18 2006 for ROBOOP, A Robotics Object Oriented Package in C++ by  doxygen 1.5.1