Static Public Attributes | |
static const int | mean = (Low + High)/2 |
static const bool | down = (mean * mean >= Size) |
static const int | root |
Definition at line 135 of file QmitkDiffusionTensorEstimation.cpp.
const bool Root< Size, Low, High >::down = (mean * mean >= Size) [static] |
Definition at line 137 of file QmitkDiffusionTensorEstimation.cpp.
const int Root< Size, Low, High >::mean = (Low + High)/2 [static] |
Definition at line 136 of file QmitkDiffusionTensorEstimation.cpp.