Collection of static functions to do various simple patch related things. More...
#include <OpenFOAM/walkPatch.H>
Collection of static functions to do various simple patch related things.
Definition at line 50 of file walkPatch.H.
Public Member Functions | |
ClassName ("walkPatch") | |
walkPatch (const primitivePatch &pp, const labelList &faceZone, const bool reverse, const label faceI, const label enterVertI, boolList &visited) | |
Construct from components.
| |
const DynamicList< label > & | visitOrder () const |
const DynamicList< label > & | indexInFace () const |
walkPatch | ( | const primitivePatch & | pp, |
const labelList & | faceZone, | ||
const bool | reverse, | ||
const label | faceI, | ||
const label | enterVertI, | ||
boolList & | visited | ||
) |
Construct from components.
Definition at line 189 of file walkPatch.C.
References UList< T >::empty().
ClassName | ( | "walkPatch" | ) |
const DynamicList<label>& visitOrder | ( | ) | const [inline]
|
Definition at line 125 of file walkPatch.H.
const DynamicList<label>& indexInFace | ( | ) | const [inline]
|
Definition at line 130 of file walkPatch.H.