DGtal 2.0.0
Loading...
Searching...
No Matches
LogFct Struct Reference

Public Member Functions

double operator() (const double &a) const
double operator() (const double &a) const

Detailed Description

Definition at line 51 of file testMeaningfulScaleAnalysis.cpp.

Member Function Documentation

◆ operator()() [1/2]

double LogFct::operator() ( const double & a) const
inline

Definition at line 52 of file testMeaningfulScaleAnalysis.cpp.

52 {
53 return log(a);
54 }

◆ operator()() [2/2]

double LogFct::operator() ( const double & a) const
inline

Definition at line 47 of file testProfile.cpp.

47 {
48 return log(a);
49 }

The documentation for this struct was generated from the following files: