Class used to pass tracking data to the trackToFace function. More...
#include <src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H>
Class used to pass tracking data to the trackToFace function.
Definition at line 77 of file trackedParticle.H.
Public Member Functions | |
trackData (Cloud< trackedParticle > &cloud, labelList &maxLevel) | |
Cloud< trackedParticle > & | cloud () |
labelList & | maxLevel () |
Public Attributes | |
bool | switchProcessor |
bool | keepParticle |
trackData | ( | Cloud< trackedParticle > & | cloud, |
labelList & | maxLevel | ||
) | [inline]
|
Definition at line 92 of file trackedParticle.H.
Cloud<trackedParticle>& cloud | ( | ) | [inline]
|
Definition at line 101 of file trackedParticle.H.
labelList& maxLevel | ( | ) | [inline]
|
Definition at line 106 of file trackedParticle.H.
Referenced by trackedParticle::move().
bool switchProcessor |
Definition at line 86 of file trackedParticle.H.
Referenced by trackedParticle::hitProcessorPatch(), and trackedParticle::move().
bool keepParticle |
Definition at line 87 of file trackedParticle.H.
Referenced by trackedParticle::hitCyclicPatch(), trackedParticle::hitPatch(), trackedParticle::hitSymmetryPatch(), trackedParticle::hitWallPatch(), trackedParticle::hitWedgePatch(), and trackedParticle::move().