Static Public Attributes

Root< Size, Low, High > Struct Template Reference

List of all members.

Static Public Attributes

static const int mean = (Low + High)/2
static const bool down = (mean * mean >= Size)
static const int root

Detailed Description

template<int Size, int Low, int High>
struct Root< Size, Low, High >

Definition at line 135 of file QmitkDiffusionTensorEstimation.cpp.


Member Data Documentation

template<int Size, int Low, int High>
const bool Root< Size, Low, High >::down = (mean * mean >= Size) [static]

Definition at line 137 of file QmitkDiffusionTensorEstimation.cpp.

template<int Size, int Low, int High>
const int Root< Size, Low, High >::mean = (Low + High)/2 [static]

Definition at line 136 of file QmitkDiffusionTensorEstimation.cpp.

template<int Size, int Low, int High>
const int Root< Size, Low, High >::root [static]
Initial value:
 Root<Size, 
    (down ? Low : mean+1), 
    (down ? mean : High) >::root

Definition at line 138 of file QmitkDiffusionTensorEstimation.cpp.


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