tesseract  4.1.0
tesseract::IdentityFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 154 of file functions.h.

Member Function Documentation

double tesseract::IdentityFunc::operator() ( double  x) const
inline

Definition at line 155 of file functions.h.

155 { return x; }

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