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

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

Subclass of Hexahedron3d representing its index. More...

#include <cell3D.hh>

Collaboration diagram for concepts::Hexahedron3d::Index:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Subclass of Hexahedron3d representing its index.

Definition at line 310 of file cell3D.hh.


Constructor & Destructor Documentation

concepts::Hexahedron3d::Index::Index ( ) [inline]

Definition at line 332 of file cell3D.hh.

concepts::Hexahedron3d::Index::Index ( uchar  l,
uchar  m,
uchar  n,
ushort  i,
ushort  j,
ushort  k 
) [inline]

Definition at line 333 of file cell3D.hh.

concepts::Hexahedron3d::Index::Index ( const Index i) [inline]

Definition at line 335 of file cell3D.hh.


Member Data Documentation

Index of this element on the local level with respect to the element in the original mesh.

Counting starts at 0 and goes from left to right.

Definition at line 318 of file cell3D.hh.

Index of this element on the local level with respect to the element in the original mesh.

Counting starts at 0 and goes from front to back.

Definition at line 324 of file cell3D.hh.

Index of this element on the local level with respect to the element in the original mesh.

Counting starts at 0 and goes from bottom to top.

Definition at line 330 of file cell3D.hh.

Level of this element.

Definition at line 312 of file cell3D.hh.


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

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