Go to the documentation of this file.
40 #ifndef Foam_vtk_WriteTopoSet_H
41 #define Foam_vtk_WriteTopoSet_H
71 const vtk::outputOptions opts,
84 const vtk::outputOptions opts,
97 const vtk::outputOptions opts,
108 const polyMesh&
mesh,
110 const vtk::outputOptions opts,
111 const fileName& file,
void set(List< bool > &bools, const labelRange &range)
bool writeCellSetFaces(const polyMesh &mesh, const cellSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
bool writeTopoSet(const polyMesh &mesh, const topoSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
bool writePointSet(const polyMesh &mesh, const pointSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
bool writeFaceSet(const polyMesh &mesh, const faceSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
static bool & parRun() noexcept