Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
TrackingData (CloudType &cloud, const PackedBoolList &isWallPatch) | |
![]() | |
TrackingData (CloudType &cloud) | |
CloudType & | cloud () |
Return a reference to the cloud. More... | |
Public Attributes | |
const PackedBoolList & | isWallPatch_ |
![]() | |
bool | switchProcessor |
Flag to switch processor. More... | |
bool | keepParticle |
Flag to indicate whether to keep particle (false = delete) More... | |
Additional Inherited Members | |
![]() | |
typedef CloudType | cloudType |
Class used to pass tracking data to the trackToFace function.
Definition at line 74 of file wallBoundedParticle.H.
|
inline |
Definition at line 86 of file wallBoundedParticle.H.
const PackedBoolList& isWallPatch_ |
Definition at line 81 of file wallBoundedParticle.H.