walkPatch Class Reference

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...
 

Detailed Description

Collection of static functions to do various simple patch related things.

Source files

Definition at line 49 of file walkPatch.H.

Constructor & Destructor Documentation

◆ walkPatch() [1/2]

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().

Here is the call graph for this function:

◆ walkPatch() [2/2]

walkPatch ( const walkPatch )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ ClassName()

ClassName ( "walkPatch"  )

◆ visitOrder()

const DynamicList<label>& visitOrder ( ) const
inline

Definition at line 121 of file walkPatch.H.

◆ indexInFace()

const DynamicList<label>& indexInFace ( ) const
inline

Definition at line 126 of file walkPatch.H.

References walkPatch::operator=().

Here is the call graph for this function:

◆ operator=()

void operator= ( const walkPatch )
delete

Disallow default bitwise assignment.

Referenced by walkPatch::indexInFace().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: