Public Member Functions | Public Attributes | List of all members
trackedParticle::trackingData Class Reference

Class used to pass tracking data to the trackToFace function. More...

Inheritance diagram for trackedParticle::trackingData:
Inheritance graph
[legend]
Collaboration diagram for trackedParticle::trackingData:
Collaboration graph
[legend]

Public Member Functions

 trackingData (Cloud< trackedParticle > &cloud, labelList &maxLevel, List< PackedBoolList > &featureEdgeVisited)
 
- Public Member Functions inherited from particle< Type >::TrackingData< Cloud< trackedParticle > >
 TrackingData (Cloud< trackedParticle > &cloud)
 
Cloud< trackedParticle > & cloud ()
 Return a reference to the cloud. More...
 

Public Attributes

labelListmaxLevel_
 
List< PackedBoolList > & featureEdgeVisited_
 
- Public Attributes inherited from particle< Type >::TrackingData< Cloud< trackedParticle > >
bool switchProcessor
 Flag to switch processor. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 

Additional Inherited Members

- Public Types inherited from particle< Type >::TrackingData< Cloud< trackedParticle > >
typedef Cloud< trackedParticlecloudType
 

Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 87 of file trackedParticle.H.

Constructor & Destructor Documentation

trackingData ( Cloud< trackedParticle > &  cloud,
labelList maxLevel,
List< PackedBoolList > &  featureEdgeVisited 
)
inline

Member Data Documentation

labelList& maxLevel_

Definition at line 93 of file trackedParticle.H.

Referenced by trackedParticle::move().

List<PackedBoolList>& featureEdgeVisited_

Definition at line 95 of file trackedParticle.H.

Referenced by trackedParticle::correctAfterParallelTransfer().


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