46 const unsigned short p,
47 const unsigned short q,
48 const unsigned short r,
49 const unsigned short entityID,
51 : m_indexMapType(indexmapType),
52 m_shapeType(shapeType),
57 m_orientation(orientation)
63 m_indexMapType (indexmapType),
64 m_shapeType(rhs.m_shapeType),
68 m_entityID (rhs.m_entityID),
69 m_orientation (rhs.m_orientation)
74 m_indexMapType (rhs.m_indexMapType),
75 m_shapeType(rhs.m_shapeType),
79 m_entityID (rhs.m_entityID),
80 m_orientation (rhs.m_orientation)
friend bool operator==(const IndexMapKey &lhs, const IndexMapKey &rhs)
unsigned short m_entityID
Orientation m_orientation
std::ostream & operator<<(std::ostream &os, const IndexMapKey &rhs)
const char *const IndexMapTypeMap[]
IndexMapType m_indexMapType
bool operator()(const IndexMapKey &lhs, const IndexMapKey &rhs) const
LibUtilities::ShapeType m_shapeType
friend bool operator<(const IndexMapKey &lhs, const IndexMapKey &rhs)
IndexMapType GetIndexMapType() const