Helper class to initialize a constant 64bit field. More...

Classes | |
| union | InitializeUnion |
| Union that is used for initializing variables of different types with bitfield values. More... | |
Public Member Functions | |
| BitInitializer (const uint32_t i0, const uint32_t i1) | |
| Initialize 64bit field with two given 32bit integers. | |
Public Attributes | |
| InitializeUnion | m_Union |
| The actual initializer memory. | |
Helper class to initialize a constant 64bit field.
Definition at line 387 of file cmtkMathUtil.h.
| cmtk::MathUtil::BitInitializer::BitInitializer | ( | const uint32_t | i0, |
| const uint32_t | i1 | ||
| ) | [inline] |
Initialize 64bit field with two given 32bit integers.
Definition at line 406 of file cmtkMathUtil.h.
The actual initializer memory.
Definition at line 402 of file cmtkMathUtil.h.
1.7.2