Go to the documentation of this file.
56 return this->getBaseName(
points, valueSetNames) +
".xy";
74 columns[i] = valueSets[i];
77 this->writeTable(
points, columns, os);
84 const bool writeTracks,
91 if (valueSets.size() != valueSetNames.
size())
94 <<
"Number of variables:" << valueSetNames.
size() <<
endl
95 <<
"Number of valueSets:" << valueSets.size()
106 columns[i] = &valueSets[i][trackI];
109 this->writeTable(
points[trackI], columns, os);
virtual void write(const coordSet &, const wordList &, const List< const Field< Type > * > &, Ostream &) const
General entry point for writing.
A class for handling file names.
#define forAll(list, i)
Loop across all elements in list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual fileName getFileName(const coordSet &, const wordList &) const
Generate file name with correct extension.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Base class for graphics format writing. Entry points are.
Holds list of sampling positions.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
virtual ~rawSetWriter()
Destructor.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
rawSetWriter()
Construct null.