Go to the documentation of this file.
35 #ifndef rawSurfaceWriter_H
36 #define rawSurfaceWriter_H
75 const word& fieldName,
91 const word& fieldName,
93 const bool isNodeValues,
123 const bool verbose =
false
135 const word& fieldName,
137 const bool isNodeValues,
138 const bool verbose =
false
149 const word& fieldName,
151 const bool isNodeValues,
152 const bool verbose =
false
163 const word& fieldName,
165 const bool isNodeValues,
166 const bool verbose =
false
177 const word& fieldName,
179 const bool isNodeValues,
180 const bool verbose =
false
191 const word& fieldName,
193 const bool isNodeValues,
194 const bool verbose =
false
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
rawSurfaceWriter()
Construct null.
A surfaceWriter for raw output.
fileName writeTemplate(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const word &fieldName, const Field< Type > &values, const bool isNodeValues, const bool verbose) const
Templated write operation.
virtual ~rawSurfaceWriter()
Destructor.
static void writeHeader(Ostream &, const word &fieldName, const Field< Type > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
virtual fileName write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const bool verbose=false) const
Write single surface geometry to file.
TypeName("raw")
Runtime type information.
static void writeLocation(Ostream &, const pointField &, const label pointI)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static void writeData(Ostream &, const Type &)