#include <IndexMapKey.h>
Definition at line 57 of file IndexMapKey.h.
◆ IndexMapKey() [1/4]
Definition at line 42 of file IndexMapKey.cpp.
LibUtilities::ShapeType m_shapeType
StdRegions::Orientation m_orientation
unsigned short m_entityID
IndexMapType m_indexMapType
◆ IndexMapKey() [2/4]
◆ IndexMapKey() [3/4]
Nektar::LocalRegions::IndexMapKey::IndexMapKey |
( |
const IndexMapKey & |
rhs | ) |
|
◆ ~IndexMapKey()
virtual Nektar::LocalRegions::IndexMapKey::~IndexMapKey |
( |
| ) |
|
|
inlinevirtual |
◆ IndexMapKey() [4/4]
Nektar::LocalRegions::IndexMapKey::IndexMapKey |
( |
| ) |
|
|
private |
◆ GetIndexEntity()
int Nektar::LocalRegions::IndexMapKey::GetIndexEntity |
( |
| ) |
const |
|
inline |
◆ GetIndexMapType()
IndexMapType Nektar::LocalRegions::IndexMapKey::GetIndexMapType |
( |
| ) |
const |
|
inline |
◆ GetIndexOrientation()
◆ operator<
Definition at line 73 of file IndexMapKey.cpp.
75 if (lhs.m_indexMapType < rhs.m_indexMapType)
80 if (lhs.m_indexMapType > rhs.m_indexMapType)
85 if (lhs.m_shapeType < rhs.m_shapeType)
90 if (lhs.m_shapeType > rhs.m_shapeType)
95 if (lhs.m_p < rhs.m_p)
100 if (lhs.m_p > rhs.m_p)
105 if (lhs.m_q < rhs.m_q)
110 if (lhs.m_q > rhs.m_q)
115 if (lhs.m_r < rhs.m_r)
120 if (lhs.m_r > rhs.m_r)
125 if (lhs.m_entityID < rhs.m_entityID)
129 if (lhs.m_entityID > rhs.m_entityID)
134 if (lhs.m_orientation < rhs.m_orientation)
138 if (lhs.m_orientation > rhs.m_orientation)
◆ operator==
Definition at line 146 of file IndexMapKey.cpp.
148 if (lhs.m_indexMapType != rhs.m_indexMapType)
153 if (lhs.m_shapeType != rhs.m_shapeType)
158 if (lhs.m_p != rhs.m_p)
163 if (lhs.m_q != rhs.m_q)
168 if (lhs.m_r != rhs.m_r)
173 if (lhs.m_entityID != rhs.m_entityID)
178 if (lhs.m_orientation != rhs.m_orientation)
◆ opLess::operator()
◆ m_entityID
unsigned short Nektar::LocalRegions::IndexMapKey::m_entityID |
|
protected |
◆ m_indexMapType
IndexMapType Nektar::LocalRegions::IndexMapKey::m_indexMapType |
|
protected |
◆ m_orientation
◆ m_p
unsigned short Nektar::LocalRegions::IndexMapKey::m_p |
|
protected |
◆ m_q
unsigned short Nektar::LocalRegions::IndexMapKey::m_q |
|
protected |
◆ m_r
unsigned short Nektar::LocalRegions::IndexMapKey::m_r |
|
protected |
◆ m_shapeType