48 #ifndef nastranSurfaceWriter_H 49 #define nastranSurfaceWriter_H 110 const word& faceType,
129 const word& nasFieldName,
143 const word& fieldName,
145 const bool isNodeValues
194 const word& fieldName,
196 const bool isNodeValues
207 const word& fieldName,
209 const bool isNodeValues
220 const word& fieldName,
222 const bool isNodeValues
233 const word& fieldName,
235 const bool isNodeValues
246 const word& fieldName,
248 const bool isNodeValues
nastranSurfaceWriter(const IOstream::streamFormat writeFormat)
Construct given write format.
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 surface writer for the Nastran file format - both surface mesh and fields.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~nastranSurfaceWriter()
Destructor.
TypeName("nastran")
Runtime type information.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
A class for handling words, derived from string.
streamFormat
Enumeration for the format of data in the stream.
An STL-conforming hash table.
virtual bool separateGeometry()
True if the surface format supports geometry in a separate file.
static const NamedEnum< format, 3 > formatNames_
Base class for surface writers.
virtual void write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces) const
Write single surface geometry to file.