foamVtkSurfaceMeshWriter.H
Go to the documentation of this file.
1/*---------------------------------------------------------------------------*\
2 ========= |
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4 \\ / O peration |
5 \\ / A nd | www.openfoam.com
6 \\/ M anipulation |
7-------------------------------------------------------------------------------
8 Copyright (C) 2021 OpenCFD Ltd.
9-------------------------------------------------------------------------------
10License
11 This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12
13Typedef
14 Foam::vtk::surfaceMeshWriter
15
16Description
17 Older typedef for Foam::vtk::indirectPatchGeoFieldsWriter
18
19\*---------------------------------------------------------------------------*/
20
21#ifndef Foam_vtk_surfaceMeshWriter_H
22#define Foam_vtk_surfaceMeshWriter_H
23
25
26// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27
28namespace Foam
29{
30namespace vtk
31{
32
33// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34
36
37// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
38
39} // End namespace vtk
40} // End namespace Foam
41
42// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
44#endif
45
46// ************************************************************************* //
A Foam::vtk::GenericPatchWriter with support for geometric fields.
indirectPatchGeoFieldsWriter surfaceMeshWriter
GenericPatchGeoFieldsWriter< indirectPrimitivePatch > indirectPatchGeoFieldsWriter
Write indirectPrimitivePatch faces/points as a vtp file or a legacy vtk file with support for geometr...
Namespace for OpenFOAM.