179 const bool writeTracks,
189 template<
class VSType>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A class for handling file names.
virtual void write(const coordSet &, const wordList &, const List< const Field< Type > *> &, Ostream &) const =0
General entry point for writing.
setWriter()
Construct null.
Base class for graphics format writing. Entry points are.
virtual fileName getFileName(const coordSet &, const wordList &) const =0
Generate file name with correct extension.
virtual ~setWriter()=0
Destructor.
void writeCoord(const coordSet &, const label sampleI, Ostream &) const
virtual void writeSeparator(Ostream &os) const
Writes a separator. Used by write functions.
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component, element access using th ii() member function and the inner-product (dot-product) and outer-product operators.
Holds list of sampling positions.
Pre-declare SubField and related Field type.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & writeVS(const VSType &, Ostream &) const
TypeName("setWriter")
Runtime type information.
static autoPtr< setWriter > New(const word &writeFormat)
Return a reference to the selected setWriter.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
fileName getBaseName(const coordSet &, const wordList &) const
Generates filename from coordSet and sampled fields.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
void writeTable(const coordSet &, const List< Type > &, Ostream &) const
Writes single-column ascii write. Column 1 is coordSet coordinate,.
declareRunTimeSelectionTable(autoPtr, setWriter, word,(),())