ValueHandler

Undocumented in source.

Members

Functions

correctMinMax
void correctMinMax(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
correctValuesMinMax
void correctValuesMinMax()
Undocumented in source. Be warned that the author may not have intended to support it.
full
T full(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(size_t i)
Undocumented in source.
getNorm
T getNorm(size_t i)
Undocumented in source.
moveValues
void moveValues(size_t k)
Undocumented in source. Be warned that the author may not have intended to support it.
norm
T norm(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
T set(size_t i, T v)
Undocumented in source.
setNorm
T setNorm(size_t i, T nv)
Undocumented in source.

Properties

maxLimit
T maxLimit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxLimit
T maxLimit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
minLimit
T minLimit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minLimit
T minLimit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

max_limit
T max_limit;
Undocumented in source.
min_limit
T min_limit;
Undocumented in source.
values
T[CNT] values;
Undocumented in source.

Meta