tesseract  4.00.00dev
tesseract::NetworkScratch Class Reference

#include <networkscratch.h>

Classes

class  FloatVec
 
class  GradientStore
 
class  IO
 
class  Stack
 

Public Member Functions

 NetworkScratch ()
 
 ~NetworkScratch ()
 
void set_int_mode (bool int_mode)
 

Detailed Description

Definition at line 36 of file networkscratch.h.

Constructor & Destructor Documentation

◆ NetworkScratch()

tesseract::NetworkScratch::NetworkScratch ( )
inline

Definition at line 38 of file networkscratch.h.

38 : int_mode_(false) {}

◆ ~NetworkScratch()

tesseract::NetworkScratch::~NetworkScratch ( )
inline

Definition at line 39 of file networkscratch.h.

39 {}

Member Function Documentation

◆ set_int_mode()

void tesseract::NetworkScratch::set_int_mode ( bool  int_mode)
inline

Definition at line 46 of file networkscratch.h.

46  {
47  int_mode_ = int_mode;
48  }

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