checkTopology.H
Go to the documentation of this file.
1 #include "label.H"
2 #include "autoPtr.H"
3 
4 namespace Foam
5 {
6  class polyMesh;
7  class surfaceWriter;
8 
10  (
11  const polyMesh&,
12  const bool,
13  const bool,
14  const autoPtr<surfaceWriter>&
15  );
16 }
Foam::label
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
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
label.H
Foam::checkTopology
label checkTopology(const polyMesh &, const bool, const bool, const autoPtr< surfaceWriter > &)
Definition: checkTopology.C:42
autoPtr.H