FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

indexedParticle Class Reference

#include <lagrangian/indexedParticle.H>


Detailed Description

Source files

Definition at line 52 of file indexedParticle.H.

Inheritance diagram for indexedParticle:
Collaboration diagram for indexedParticle:

List of all members.

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 ()

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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