Public Member Functions
vil_math_log_functor Class Reference

Functor class to compute logarithms (returns zero if x<=0). More...

#include <vil_math.h>

List of all members.

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 405 of file vil_math.h.


Member Function Documentation

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

Definition at line 408 of file vil_math.h.

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

Definition at line 409 of file vil_math.h.

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

Definition at line 410 of file vil_math.h.

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

Definition at line 411 of file vil_math.h.

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

Definition at line 412 of file vil_math.h.

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

Definition at line 413 of file vil_math.h.


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