17#ifndef __gui_mrview_tool_fixel_structs_h__
18#define __gui_mrview_tool_fixel_structs_h__
33 float value_min = std::numeric_limits<float>::max ();
34 float value_max = std::numeric_limits<float>::min ();
69 float relative_min = std::numeric_limits<float>::max();
74 relative_min = std::min(relative_min, fixel_value.
buffer_store[i]);
78 return std::max(relative_min, fixel_value.
current_min);
84 float relative_max = std::numeric_limits<float>::min();
89 relative_max = std::max(relative_max, fixel_value.
buffer_store[i]);
93 return std::min(relative_max, fixel_value.
current_max);
VectorType::Scalar value(const VectorType &coefs, typename VectorType::Scalar cos_elevation, typename VectorType::Scalar cos_azimuth, typename VectorType::Scalar sin_azimuth, int lmax)