Go to the documentation of this file.
54 #ifndef starcdSurfaceWriter_H
55 #define starcdSurfaceWriter_H
86 const word& fieldName,
88 const bool isNodeValues,
125 const bool verbose =
false
136 const word& fieldName,
138 const bool isNodeValues,
139 const bool verbose =
false
150 const word& fieldName,
152 const bool isNodeValues,
153 const bool verbose =
false
164 const word& fieldName,
166 const bool isNodeValues,
167 const bool verbose =
false
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.
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
starcdSurfaceWriter()
Construct null.
TypeName("starcd")
Runtime type information.
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.
virtual bool separateGeometry() const
True if the surface format supports geometry in a separate file.
static void writeData(Ostream &, const Type &)
A surfaceWriter for STARCD files.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual ~starcdSurfaceWriter()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...