FreeFOAM The Cross-Platform CFD Toolkit
pointHitSort Class Reference

Container for sorting intersections. More...

#include <meshTools/pointHitSort.H>


Detailed Description

Container for sorting intersections.

Source files

Definition at line 51 of file pointHitSort.H.

List of all members.

Public Member Functions

 pointHitSort ()
 Construct null.
 pointHitSort (const pointHit &inter, const label index)
 Construct from intersection, index.
const pointHitinter () const
label index () const
bool operator== (const pointHitSort &rhs) const
bool operator< (const pointHitSort &rhs) const

Constructor & Destructor Documentation

pointHitSort ( )
inline

Construct null.

Definition at line 66 of file pointHitSort.H.

pointHitSort ( const pointHit inter,
const label  index 
)
inline

Construct from intersection, index.

Definition at line 73 of file pointHitSort.H.


Member Function Documentation

const pointHit& inter ( ) const
inline

Definition at line 82 of file pointHitSort.H.

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

label index ( ) const
inline

Definition at line 87 of file pointHitSort.H.

bool operator== ( const pointHitSort rhs) const
inline

Definition at line 94 of file pointHitSort.H.

References PointHit< Point >::distance(), and pointHitSort::inter().

bool operator< ( const pointHitSort rhs) const
inline

Definition at line 99 of file pointHitSort.H.

References PointHit< Point >::distance(), and pointHitSort::inter().


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