Subclass of Tetrahedron3d representing its index.
More...
#include <cell3D.hh>
|
| Index (uchar l, index_type i, index_type j, index_type k) |
|
std::ostream & | info (std::ostream &os) const |
|
Subclass of Tetrahedron3d representing its index.
Definition at line 538 of file cell3D.hh.
◆ Index() [1/2]
concepts::Parallelepiped3d::Index::Index |
( |
| ) |
|
|
inline |
◆ Index() [2/2]
concepts::Parallelepiped3d::Index::Index |
( |
uchar |
l, |
|
|
index_type |
i, |
|
|
index_type |
j, |
|
|
index_type |
k |
|
) |
| |
|
inline |
◆ info()
std::ostream & concepts::Parallelepiped3d::Index::info |
( |
std::ostream & |
os | ) |
const |
|
inline |
◆ i_
index_type concepts::Parallelepiped3d::Index::i_ |
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 546 of file cell3D.hh.
◆ j_
index_type concepts::Parallelepiped3d::Index::j_ |
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 552 of file cell3D.hh.
◆ k_
index_type concepts::Parallelepiped3d::Index::k_ |
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 558 of file cell3D.hh.
◆ l_
uchar concepts::Parallelepiped3d::Index::l_ |
The documentation for this struct was generated from the following file: