86 friend bool operator!=(
const xy& a,
const xy& b)
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;
friend Ostream & operator<<(Ostream &, const graph &)
Ostream Operator.
A class for handling file names.
void write(Ostream &, const word &format) const
Write graph to stream in given format.
const scalarField & y() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
word format(conversionProperties.lookup("format"))
A HashTable specialisation for hashing pointers.
void writeTable(Ostream &) const
Write out graph data as a simple table.
Abstract base class for a graph writer.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Class to create, store and output qgraph files.
friend Istream & operator>>(Istream &, HashPtrTable< curve, word, string::hash > &)
A class for handling words, derived from string.
bool operator!=(const HashTable< T, Key, Hash > &) const
The opposite of the equality operation. Takes linear time.
const string & xName() const
graph(const string &title, const string &xName, const string &yName, const scalarField &x)
Construct from title and labels (no curves)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
static word wordify(const string &sname)
Helper function to convert string name into appropriate word.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool operator==(const HashTable< T, Key, Hash > &) const
Equality. Hash tables are equal if the keys and values are equal.
word name(const complex &)
Return a string representation of a complex.
bool equal(const T &s1, const T &s2)
Ostream & operator<<(Ostream &, const ensightPart &)
#define declareRunTimeSelectionTable(autoPtr, baseType, argNames, argList, parList)
Declare a run-time selection.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const string & yName() const
const string & title() const
const scalarField & x() const
fileName path(UMean.rootPath()/UMean.caseName()/functionObjects::writeFile::outputPrefix/"graphs"/UMean.instance())