Public Attributes

cmtk::MathUtil::BitInitializer::InitializeUnion Union Reference

Union that is used for initializing variables of different types with bitfield values. More...

#include <cmtkMathUtil.h>

List of all members.

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.

Detailed Description

Union that is used for initializing variables of different types with bitfield values.

Definition at line 391 of file cmtkMathUtil.h.


Member Data Documentation

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.


The documentation for this union was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines