Class used to pass additional data in. More...
#include <wallPoints.H>

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. | |
| const List< scalarList > & | regionToBlockSize_ |
| Per surface, per region the blockSize. | |
Class used to pass additional data in.
Definition at line 66 of file wallPoints.H.
|
inline |
Definition at line 80 of file wallPoints.H.
References isBlockedFace(), isBlockedFace_, and regionToBlockSize_.

| const bitSet& isBlockedFace_ |
Per face whether the face should not be walked through.
Definition at line 73 of file wallPoints.H.
Referenced by trackData().
| const List<scalarList>& regionToBlockSize_ |
Per surface, per region the blockSize.
Definition at line 78 of file wallPoints.H.
Referenced by trackData().