Go to the documentation of this file.
178 const bool writeTracks,
188 template<
class VSType>
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
declareRunTimeSelectionTable(autoPtr, writer, word,(),())
Ostream & writeVS(const VSType &, Ostream &) const
A class for handling words, derived from string.
A class for handling file names.
TypeName("writer")
Runtime type information.
fileName getBaseName(const coordSet &, const wordList &) const
Generates filename from coordSet and sampled fields.
virtual void write(const coordSet &, const wordList &, const List< const Field< Type > * > &, Ostream &) const =0
General entry point for writing.
virtual ~writer()=0
Destructor.
virtual fileName getFileName(const coordSet &, const wordList &) const =0
Generate file name with correct extension.
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 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.
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component,...
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,.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void writeCoord(const coordSet &, const label sampleI, Ostream &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void writeSeparator(Ostream &os) const
Writes a separator. Used by write functions.
static autoPtr< writer > New(const word &writeFormat)
Return a reference to the selected writer.