tesseract  5.0.0-alpha-619-ge9db
tesseract::NetworkScratch Class Reference

#include <networkscratch.h>

Classes

class  FloatVec
 
class  GradientStore
 
class  IO
 
class  Stack
 

Public Member Functions

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

Detailed Description

Definition at line 34 of file networkscratch.h.

Constructor & Destructor Documentation

◆ NetworkScratch()

tesseract::NetworkScratch::NetworkScratch ( )
inline

Definition at line 36 of file networkscratch.h.

36 : int_mode_(false) {}

◆ ~NetworkScratch()

tesseract::NetworkScratch::~NetworkScratch ( )
default

Member Function Documentation

◆ set_int_mode()

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

Definition at line 44 of file networkscratch.h.

44  {
45  int_mode_ = int_mode;
46  }

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