|
rheolef
6.3
|
#include <geo_element_indirect.h>
Public Types | |
| typedef size_t | size_type |
| typedef short int | orientation_type |
| typedef short int | shift_type |
Public Member Functions | |
| geo_element_indirect () | |
| geo_element_indirect (orientation_type orient, size_type ige, size_type shift=0) | |
| size_type | index () const |
| orientation_type | orientation () const |
| shift_type | shift () const |
| void | set_orientation (orientation_type orient) |
| void | set_shift (size_type shift) |
| void | set_index (size_type ige) |
| void | set (orientation_type orient, size_type ige, size_type shift=0) |
| void | dump (std::ostream &out=std::clog) const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| size_type | _all |
Static Protected Attributes | |
| static const size_type | orient_position = 8*sizeof(size_type)-1 |
| static const size_type | orient_mask = (size_type(1) << orient_position) |
| static const size_type | shift_position = 8*sizeof(size_type)-4 |
| static const size_type | shift_mask |
| static const size_type | index_mask = ~(orient_mask | shift_mask) |
Definition at line 8 of file geo_element_indirect.h.
| typedef size_t rheolef::geo_element_indirect::size_type |
Definition at line 12 of file geo_element_indirect.h.
| typedef short int rheolef::geo_element_indirect::orientation_type |
Definition at line 13 of file geo_element_indirect.h.
| typedef short int rheolef::geo_element_indirect::shift_type |
Definition at line 14 of file geo_element_indirect.h.
|
inline |
Definition at line 17 of file geo_element_indirect.h.
|
inline |
Definition at line 19 of file geo_element_indirect.h.
|
inline |
Definition at line 24 of file geo_element_indirect.h.
|
inline |
Definition at line 25 of file geo_element_indirect.h.
|
inline |
Definition at line 26 of file geo_element_indirect.h.
|
inline |
Definition at line 29 of file geo_element_indirect.h.
|
inline |
Definition at line 33 of file geo_element_indirect.h.
|
inline |
Definition at line 37 of file geo_element_indirect.h.
|
inline |
Definition at line 41 of file geo_element_indirect.h.
|
inline |
Definition at line 49 of file geo_element_indirect.h.
|
inline |
Definition at line 57 of file geo_element_indirect.h.
|
staticprotected |
Definition at line 62 of file geo_element_indirect.h.
|
staticprotected |
Definition at line 63 of file geo_element_indirect.h.
|
staticprotected |
Definition at line 65 of file geo_element_indirect.h.
|
staticprotected |
Definition at line 66 of file geo_element_indirect.h.
|
staticprotected |
Definition at line 71 of file geo_element_indirect.h.
|
protected |
Definition at line 74 of file geo_element_indirect.h.