tesseract v5.3.3.20231005
tesseract::MFEDGEPT Struct Reference

#include <mfoutline.h>

Public Member Functions

void ClearMark ()
 
void MarkPoint ()
 

Public Attributes

FPOINT Point
 
float Slope
 
bool Hidden
 
bool ExtremityMark
 
DIRECTION Direction
 
DIRECTION PreviousDirection
 

Detailed Description

Definition at line 32 of file mfoutline.h.

Member Function Documentation

◆ ClearMark()

void tesseract::MFEDGEPT::ClearMark ( )
inline

Definition at line 35 of file mfoutline.h.

35 {
36 ExtremityMark = false;
37 }

◆ MarkPoint()

void tesseract::MFEDGEPT::MarkPoint ( )
inline

Definition at line 39 of file mfoutline.h.

39 {
40 ExtremityMark = true;
41 }

Member Data Documentation

◆ Direction

DIRECTION tesseract::MFEDGEPT::Direction

Definition at line 47 of file mfoutline.h.

◆ ExtremityMark

bool tesseract::MFEDGEPT::ExtremityMark

Definition at line 46 of file mfoutline.h.

◆ Hidden

bool tesseract::MFEDGEPT::Hidden

Definition at line 45 of file mfoutline.h.

◆ Point

FPOINT tesseract::MFEDGEPT::Point

Definition at line 43 of file mfoutline.h.

◆ PreviousDirection

DIRECTION tesseract::MFEDGEPT::PreviousDirection

Definition at line 48 of file mfoutline.h.

◆ Slope

float tesseract::MFEDGEPT::Slope

Definition at line 44 of file mfoutline.h.


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