tesseract  4.1.0
tesseract::ClipGPrime Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double y) const
 

Detailed Description

Definition at line 137 of file functions.h.

Member Function Documentation

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

Definition at line 138 of file functions.h.

138  {
139  return -1.0 < y && y < 1.0 ? 1.0 : 0.0;
140  }

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