#include <lagrangian/passiveParticle.H>
Definition at line 49 of file passiveParticle.H.
 Inheritance diagram for passiveParticle:
 Collaboration diagram for passiveParticle:Public Member Functions | |
| passiveParticle (const Cloud< passiveParticle > &c, const vector &position, const label celli) | |
| Construct from components.  
 | |
| passiveParticle (const Cloud< passiveParticle > &c, Istream &is, bool readFields=true) | |
| Construct from Istream.  
 | |
| passiveParticle (const passiveParticle &p) | |
| Construct as copy.  
 | |
| autoPtr< passiveParticle > | clone () const | 
| Construct and return a clone.  
 | |
| passiveParticle | ( | const Cloud< passiveParticle > & | c, | 
| const vector & | position, | ||
| const label | celli | ||
| ) |  [inline]
 | 
        
Construct from components.
Definition at line 60 of file passiveParticle.H.
Referenced by passiveParticle::clone().
| passiveParticle | ( | const Cloud< passiveParticle > & | c, | 
| Istream & | is, | ||
| bool |  readFields = true
  | 
        ||
| ) |  [inline]
 | 
        
Construct from Istream.
Definition at line 71 of file passiveParticle.H.
| passiveParticle | ( | const passiveParticle & | p ) |  [inline]
 | 
        
Construct as copy.
Definition at line 81 of file passiveParticle.H.
| autoPtr<passiveParticle> clone | ( | ) |  const [inline]
 | 
        
Construct and return a clone.
Reimplemented from Particle< passiveParticle >.
Definition at line 87 of file passiveParticle.H.
References passiveParticle::passiveParticle().