![]() |
|
Public Member Functions | |
curve (const string &name, const curveStyle &style, const label l) | |
Construct from name, style and size. | |
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. |
|
Construct from name, style and size. curve(const curve&, const label); |
|
Construct from the components.
|
|
Clone.
Reimplemented from Field< scalar >. |
|
|
|
|
|
Gradient of the curve. friend curve grad(const curve&); |