Union that is used for initializing variables of different types with bitfield values. More...
#include <cmtkMathUtil.h>
Public Attributes | |
uint32_t | i [2] |
Write bit pattern for special values here. | |
float | f [2] |
Read out for single-precision special value. | |
double | d |
Read out for double-precision special value. |
Union that is used for initializing variables of different types with bitfield values.
Definition at line 391 of file cmtkMathUtil.h.
Read out for double-precision special value.
Definition at line 398 of file cmtkMathUtil.h.
Read out for single-precision special value.
Definition at line 396 of file cmtkMathUtil.h.
Write bit pattern for special values here.
Definition at line 394 of file cmtkMathUtil.h.