Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
concepts::Parallelepiped3d::Index Struct Reference

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]

Definition at line 503 of file cell3D.hh.

concepts::Parallelepiped3d::Index::Index ( uchar  l,
ushort  i,
ushort  j,
ushort  k 
) [inline]

Definition at line 504 of file cell3D.hh.


Member Function Documentation

std::ostream & concepts::Parallelepiped3d::Index::info ( std::ostream &  os) const [inline]

Definition at line 558 of file cell3D.hh.


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.

Level of this element.

Definition at line 483 of file cell3D.hh.


The documentation for this struct was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)