35 #ifndef surfaceWriter_H 36 #define surfaceWriter_H 94 const word& writeType,
125 const bool verbose =
false 137 const word& fieldName,
139 const bool isNodeValues,
140 const bool verbose =
false 152 const word& fieldName,
154 const bool isNodeValues,
155 const bool verbose =
false 167 const word& fieldName,
169 const bool isNodeValues,
170 const bool verbose =
false 182 const word& fieldName,
184 const bool isNodeValues,
185 const bool verbose =
false 197 const word& fieldName,
199 const bool isNodeValues,
200 const bool verbose =
false
surfaceWriter()
Construct null.
virtual bool separateGeometry()
True if the surface format supports geometry in a separate file.
Macros to ease declaration of run-time selection tables.
A class for handling words, derived from string.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class for surface writers.
TypeName("surfaceWriter")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, surfaceWriter, word,(),())
virtual void 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 ~surfaceWriter()
Destructor.
A class for handling file names.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< surfaceWriter > New(const word &writeType)
Return a reference to the selected surfaceWriter.