![]() |
|
Public Member Functions | |
pointIndexHit (const bool success, const point &p, const label index) | |
Construct from components. | |
pointIndexHit (const point &p) | |
Construct from point. Hit and distance set later. | |
pointIndexHit () | |
Construct null. | |
bool | hit () const |
Is there a hit. | |
label | index () const |
Return index. | |
const point & | hitPoint () const |
Return hit point. | |
const point & | missPoint () const |
Return miss point. | |
const point & | rawPoint () const |
Return point with no checking. | |
void | setHit () |
void | setMiss () |
void | setPoint (const point &p) |
void | setIndex (const label index) |
void | write (Ostream &os) |
Friends | |
Ostream & | operator<< (Ostream &os, const pointIndexHit &pHit) |
|
Construct from components.
Definition at line 80 of file pointIndexHit.H. References p, and Foam::point. |
|
Construct from point. Hit and distance set later.
Definition at line 88 of file pointIndexHit.H. References Foam::vector. |
|
Construct null.
Definition at line 96 of file pointIndexHit.H. |
|
Is there a hit.
Definition at line 107 of file pointIndexHit.H. |
|
Return hit point.
Definition at line 119 of file pointIndexHit.H. |
|
Return index.
Definition at line 113 of file pointIndexHit.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Return miss point.
Definition at line 132 of file pointIndexHit.H. |
|
Return point with no checking.
Definition at line 145 of file pointIndexHit.H. |
|
Definition at line 150 of file pointIndexHit.H. |
|
Definition at line 165 of file pointIndexHit.H. |
|
Definition at line 155 of file pointIndexHit.H. |
|
Definition at line 160 of file pointIndexHit.H. |
|
Definition at line 170 of file pointIndexHit.H. |
|
Definition at line 182 of file pointIndexHit.H. |