Subclass of Hexahedron3d representing its index. More...
#include <cell3D.hh>

Public Member Functions | |
| Index () | |
| Index (const Index &i) | |
| Index (uchar l, uchar m, uchar n, ushort i, ushort j, ushort k) | |
Public Attributes | |
| ushort | i_ |
| Index of this element on the local level with respect to the element in the original mesh. | |
| ushort | j_ |
| Index of this element on the local level with respect to the element in the original mesh. | |
| ushort | k_ |
| Index of this element on the local level with respect to the element in the original mesh. | |
| Level< 3 > | level_ |
| Level of this element. | |
Subclass of Hexahedron3d representing its index.
| concepts::Hexahedron3d::Index::Index | ( | const Index & | i | ) | [inline] |