Public Member Functions | Public Attributes | List of all members
GNUcurve Class Reference

Object for one curve. More...

#include <gnugraph.h>

Public Member Functions

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

Public Attributes

std::string clabel
 string defining the curve label for the legend More...
 
LineType_en enLineType
 Line type. More...
 
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.

LineType_en GNUcurve::enLineType

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 Fri Jun 7 2019 22:06:46