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.

std::vector<double> GNUcurve::vdX

Definition at line 135 of file gnugraph.h.

std::vector<double> GNUcurve::vdY

Definition at line 136 of file gnugraph.h.


The documentation for this class was generated from the following files:


kni
Author(s): Martin Günther
autogenerated on Thu Aug 27 2015 13:40:08