35 #ifndef rawSurfaceWriter_H 36 #define rawSurfaceWriter_H 62 static inline void writeLocation
69 static inline void writeLocation
78 static void writeHeader
81 const word& fieldName,
86 static inline void writeData(
Ostream&,
const Type&);
97 const word& fieldName,
99 const bool isNodeValues
142 const word& fieldName,
144 const bool isNodeValues
155 const word& fieldName,
157 const bool isNodeValues
168 const word& fieldName,
170 const bool isNodeValues
181 const word& fieldName,
183 const bool isNodeValues
194 const word& fieldName,
196 const bool isNodeValues
A surfaceWriter for raw output.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces) const
Write single surface geometry to file.
TypeName("raw")
Runtime type information.
virtual ~rawSurfaceWriter()
Destructor.
A class for handling words, derived from string.
streamFormat
Enumeration for the format of data in the stream.
compressionType
Enumeration for the format of data in the stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
rawSurfaceWriter(const IOstream::streamFormat writeFormat)
Construct given write format.
Base class for surface writers.