ROBOOP::GNUcurve Class Reference#include <gnugraph.h>
List of all members.
Detailed Description
Object for one curve.
Definition at line 115 of file gnugraph.h.
|
Public Member Functions |
| | GNUcurve (const Matrix &data, const string &label="", int type=LINES) |
| | Constructor.
|
| | GNUcurve (void) |
| | Constructor.
|
| | GNUcurve (const GNUcurve &gnuc) |
| | Copy Constructor.
|
| GNUcurve & | operator= (const GNUcurve &gnuc) |
| | Overload = operator.
|
| void | dump (void) |
| | Method to dump the content of a curve to stdout.
|
Private Attributes |
| Matrix | xy |
| | n x 2 matrix defining the curve */
|
| string | clabel |
| | string defining the curve label for the legend
|
| int | ctype |
Friends |
| class | Plot2d |
| | Plot2d need access to private data.
|
Constructor & Destructor Documentation
| ROBOOP::GNUcurve::GNUcurve |
( |
const Matrix & |
data, |
|
|
const string & |
label = "", |
|
|
int |
type = LINES |
|
) |
|
|
| ROBOOP::GNUcurve::GNUcurve |
( |
void |
|
) |
|
|
| ROBOOP::GNUcurve::GNUcurve |
( |
const GNUcurve & |
gnuc |
) |
|
|
Member Function Documentation
| void ROBOOP::GNUcurve::dump |
( |
void |
|
) |
|
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
|