Public Member Functions | Private Attributes
pointHitSort Class Reference

Container for sorting intersections. More...

Collaboration diagram for pointHitSort:
Collaboration graph
[legend]

Public Member Functions

 pointHitSort ()
 Construct null. More...
 
 pointHitSort (const pointHit &inter, const label index)
 Construct from intersection, index. More...
 
const pointHitinter () 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...
 

Detailed Description

Container for sorting intersections.

Source files

Definition at line 50 of file pointHitSort.H.

Constructor & Destructor Documentation

◆ pointHitSort() [1/2]

pointHitSort ( )
inline

Construct null.

Definition at line 65 of file pointHitSort.H.

◆ pointHitSort() [2/2]

pointHitSort ( const pointHit inter,
const label  index 
)
inline

Construct from intersection, index.

Definition at line 72 of file pointHitSort.H.

Member Function Documentation

◆ inter()

const pointHit& inter ( ) const
inline

Definition at line 81 of file pointHitSort.H.

References pointHitSort::inter_.

Referenced by pointHitSort::operator<(), and pointHitSort::operator==().

Here is the caller graph for this function:

◆ index()

label index ( ) const
inline

Definition at line 86 of file pointHitSort.H.

References pointHitSort::index_.

◆ operator==()

bool operator== ( const pointHitSort rhs) const
inline

Definition at line 93 of file pointHitSort.H.

References PointHit::distance(), pointHitSort::inter(), and pointHitSort::inter_.

Here is the call graph for this function:

◆ operator<()

bool operator< ( const pointHitSort rhs) const
inline

Definition at line 98 of file pointHitSort.H.

References PointHit::distance(), pointHitSort::inter(), and pointHitSort::inter_.

Here is the call graph for this function:

Field Documentation

◆ inter_

pointHit inter_
private

intersection

Definition at line 55 of file pointHitSort.H.

Referenced by pointHitSort::inter(), pointHitSort::operator<(), and pointHitSort::operator==().

◆ index_

label index_
private

Original index.

Definition at line 58 of file pointHitSort.H.

Referenced by pointHitSort::index().


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