Go to the documentation of this file.
35 #ifndef vtkSurfaceWriter_H
36 #define vtkSurfaceWriter_H
69 const word& fieldName,
71 const bool isNodeValues,
101 const bool verbose =
false
113 const word& fieldName,
115 const bool isNodeValues,
116 const bool verbose =
false
127 const word& fieldName,
129 const bool isNodeValues,
130 const bool verbose =
false
141 const word& fieldName,
143 const bool isNodeValues,
144 const bool verbose =
false
155 const word& fieldName,
157 const bool isNodeValues,
158 const bool verbose =
false
169 const word& fieldName,
171 const bool isNodeValues,
172 const bool verbose =
false
TypeName("vtk")
Runtime type information.
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
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.
vtkSurfaceWriter()
Construct null.
static void writeData(Ostream &, const Field< Type > &)
Pre-declare SubField and related Field type.
static void writeGeometry(Ostream &, const pointField &, const faceList &)
virtual ~vtkSurfaceWriter()
Destructor.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A surfaceWriter for VTK legacy format.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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.