The style (line, symbol, etc) of a curve. More...
#include <src/OpenFOAM/graph/curve/curve.H>
The style (line, symbol, etc) of a curve.
Definition at line 65 of file curve.H.
Public Types | |
enum | curveStyleNo { CONTINUOUS, SYMBOL, SYMBOL_CURVE, SYMBOL_WITH_ERROR_BARS, SYMBOL_WITH_VARIABLE_SIZE } |
Enumeration definitions. More... | |
Public Member Functions | |
curveStyle (const curveStyleNo csn) | |
Construct given a curveStyleNo.
| |
curveStyle (Istream &is) | |
Construct from Istream.
| |
Friends | |
Ostream & | operator<< (Ostream &os, const curveStyle &cs) |
enum curveStyleNo |
curveStyle | ( | const curveStyleNo | csn ) | [inline]
|
curveStyle | ( | Istream & | is ) | [inline]
|
Ostream& operator<< | ( | Ostream & | os, |
const curveStyle & | cs | ||
) | [friend]
|