Classes | Public Member Functions | Public Attributes

cmtk::MathUtil::BitInitializer Class Reference

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

Collaboration diagram for cmtk::MathUtil::BitInitializer:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Helper class to initialize a constant 64bit field.

Definition at line 387 of file cmtkMathUtil.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

The actual initializer memory.

Definition at line 402 of file cmtkMathUtil.h.


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