Go to the documentation of this file.
32 Foam::vtk::lineWriter::lineWriter
47 Foam::vtk::lineWriter::lineWriter
61 Foam::vtk::lineWriter::lineWriter
91 if (!instant_.name().empty())
95 "time='" + instant_.name() +
"'"
106 return writeLineGeometry(points_.get(), edges_.get());
112 if (!instant_.name().empty())
127 points_ = std::cref<pointField>(
points);
128 edges_ = std::cref<edgeList>(edges);
Encapsulated combinations of output format options. This is primarily useful when defining the output...
A class for handling file names.
void piece(const pointField &points, const edgeList &edges)
void writeTimeValue(scalar timeValue)
virtual bool beginFile(std::string title="")
virtual void setTime(const instant &inst)
Generic templated field type.
Write edge/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)
virtual bool beginFile(std::string title="")
virtual bool writeGeometry()
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.