Collection of static functions to do various simple patch related things. More...
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. More... | |
walkPatch (const walkPatch &)=delete | |
Disallow default bitwise copy construction. More... | |
const DynamicList< label > & | visitOrder () const |
const DynamicList< label > & | indexInFace () const |
void | operator= (const walkPatch &)=delete |
Disallow default bitwise assignment. More... | |
Collection of static functions to do various simple patch related things.
Definition at line 49 of file walkPatch.H.
walkPatch | ( | const primitivePatch & | pp, |
const labelList & | faceZone, | ||
const bool | reverse, | ||
const label | facei, | ||
const label | enterVertI, | ||
boolList & | visited | ||
) |
Construct from components.
Definition at line 187 of file walkPatch.C.
References UList< T >::empty().
ClassName | ( | "walkPatch" | ) |
|
inline |
Definition at line 121 of file walkPatch.H.
|
inline |
Definition at line 126 of file walkPatch.H.
References walkPatch::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by walkPatch::indexInFace().