foamVtkWriteTopoSet.H File Reference

Write topoSet in VTK format. More...

Include dependency graph for foamVtkWriteTopoSet.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::vtk
 Namespace for handling VTK input/output.
 

Functions

bool writeTopoSet (const polyMesh &mesh, const topoSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
 Dispatch to vtk::writeCellSetFaces, vtk::writeFaceSet, vtk::writePointSet. More...
 
bool writeFaceSet (const polyMesh &mesh, const faceSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
 Write faceSet as VTK polydata file. More...
 
bool writeCellSetFaces (const polyMesh &mesh, const cellSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
 Write perimeter faces of cellset to vtk polydata file. More...
 
bool writePointSet (const polyMesh &mesh, const pointSet &set, const vtk::outputOptions opts, const fileName &file, bool parallel=Pstream::parRun())
 Write pointSet to VTK polydata file. More...
 

Detailed Description