tesseract  5.0.0-alpha-619-ge9db
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 41 of file mfoutline.h.

Member Function Documentation

◆ ClearMark()

void MFEDGEPT::ClearMark ( )
inline

Definition at line 44 of file mfoutline.h.

45  {
46  ExtremityMark = false;

◆ MarkPoint()

void MFEDGEPT::MarkPoint ( )
inline

Definition at line 48 of file mfoutline.h.

49  {
50  ExtremityMark = true;

Member Data Documentation

◆ Direction

DIRECTION MFEDGEPT::Direction

Definition at line 56 of file mfoutline.h.

◆ ExtremityMark

bool MFEDGEPT::ExtremityMark

Definition at line 55 of file mfoutline.h.

◆ Hidden

bool MFEDGEPT::Hidden

Definition at line 54 of file mfoutline.h.

◆ Point

FPOINT MFEDGEPT::Point

Definition at line 52 of file mfoutline.h.

◆ PreviousDirection

DIRECTION MFEDGEPT::PreviousDirection

Definition at line 57 of file mfoutline.h.

◆ Slope

float MFEDGEPT::Slope

Definition at line 53 of file mfoutline.h.


The documentation for this struct was generated from the following file:
MFEDGEPT::ExtremityMark
bool ExtremityMark
Definition: mfoutline.h:55