Go to the documentation of this file.
35 #ifndef surfaceWriter_H
36 #define surfaceWriter_H
94 const word& writeType,
125 const bool verbose =
false
139 const word& fieldName,
141 const bool isNodeValues,
142 const bool verbose =
false
156 const word& fieldName,
158 const bool isNodeValues,
159 const bool verbose =
false
173 const word& fieldName,
175 const bool isNodeValues,
176 const bool verbose =
false
190 const word& fieldName,
192 const bool isNodeValues,
193 const bool verbose =
false
207 const word& fieldName,
209 const bool isNodeValues,
210 const bool verbose =
false
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
TypeName("surfaceWriter")
Runtime type information.
Pre-declare SubField and related Field type.
surfaceWriter()
Construct null.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
static const fileName null
An empty fileName.
virtual bool separateGeometry() const
True if the surface format supports geometry in a separate file.
declareRunTimeSelectionTable(autoPtr, surfaceWriter, word,(),())
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.
static autoPtr< surfaceWriter > New(const word &writeType)
Return a reference to the selected surfaceWriter.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual ~surfaceWriter()
Destructor.