109 os << int(cs.CurveStyleNo);
154 const string&
name()
const
159 const curveStyle&
style()
const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< T > New(Args &&... args)
Construct autoPtr with forwarding arguments.
The style (line, symbol, etc) of a curve.
friend Ostream & operator<<(Ostream &os, const curveStyle &cs)
curveStyle(Istream &is)
Construct from Istream.
curveStyle(const curveStyleNo csn)
Construct given a curveStyleNo.
curveStyleNo
Enumeration definitions.
@ SYMBOL_WITH_VARIABLE_SIZE
A single curve in a graph.
friend Ostream & operator<<(Ostream &, const curve &)
const curveStyle & style() const
autoPtr< curve > clone() const
const string & name() const
curve(const string &name, const curveStyle &style, const label l)
Construct from name, style and size.
OBJstream os(runTime.globalPath()/outputName)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
int readInt(Istream &is)
Read int from stream.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
Specialisations of Field<T> for scalar, vector and tensor.