Subclass of Tetrahedron3d representing its index.
More...
#include <cell3D.hh>
List of all members.
Public Member Functions |
| | Index () |
| | Index (uchar l, ushort i, ushort j, ushort k) |
| std::ostream & | info (std::ostream &os) const |
Public Attributes |
| ushort | i_ |
| | Index of this element on the local level with respect to the element and the x axis.
|
| ushort | j_ |
| | Index of this element on the local level with respect to the element and the y axis.
|
| ushort | k_ |
| | Index of this element on the local level with respect to the element and the z axis.
|
| uchar | l_ |
| | Level of this element.
|
Detailed Description
Subclass of Tetrahedron3d representing its index.
Definition at line 481 of file cell3D.hh.
Constructor & Destructor Documentation
| concepts::Parallelepiped3d::Index::Index |
( |
| ) |
[inline] |
Member Function Documentation
| std::ostream & concepts::Parallelepiped3d::Index::info |
( |
std::ostream & |
os | ) |
const [inline] |
Member Data Documentation
Index of this element on the local level with respect to the element and the x axis.
Counting starts at 0 and goes from left to right.
Definition at line 489 of file cell3D.hh.
Index of this element on the local level with respect to the element and the y axis.
Counting starts at 0 and goes from front to back.
Definition at line 495 of file cell3D.hh.
Index of this element on the local level with respect to the element and the z axis.
Counting starts at 0 and goes from bottom to top.
Definition at line 501 of file cell3D.hh.
The documentation for this struct was generated from the following file: