#include <ProcessIsoContour.h>
Detailed Description
Definition at line 186 of file ProcessIsoContour.h.
Constructor & Destructor Documentation
Nektar::Utilities::IsoVertex::IsoVertex |
( |
void |
| ) |
|
|
inline |
Nektar::Utilities::IsoVertex::~IsoVertex |
( |
| ) |
|
|
inline |
Member Function Documentation
int Nektar::Utilities::IsoVertex::get_iso_id |
( |
| ) |
|
|
inline |
int Nektar::Utilities::IsoVertex::get_iso_vert_id |
( |
| ) |
|
|
inline |
Friends And Related Function Documentation
Definition at line 641 of file ProcessIsoContour.cpp.
{
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) +
}
Definition at line 634 of file ProcessIsoContour.cpp.
{
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) +
(x.m_z-y.m_z)*(x.m_z-y.m_z) <
SQ_PNT_TOL)?
true:
false;
}
Member Data Documentation
vector<NekDouble > Nektar::Utilities::IsoVertex::m_fields |
|
private |
int Nektar::Utilities::IsoVertex::m_id |
|
private |
int Nektar::Utilities::IsoVertex::m_iso_id |
|
private |
int Nektar::Utilities::IsoVertex::m_iso_vert_id |
|
private |