#include <IndexMapKey.h>
Definition at line 55 of file IndexMapKey.h.
◆ IndexMapKey() [1/4]
Definition at line 42 of file IndexMapKey.cpp.
Orientation m_orientation
LibUtilities::ShapeType m_shapeType
unsigned short m_entityID
IndexMapType m_indexMapType
◆ IndexMapKey() [2/4]
Definition at line 60 of file IndexMapKey.cpp.
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs
◆ IndexMapKey() [3/4]
Nektar::StdRegions::IndexMapKey::IndexMapKey |
( |
const IndexMapKey & |
rhs | ) |
|
◆ ~IndexMapKey()
virtual Nektar::StdRegions::IndexMapKey::~IndexMapKey |
( |
| ) |
|
|
inlinevirtual |
◆ IndexMapKey() [4/4]
Nektar::StdRegions::IndexMapKey::IndexMapKey |
( |
| ) |
|
|
private |
◆ GetIndexEntity()
int Nektar::StdRegions::IndexMapKey::GetIndexEntity |
( |
| ) |
const |
|
inline |
◆ GetIndexMapType()
IndexMapType Nektar::StdRegions::IndexMapKey::GetIndexMapType |
( |
| ) |
const |
|
inline |
◆ GetIndexOrientation()
Orientation Nektar::StdRegions::IndexMapKey::GetIndexOrientation |
( |
| ) |
const |
|
inline |
◆ operator<
Definition at line 89 of file IndexMapKey.cpp.
91 if(
lhs.m_indexMapType <
rhs.m_indexMapType)
96 if(
lhs.m_indexMapType >
rhs.m_indexMapType)
101 if(
lhs.m_shapeType <
rhs.m_shapeType)
105 if(
lhs.m_shapeType >
rhs.m_shapeType)
137 if(
lhs.m_entityID <
rhs.m_entityID)
141 if(
lhs.m_entityID >
rhs.m_entityID)
146 if(
lhs.m_orientation <
rhs.m_orientation)
150 if(
lhs.m_orientation >
rhs.m_orientation)
◆ operator==
Definition at line 158 of file IndexMapKey.cpp.
160 if(
lhs.m_indexMapType !=
rhs.m_indexMapType)
165 if(
lhs.m_shapeType !=
rhs.m_shapeType)
185 if(
lhs.m_entityID !=
rhs.m_entityID)
190 if(
lhs.m_orientation !=
rhs.m_orientation)
◆ opLess::operator()
◆ m_entityID
unsigned short Nektar::StdRegions::IndexMapKey::m_entityID |
|
protected |
◆ m_indexMapType
IndexMapType Nektar::StdRegions::IndexMapKey::m_indexMapType |
|
protected |
◆ m_orientation
Orientation Nektar::StdRegions::IndexMapKey::m_orientation |
|
protected |
◆ m_p
unsigned short Nektar::StdRegions::IndexMapKey::m_p |
|
protected |
◆ m_q
unsigned short Nektar::StdRegions::IndexMapKey::m_q |
|
protected |
◆ m_r
unsigned short Nektar::StdRegions::IndexMapKey::m_r |
|
protected |
◆ m_shapeType