|
Public Member Functions |
| graph (const string &title, const string &xName, const string &yName, const scalarField &x) |
| Construct from title and labels (no curves).
|
| graph (const string &title, const string &xName, const string &yName, const scalarField &x, const scalarField &y) |
| Construct from title, labels and y data for 1 curve.
|
| graph (const string &title, const string &xName, const string &yName, Istream &is) |
| Construct from Istream given title and labels.
|
| graph (Istream &is) |
| Construct from Istream.
|
const string & | title () const |
const string & | xName () const |
const string & | yName () const |
const scalarField & | x () const |
scalarField & | x () |
const scalarField & | y () const |
scalarField & | y () |
void | writeTable (Ostream &) const |
| Write out graph data as a simple table.
|
void | write (Ostream &, const word &format) const |
| Write graph to stream in given format.
|
void | write (const fileName &fName, const word &format) const |
| Write graph to file in given format.
|
Friends |
Ostream & | operator<< (Ostream &, const graph &) |
| Ostream Operator.
|