Class used to pass additional data in. More...

Public Member Functions | |
| trackData (const bitSet &isBlockedFace, const List< scalarList > ®ionToBlockSize) | |
Public Attributes | |
| const bitSet & | isBlockedFace_ |
| Per face whether the face should not be walked through. More... | |
| const List< scalarList > & | regionToBlockSize_ |
| Per surface, per region the blockSize. More... | |
Class used to pass additional data in.
Definition at line 66 of file wallPoints.H.
|
inline |
Definition at line 81 of file wallPoints.H.
| const bitSet& isBlockedFace_ |
Per face whether the face should not be walked through.
Definition at line 73 of file wallPoints.H.
Referenced by wallPoints::updateFace().
| const List<scalarList>& regionToBlockSize_ |
Per surface, per region the blockSize.
Definition at line 78 of file wallPoints.H.
Referenced by wallPoints::updateCell(), and wallPoints::updateFace().