All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
checkTopology.H
Go to the documentation of this file.
1 #include "label.H"
2 #include "autoPtr.H"
3 #include "setWriter.H"
4 
5 namespace Foam
6 {
7  class polyMesh;
8  class surfaceWriter;
9 
11  (
12  const polyMesh&,
13  const bool,
14  const bool,
15  const autoPtr<surfaceWriter>&,
16  const autoPtr<setWriter>&
17  );
18 }
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label checkTopology(const polyMesh &, const bool, const bool, const autoPtr< surfaceWriter > &, const autoPtr< setWriter > &)
Namespace for OpenFOAM.