Public Member Functions | Private Attributes
updateOp< PrimitivePatchType, Type, TrackingData > Class Template Reference

Update operation. More...

Collaboration diagram for updateOp< PrimitivePatchType, Type, TrackingData >:
Collaboration graph
[legend]

Public Member Functions

 updateOp (const polyMesh &mesh, const PrimitivePatchType &patch, const scalar tol, TrackingData &td)
 
void operator() (Type &x, const Type &y) const
 

Private Attributes

const polyMeshmesh_
 Additional data to be passed into container. More...
 
const PrimitivePatchType & patch_
 
const scalar tol_
 
TrackingData & td_
 

Detailed Description

template<class PrimitivePatchType, class Type, class TrackingData = int>
class Foam::updateOp< PrimitivePatchType, Type, TrackingData >

Update operation.

Definition at line 267 of file PatchEdgeFaceWave.H.

Constructor & Destructor Documentation

◆ updateOp()

updateOp ( const polyMesh mesh,
const PrimitivePatchType &  patch,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 277 of file PatchEdgeFaceWave.H.

Member Function Documentation

◆ operator()()

void operator() ( Type &  x,
const Type &  y 
) const
inline

Field Documentation

◆ mesh_

const polyMesh& mesh_
private

Additional data to be passed into container.

Definition at line 270 of file PatchEdgeFaceWave.H.

Referenced by updateOp< PrimitivePatchType, Type, TrackingData >::operator()().

◆ patch_

const PrimitivePatchType& patch_
private

◆ tol_

const scalar tol_
private

◆ td_

TrackingData& td_
private

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