Go to the documentation of this file.
49 #ifndef Foam_vtk_GenericPatchWriter_H
50 #define Foam_vtk_GenericPatchWriter_H
65 template<
class PatchType>
136 const PatchType&
patch() const noexcept
143 virtual bool beginFile(std::string title =
"surface")
Encapsulated combinations of output format options. This is primarily useful when defining the output...
virtual bool writeGeometry()
A class for handling file names.
vtk::outputOptions opts() const
Write concrete PrimitivePatch faces/points (optionally with fields) as a vtp file or a legacy vtk fil...
bool writePolyGeometry(const pointField &points, const faceList &faces)
virtual bool beginFile(std::string title="")
bool parallel() const noexcept
virtual bool beginFile(std::string title="surface")
@ INLINE_BASE64
XML inline base64, base64Formatter.
const PatchType & patch() const noexcept
static bool & parRun() noexcept
bool writeProcIDs(const label nValues)
Write faces/points (optionally with fields) as a vtp file or a legacy vtk file.
virtual ~GenericPatchWriter()=default