A single curve in a graph. More...
#include <OpenFOAM/curve.H>
A single curve in a graph.
Definition at line 57 of file curve.H.
Classes | |
class | curveStyle |
The style (line, symbol, etc) of a curve. More...
| |
Public Member Functions | |
curve (const string &name, const curveStyle &style, const label l) | |
Construct as interpolation of an existing curve.
| |
curve (const string &, const curveStyle &, const scalarField &y) | |
Construct from the components.
| |
autoPtr< curve > | clone () const |
Clone.
| |
const string & | name () const |
const curveStyle & | style () const |
Friends | |
Ostream & | operator<< (Ostream &, const curve &) |
Gradient of the curve.
|
curve | ( | const string & | name, |
const curveStyle & | style, | ||
const label | l | ||
) |
Construct as interpolation of an existing curve.
curve(const curve&, const label); Construct from name, style and size
Definition at line 99 of file curve.C.
Referenced by curve::clone().
curve | ( | const string & | name, |
const curveStyle & | style, | ||
const scalarField & | y | ||
) |
Clone.
Reimplemented from Field< scalar >.
Definition at line 146 of file curve.H.
References curve::curve().
const curveStyle& style | ( | ) | const [inline]
|