tesseract  4.1.0
tesseract::ClipFPrime Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double y) const
 

Detailed Description

Definition at line 110 of file functions.h.

Member Function Documentation

double tesseract::ClipFPrime::operator() ( double  y) const
inline

Definition at line 111 of file functions.h.

111  {
112  return 0.0 < y && y < 1.0 ? 1.0 : 0.0;
113  }

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