Record of a collision between the particle holding the record and the particle with the stored id. More...
Public Member Functions | |
PairCollisionRecord () | |
Construct null. More... | |
PairCollisionRecord (bool accessed, label origProcOfOther, label origIdOfOther, const Type &data=pTraits< Type >::zero) | |
Construct from components. More... | |
PairCollisionRecord (Istream &) | |
Construct from Istream. More... | |
PairCollisionRecord (const PairCollisionRecord &) | |
Copy constructor. More... | |
~PairCollisionRecord () | |
Destructor. More... | |
label | origProcOfOther () const |
Return the origProcOfOther data. More... | |
label | origIdOfOther () const |
Return the origIdOfOther data. More... | |
const Type & | collisionData () const |
Return access to the collision data. More... | |
Type & | collisionData () |
Return access to the collision data. More... | |
bool | match (label queryOrigProcOfOther, label queryOrigIdOfOther) const |
bool | accessed () const |
Return the accessed status of the record. More... | |
void | setAccessed () |
Set the accessed property of the record to accessed. More... | |
void | setUnaccessed () |
Set the accessed property of the record to unaccessed. More... | |
void | operator= (const PairCollisionRecord &) |
Friends | |
bool | operator== (const PairCollisionRecord< Type > &, const PairCollisionRecord< Type > &) |
bool | operator!= (const PairCollisionRecord< Type > &, const PairCollisionRecord< Type > &) |
Istream & | operator>> (Istream &, PairCollisionRecord< Type > &) |
Ostream & | operator (Ostream &, const PairCollisionRecord< Type > &) |
Record of a collision between the particle holding the record and the particle with the stored id.
The access status of the record is to be coded in the origProcOfOther data member. The actual processor is offset by +1. A negative value means that the record has not been accessed, positive means that it has.
Definition at line 56 of file PairCollisionRecord.H.
Construct null.
Definition at line 31 of file PairCollisionRecord.C.
Referenced by PairCollisionRecord< Type >::PairCollisionRecord().
PairCollisionRecord | ( | bool | accessed, |
label | origProcOfOther, | ||
label | origIdOfOther, | ||
const Type & | data = pTraits<Type>::zero |
||
) |
Construct from components.
Definition at line 41 of file PairCollisionRecord.C.
References PairCollisionRecord< Type >::PairCollisionRecord(), and PairCollisionRecord< Type >::setUnaccessed().
PairCollisionRecord | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 32 of file PairCollisionRecordIO.C.
References IOstream::check(), Foam::operator>>(), and token::SPACE.
PairCollisionRecord | ( | const PairCollisionRecord< Type > & | ) |
Copy constructor.
~PairCollisionRecord | ( | ) |
Destructor.
Definition at line 76 of file PairCollisionRecord.C.
|
inline |
Return the origProcOfOther data.
Definition at line 44 of file PairCollisionRecordI.H.
References Foam::mag().
|
inline |
Return the origIdOfOther data.
Definition at line 51 of file PairCollisionRecordI.H.
|
inline |
Return access to the collision data.
Definition at line 59 of file PairCollisionRecordI.H.
|
inline |
Return access to the collision data.
Definition at line 66 of file PairCollisionRecordI.H.
Definition at line 30 of file PairCollisionRecordI.H.
Referenced by CollisionRecordList< vector, vector >::checkPairRecord(), and CollisionRecordList< vector, vector >::matchPairRecord().
|
inline |
Return the accessed status of the record.
Definition at line 73 of file PairCollisionRecordI.H.
References Foam::pos0().
|
inline |
Set the accessed property of the record to accessed.
Definition at line 80 of file PairCollisionRecordI.H.
Referenced by CollisionRecordList< vector, vector >::matchPairRecord().
|
inline |
Set the accessed property of the record to unaccessed.
Definition at line 87 of file PairCollisionRecordI.H.
Referenced by PairCollisionRecord< Type >::PairCollisionRecord().
void operator= | ( | const PairCollisionRecord< Type > & | ) |
Definition at line 84 of file PairCollisionRecord.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
friend |
|
friend |
|
friend |
|
friend |