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 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12 
13 Typedef
14  Foam::vtk::surfaceMeshWriter
15 
16 Description
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 
28 namespace Foam
29 {
30 namespace vtk
31 {
32 
33 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34 
36 
37 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
38 
39 } // End namespace vtk
40 } // End namespace Foam
41 
42 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43 
44 #endif
45 
46 // ************************************************************************* //
Foam::vtk::GenericPatchGeoFieldsWriter
A Foam::vtk::GenericPatchWriter with support for geometric fields.
Definition: foamVtkGenericPatchGeoFieldsWriter.H:57
foamVtkIndPatchGeoFieldsWriter.H
Foam::vtk::indirectPatchGeoFieldsWriter
GenericPatchGeoFieldsWriter< indirectPrimitivePatch > indirectPatchGeoFieldsWriter
Write indirectPrimitivePatch faces/points as a vtp file or a legacy vtk file with support for geometr...
Definition: foamVtkIndPatchGeoFieldsWriter.H:56
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::vtk::surfaceMeshWriter
indirectPatchGeoFieldsWriter surfaceMeshWriter
Definition: foamVtkSurfaceMeshWriter.H:43