Go to the documentation of this file.
93 is >> xyd.
x_ >> xyd.
y_;
99 os << xyd.
x_ <<
' ' << xyd.
y_;
150 const string&
title()
const
155 const string&
xName()
const
160 const string&
yName()
const
218 const word& writeFormat
240 virtual const word&
ext()
const = 0;
virtual const word & ext() const =0
Return the appropriate fileName extension.
const string & xName() const
const string & title() const
word format(conversionProperties.lookup("format"))
Class to create, store and output qgraph files.
A class for handling words, derived from string.
A class for handling file names.
static word wordify(const string &sname)
Helper function to convert string name into appropriate word.
friend Istream & operator>>(Istream &is, xy &xyd)
graph(const string &title, const string &xName, const string &yName, const scalarField &x)
Construct from title and labels (no curves)
const scalarField & y() const
Abstract base class for a graph writer.
const scalarField & x() const
void readCurves(Istream &)
void writeTable(Ostream &) const
Write out graph data as a simple table.
virtual ~writer()
Destructor.
friend bool operator!=(const xy &a, const xy &b)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Ostream & operator<<(Ostream &, const edgeMesh &)
void write(Ostream &, const word &format) const
Write graph to stream in given format.
friend Ostream & operator<<(Ostream &os, const xy &xyd)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
declareRunTimeSelectionTable(autoPtr, writer, word,(),())
Declare run-time constructor selection table.
static autoPtr< writer > New(const word &writeFormat)
Return a reference to the selected writer.
A HashTable specialization for hashing pointers.
TypeName("writer")
Runtime type information.
void writeXY(const scalarField &x, const scalarField &y, Ostream &) const
fileName path(UMean.rootPath()/UMean.caseName()/"graphs"/UMean.instance())
const string & yName() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool equal(const T &s1, const T &s2)
friend Ostream & operator<<(Ostream &, const graph &)
Ostream Operator.
virtual void write(const graph &, Ostream &) const =0
Write graph in appropriate format.
word name(const complex &)
Return a string representation of a complex.
friend bool operator==(const xy &a, const xy &b)