checkTopology.H
Go to the documentation of this file.
1 #include "label.H"
2 #include "autoPtr.H"
3 #include "writer.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<writer<scalar>>&
17  );
18 }
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
label checkTopology(const polyMesh &, const bool, const bool, const autoPtr< surfaceWriter > &, const autoPtr< writer< scalar >> &)
Namespace for OpenFOAM.