#include <lagrangian/indexedParticle.H>
Definition at line 52 of file indexedParticle.H.
Inheritance diagram for indexedParticle:
Collaboration diagram for indexedParticle:Public Member Functions | |
| indexedParticle (const Cloud< indexedParticle > &c, const vector &position, const label celli, const label index=0) | |
| Construct from components.
| |
| indexedParticle (const Cloud< indexedParticle > &c, Istream &is, bool readFields=true) | |
| Construct from Istream.
| |
| indexedParticle (const indexedParticle &p) | |
| Construct as a copy.
| |
| autoPtr< indexedParticle > | clone () const |
| Construct and return a clone.
| |
| label | index () const |
| label & | index () |
| indexedParticle | ( | const Cloud< indexedParticle > & | c, |
| const vector & | position, | ||
| const label | celli, | ||
| const label | index = 0
|
||
| ) | [inline]
|
Construct from components.
Definition at line 67 of file indexedParticle.H.
Referenced by indexedParticle::clone().
| indexedParticle | ( | const Cloud< indexedParticle > & | c, |
| Istream & | is, | ||
| bool | readFields = true
|
||
| ) | [inline]
|
Construct from Istream.
Definition at line 80 of file indexedParticle.H.
| indexedParticle | ( | const indexedParticle & | p ) | [inline]
|
Construct as a copy.
Definition at line 90 of file indexedParticle.H.
| autoPtr<indexedParticle> clone | ( | ) | const [inline]
|
Construct and return a clone.
Reimplemented from Particle< indexedParticle >.
Definition at line 96 of file indexedParticle.H.
References indexedParticle::indexedParticle().
| label index | ( | ) | const [inline]
|
Definition at line 104 of file indexedParticle.H.
| label& index | ( | ) | [inline]
|
Definition at line 109 of file indexedParticle.H.