#include <ProcessIsoContour.h>
Definition at line 200 of file ProcessIsoContour.h.
Nektar::FieldUtils::IsoVertex::IsoVertex |
( |
void |
| ) |
|
|
inline |
Nektar::FieldUtils::IsoVertex::~IsoVertex |
( |
| ) |
|
|
inline |
int Nektar::FieldUtils::IsoVertex::get_iso_id |
( |
| ) |
|
|
inline |
int Nektar::FieldUtils::IsoVertex::get_iso_vert_id |
( |
| ) |
|
|
inline |
Definition at line 982 of file ProcessIsoContour.cpp.
984 return ((x.m_x-y.m_x)*(x.m_x-y.m_x) + (x.m_y-y.m_y)*(x.m_y-y.m_y) +
985 (x.m_z-y.m_z)*(x.m_z-y.m_z) <
SQ_PNT_TOL)? 0:1;
const NekDouble SQ_PNT_TOL
Definition at line 975 of file ProcessIsoContour.cpp.
977 return ((x.m_x-y.m_x)*(x.m_x-y.m_x) + (x.m_y-y.m_y)*(x.m_y-y.m_y) +
978 (x.m_z-y.m_z)*(x.m_z-y.m_z) <
SQ_PNT_TOL)?
true:
false;
const NekDouble SQ_PNT_TOL
vector<NekDouble > Nektar::FieldUtils::IsoVertex::m_fields |
|
private |
int Nektar::FieldUtils::IsoVertex::m_id |
|
private |
int Nektar::FieldUtils::IsoVertex::m_iso_id |
|
private |
int Nektar::FieldUtils::IsoVertex::m_iso_vert_id |
|
private |