tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
DIR128 Class Reference

#include <mod128.h>

Public Member Functions

 DIR128 ()=default
 
 DIR128 (int16_t value)
 
 DIR128 (const FCOORD fc)
 
DIR128operator= (int16_t value)
 
int8_t operator- (const DIR128 &minus) const
 
DIR128 operator+ (const DIR128 &add) const
 
DIR128operator+= (const DIR128 &add)
 
int8_t get_dir () const
 

Private Attributes

int8_t dir
 

Constructor & Destructor Documentation

◆ DIR128() [1/3]

DIR128::DIR128 ( )
default

◆ DIR128() [2/3]

DIR128::DIR128 ( int16_t  value)
inline

◆ DIR128() [3/3]

DIR128::DIR128 ( const FCOORD  fc)

Member Function Documentation

◆ get_dir()

int8_t DIR128::get_dir ( ) const
inline

◆ operator+()

DIR128 DIR128::operator+ ( const DIR128 add) const
inline

◆ operator+=()

DIR128& DIR128::operator+= ( const DIR128 add)
inline

◆ operator-()

int8_t DIR128::operator- ( const DIR128 minus) const
inline

◆ operator=()

DIR128& DIR128::operator= ( int16_t  value)
inline

Member Data Documentation

◆ dir

int8_t DIR128::dir
private

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