36 #ifndef proxySurfaceWriter_H 37 #define proxySurfaceWriter_H 104 const word& fieldName,
106 const bool isNodeValues
118 const word& fieldName,
120 const bool isNodeValues
132 const word& fieldName,
134 const bool isNodeValues
146 const word& fieldName,
148 const bool isNodeValues
160 const word& fieldName,
162 const bool isNodeValues
virtual bool separateGeometry()
True if the surface format supports geometry in a separate file.
proxySurfaceWriter(const word &ext)
Construct for a given extension.
A class for handling file names.
virtual void write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces) const
Write single surface geometry to file.
TypeName("proxy")
Runtime type information.
A class for handling words, derived from string.
A surfaceWriter that writes the geometry via the MeshedSurfaceProxy, but which does not support any f...
virtual ~proxySurfaceWriter()
Destructor.
Base class for surface writers.