tesseract v5.3.3.20231005
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 33 of file networkscratch.h.

Constructor & Destructor Documentation

◆ NetworkScratch()

tesseract::NetworkScratch::NetworkScratch ( )
inline

Definition at line 35 of file networkscratch.h.

35: 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 43 of file networkscratch.h.

43 {
44 int_mode_ = int_mode;
45 }

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