| Nektar++
    | 
#include <PtsField.h>

| Public Member Functions | |
| PtsPoint () | |
| PtsPoint (int idx, Array< OneD, NekDouble > coords, NekDouble distSq) | |
| bool | operator< (const PtsPoint &comp) const | 
| Public Attributes | |
| int | m_idx | 
| Array< OneD, NekDouble > | m_coords | 
| NekDouble | m_distSq | 
Definition at line 73 of file PtsField.h.
| 
 | inline | 
Definition at line 81 of file PtsField.h.
| 
 | inline | 
Definition at line 83 of file PtsField.h.
| 
 | inline | 
Definition at line 78 of file PtsField.h.
| NekDouble Nektar::LibUtilities::PtsPoint::m_distSq | 
Definition at line 79 of file PtsField.h.
Referenced by operator<().
| int Nektar::LibUtilities::PtsPoint::m_idx | 
Definition at line 77 of file PtsField.h.
 1.8.8
 1.8.8