Public Member Functions | List of all members
vil_math_log_functor Class Reference

Functor class to compute logarithms (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 logarithms (returns zero if x<=0).

Definition at line 501 of file vil_math.h.

Member Function Documentation

◆ operator()() [1/6]

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

Definition at line 504 of file vil_math.h.

◆ operator()() [2/6]

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

Definition at line 505 of file vil_math.h.

◆ operator()() [3/6]

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

Definition at line 506 of file vil_math.h.

◆ operator()() [4/6]

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

Definition at line 507 of file vil_math.h.

◆ operator()() [5/6]

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

Definition at line 508 of file vil_math.h.

◆ operator()() [6/6]

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

Definition at line 509 of file vil_math.h.


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