Write set in csv format. More...
Public Member Functions | |
TypeName ("csv") | |
Runtime type information. More... | |
csvSetWriter () | |
Construct null. More... | |
virtual | ~csvSetWriter () |
Destructor. More... | |
virtual fileName | getFileName (const coordSet &, const wordList &) const |
Generate file name with correct extension. More... | |
virtual void | write (const coordSet &, const wordList &, const List< const Field< Type > *> &, Ostream &) const |
General entry point for writing. More... | |
virtual void | write (const bool writeTracks, const PtrList< coordSet > &, const wordList &valueSetNames, const List< List< Field< Type >>> &, Ostream &) const |
General entry point for writing of multiple coordSets. More... | |
Public Member Functions inherited from writer< Type > | |
TypeName ("writer") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, writer, word,(),()) | |
writer () | |
Construct null. More... | |
virtual | ~writer ()=0 |
Destructor. More... | |
virtual void | write (const coordSet &, const wordList &, const List< Field< Type >> &, Ostream &) const |
General entry point for writing. More... | |
virtual Ostream & | write (const scalar, Ostream &) const |
Write scalar as ascii. More... | |
template<class VSType > | |
Ostream & | writeVS (const VSType &, Ostream &) const |
virtual Ostream & | write (const vector &, Ostream &) const |
Write vector. Tab separated ascii. More... | |
virtual Ostream & | write (const sphericalTensor &, Ostream &) const |
Write sphericalTensor. Tab separated ascii. More... | |
virtual Ostream & | write (const symmTensor &, Ostream &) const |
Write symmTensor. Tab separated ascii. More... | |
virtual Ostream & | write (const tensor &, Ostream &) const |
Write tensor. Tab separated ascii. More... | |
template<class VSType > | |
Foam::Ostream & | writeVS (const VSType &value, Ostream &os) const |
Protected Member Functions | |
virtual void | writeSeparator (Ostream &) const |
Writes a separator. Used by write functions. More... | |
Protected Member Functions inherited from writer< Type > | |
fileName | getBaseName (const coordSet &, const wordList &) const |
Generates filename from coordSet and sampled fields. More... | |
void | writeCoord (const coordSet &, const label sampleI, Ostream &) const |
void | writeTable (const coordSet &, const List< Type > &, Ostream &) const |
Writes single-column ascii write. Column 1 is coordSet coordinate,. More... | |
void | writeTable (const coordSet &, const List< const List< Type > *> &, Ostream &os) const |
Writes multi-column ascii write. Column 1 is coordSet coordinate,. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from writer< Type > | |
static autoPtr< writer > | New (const word &writeFormat) |
Return a reference to the selected writer. More... | |
Write set in csv format.
Definition at line 49 of file csvSetWriter.H.
csvSetWriter | ( | ) |
Construct null.
Definition at line 34 of file csvSetWriter.C.
|
virtual |
Destructor.
Definition at line 43 of file csvSetWriter.C.
References csvSetWriter< Type >::getFileName().
|
protectedvirtual |
Writes a separator. Used by write functions.
Reimplemented from writer< Type >.
Definition at line 120 of file csvSetWriter.C.
References coordSet::axis(), token::COMMA, forAll, coordSet::hasVectorAxis(), and Foam::nl.
TypeName | ( | "csv" | ) |
Runtime type information.
|
virtual |
Generate file name with correct extension.
Implements writer< Type >.
Definition at line 51 of file csvSetWriter.C.
References writer< Type >::getBaseName(), and csvSetWriter< Type >::write().
Referenced by csvSetWriter< Type >::~csvSetWriter().
|
virtual |
General entry point for writing.
The data is organized in a set of point with one or more values per point
Implements writer< Type >.
Definition at line 62 of file csvSetWriter.C.
References forAll, and writer< Type >::writeTable().
Referenced by csvSetWriter< Type >::getFileName().
|
virtual |
General entry point for writing of multiple coordSets.
Each coordSet (track) has same data variables. The data is per variable, per track, per point of track. If writeTracks adds connecting lines (wherever applicable)
Implements writer< Type >.
Definition at line 85 of file csvSetWriter.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::nl, List< T >::size(), and writer< Type >::writeTable().