Container for sorting intersections. More...
Public Member Functions | |
pointHitSort () | |
Construct null. More... | |
pointHitSort (const pointHit &inter, const label index) | |
Construct from intersection, index. More... | |
const pointHit & | inter () const |
label | index () const |
bool | operator== (const pointHitSort &rhs) const |
bool | operator< (const pointHitSort &rhs) const |
Private Attributes | |
pointHit | inter_ |
intersection More... | |
label | index_ |
Original index. More... | |
|
inline |
Construct null.
Definition at line 65 of file pointHitSort.H.
|
inline |
Construct from intersection, index.
Definition at line 72 of file pointHitSort.H.
|
inline |
Definition at line 81 of file pointHitSort.H.
References pointHitSort::inter_.
Referenced by pointHitSort::operator<(), and pointHitSort::operator==().
|
inline |
Definition at line 86 of file pointHitSort.H.
References pointHitSort::index_.
|
inline |
Definition at line 93 of file pointHitSort.H.
References PointHit::distance(), pointHitSort::inter(), and pointHitSort::inter_.
|
inline |
Definition at line 98 of file pointHitSort.H.
References PointHit::distance(), pointHitSort::inter(), and pointHitSort::inter_.
|
private |
intersection
Definition at line 55 of file pointHitSort.H.
Referenced by pointHitSort::inter(), pointHitSort::operator<(), and pointHitSort::operator==().
|
private |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.