![]() |
|
Public Member Functions | |
objectHit () | |
Construct null. | |
objectHit (const bool success, const label &obj) | |
Construct from components. | |
objectHit (Istream &is) | |
Construct from Istream. | |
bool | hit () const |
Is there a hit. | |
label | hitObject () const |
Return hit object. | |
Friends | |
bool | operator== (const objectHit &a, const objectHit &b) |
bool | operator!= (const objectHit &a, const objectHit &b) |
Ostream & | operator<< (Ostream &os, const objectHit &b) |
|
Construct null.
Definition at line 69 of file objectHit.H. |
|
Construct from components.
Definition at line 76 of file objectHit.H. References Foam::readBool(), and Foam::readLabel(). |
Here is the call graph for this function:
|
Construct from Istream.
Definition at line 83 of file objectHit.H. |
|
Is there a hit.
Definition at line 93 of file objectHit.H. References Foam::label. |
|
Return hit object.
Definition at line 99 of file objectHit.H. References objectHit::hit_, and objectHit::hitObject_. |
|
Definition at line 112 of file objectHit.H. |
|
Definition at line 120 of file objectHit.H. |
|
Definition at line 107 of file objectHit.H. |