Public Member Functions | Public Attributes
GNUcurve Class Reference

Object for one curve. More...

#include <gnugraph.h>

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Object for one curve.

Definition at line 127 of file gnugraph.h.


Constructor & Destructor Documentation

GNUcurve::GNUcurve ( const std::vector< double > &  x,
std::vector< double > &  y,
const std::string &  label = "",
LineType_en  enLineType = LINES 
)
GNUcurve::GNUcurve ( void  )

Constructor.

Definition at line 91 of file gnugraph.cpp.


Member Function Documentation

void GNUcurve::dump ( void  )

Method to dump the content of a curve to stdout.

Definition at line 112 of file gnugraph.cpp.


Member Data Documentation

std::string GNUcurve::clabel

string defining the curve label for the legend

Definition at line 137 of file gnugraph.h.

Line type.

Definition at line 138 of file gnugraph.h.

Definition at line 135 of file gnugraph.h.

Definition at line 136 of file gnugraph.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue May 28 2013 14:52:55