Public Member Functions | List of all members
vil_math_sqrt_functor Class Reference

Functor class to compute square roots (returns zero if x<0). More...

#include <vil_math.h>

Public Member Functions

vxl_byte operator() (vxl_byte x) const
 
unsigned operator() (unsigned x) const
 
int operator() (int x) const
 
short operator() (short x) const
 
float operator() (float x) const
 
double operator() (double x) const
 

Detailed Description

Functor class to compute square roots (returns zero if x<0).

Definition at line 413 of file vil_math.h.

Member Function Documentation

◆ operator()() [1/6]

vxl_byte vil_math_sqrt_functor::operator() ( vxl_byte  x) const
inline

Definition at line 416 of file vil_math.h.

◆ operator()() [2/6]

unsigned vil_math_sqrt_functor::operator() ( unsigned  x) const
inline

Definition at line 417 of file vil_math.h.

◆ operator()() [3/6]

int vil_math_sqrt_functor::operator() ( int  x) const
inline

Definition at line 418 of file vil_math.h.

◆ operator()() [4/6]

short vil_math_sqrt_functor::operator() ( short  x) const
inline

Definition at line 419 of file vil_math.h.

◆ operator()() [5/6]

float vil_math_sqrt_functor::operator() ( float  x) const
inline

Definition at line 420 of file vil_math.h.

◆ operator()() [6/6]

double vil_math_sqrt_functor::operator() ( double  x) const
inline

Definition at line 421 of file vil_math.h.


The documentation for this class was generated from the following file: