A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/hit__coloring_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/widgets/hit_matrix/hit_coloring.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

43

m_EnableMinGrad(

false

),

44

m_EnableMaxGrad(

false

),

47

m_MinColor(0.5f, 0.0f, 1.0f),

48

m_MaxColor(1.0f, 0.5f, 0.0f),

111  double

log_min =

log10

(v_start);

112  if

( !

finite

(log_min)) {

115  double

log_max =

log10

(v_end);

116  if

( !

finite

(log_max)) {

121  double

d_log = log_value - log_min;

122  double

norm = d_log / (log_max - log_min);

125  double

range = v_end - v_start;

126  double

norm = (

value

- v_start) / range;

#define finite

Define value of finite (Is Finite).

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

unsigned int

A callback function used to compare two keys in a database.

static double Blur(double value, double precision, bool up)

const GenericPointer< typename T::ValueType > T2 value

Int4 delta(size_t dimension_, const Int4 *score_)

double GetColorNorm(double value, bool precise=true) const

double GetMin(bool precise=true) const

void SetPrecision(double prec)

double GetMax(bool precise=true) const

void SetValueRange(double min, double max)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4