Go to the documentation of this file.
32 Foam::vtk::surfaceWriter::surfaceWriter
47 Foam::vtk::surfaceWriter::surfaceWriter
61 Foam::vtk::surfaceWriter::surfaceWriter
91 if (!instant_.name().empty())
95 "time='" + instant_.name() +
"'"
106 return writePolyGeometry(points_.get(), faces_.get());
112 if (!instant_.name().empty())
127 points_ = std::cref<pointField>(
points);
128 faces_ = std::cref<faceList>(faces);
Encapsulated combinations of output format options. This is primarily useful when defining the output...
virtual bool beginFile(std::string title="")
void piece(const pointField &points, const faceList &faces)
A class for handling file names.
void writeTimeValue(scalar timeValue)
virtual bool writeGeometry()
virtual bool beginFile(std::string title="")
virtual void setTime(const instant &inst)
Generic templated field type.
Write faces/points (optionally with fields) as a vtp file or a legacy vtk file.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool writeProcIDs(const label nValues)
Write faces/points (optionally with fields) as a vtp file or a legacy vtk file.
An instant of time. Contains the time value and name.