Functor class to compute square roots (returns zero if x<0).
More...
#include <vil_math.h>
Functor class to compute square roots (returns zero if x<0).
Definition at line 413 of file vil_math.h.
◆ operator()() [1/6]
| vxl_byte vil_math_sqrt_functor::operator() |
( |
vxl_byte |
x | ) |
const |
|
inline |
◆ operator()() [2/6]
| unsigned vil_math_sqrt_functor::operator() |
( |
unsigned |
x | ) |
const |
|
inline |
◆ operator()() [3/6]
| int vil_math_sqrt_functor::operator() |
( |
int |
x | ) |
const |
|
inline |
◆ operator()() [4/6]
| short vil_math_sqrt_functor::operator() |
( |
short |
x | ) |
const |
|
inline |
◆ operator()() [5/6]
| float vil_math_sqrt_functor::operator() |
( |
float |
x | ) |
const |
|
inline |
◆ operator()() [6/6]
| double vil_math_sqrt_functor::operator() |
( |
double |
x | ) |
const |
|
inline |
The documentation for this class was generated from the following file: