Public Member Functions | Private Attributes
findCellParticle::trackingData Class Reference

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

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

Public Member Functions

 trackingData (Cloud< findCellParticle > &cloud, labelListList &cellToData, List< List< point > > &cellToEnd)
 
labelListListcellToData ()
 
List< List< point > > & cellToEnd ()
 
- Public Member Functions inherited from particle< Type >::TrackingData< Cloud< findCellParticle > >
 TrackingData (Cloud< findCellParticle > &cloud)
 
Cloud< findCellParticle > & cloud ()
 Return a reference to the cloud. More...
 

Private Attributes

labelListListcellToData_
 
List< List< point > > & cellToEnd_
 

Additional Inherited Members

- Public Types inherited from particle< Type >::TrackingData< Cloud< findCellParticle > >
typedef Cloud< findCellParticlecloudType
 
- Data Fields inherited from particle< Type >::TrackingData< Cloud< findCellParticle > >
bool switchProcessor
 Flag to switch processor. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 

Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 69 of file findCellParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( Cloud< findCellParticle > &  cloud,
labelListList cellToData,
List< List< point > > &  cellToEnd 
)
inline

Definition at line 81 of file findCellParticle.H.

Member Function Documentation

◆ cellToData()

labelListList& cellToData ( )
inline

Definition at line 95 of file findCellParticle.H.

References findCellParticle::trackingData::cellToData_.

Referenced by findCellParticle::move().

Here is the caller graph for this function:

◆ cellToEnd()

List<List<point> >& cellToEnd ( )
inline

Definition at line 100 of file findCellParticle.H.

References findCellParticle::trackingData::cellToEnd_.

Referenced by findCellParticle::move().

Here is the caller graph for this function:

Field Documentation

◆ cellToData_

labelListList& cellToData_
private

Definition at line 73 of file findCellParticle.H.

Referenced by findCellParticle::trackingData::cellToData().

◆ cellToEnd_

List<List<point> >& cellToEnd_
private

Definition at line 74 of file findCellParticle.H.

Referenced by findCellParticle::trackingData::cellToEnd().


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