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

#include <fpchop.h>

Inheritance diagram for C_OUTLINE_FRAG:
Collaboration diagram for C_OUTLINE_FRAG:

Public Member Functions

 C_OUTLINE_FRAG ()
 
 ~C_OUTLINE_FRAG ()
 
 C_OUTLINE_FRAG (ICOORD start_pt, ICOORD end_pt, C_OUTLINE *outline, int16_t start_index, int16_t end_index)
 
 C_OUTLINE_FRAG (C_OUTLINE_FRAG *head, int16_t tail_y)
 
C_OUTLINEclose ()
 
C_OUTLINE_FRAGoperator= (const C_OUTLINE_FRAG &src)
 

Public Attributes

ICOORD start
 
ICOORD end
 
DIR128steps
 
int32_t stepcount
 
C_OUTLINE_FRAGother_end
 
int16_t ycoord
 

Private Member Functions

 C_OUTLINE_FRAG (const C_OUTLINE_FRAG &other)
 

Constructor & Destructor Documentation

◆ C_OUTLINE_FRAG() [1/4]

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( )
inline

◆ ~C_OUTLINE_FRAG()

C_OUTLINE_FRAG::~C_OUTLINE_FRAG ( )
inline

◆ C_OUTLINE_FRAG() [2/4]

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( ICOORD  start_pt,
ICOORD  end_pt,
C_OUTLINE outline,
int16_t  start_index,
int16_t  end_index 
)

◆ C_OUTLINE_FRAG() [3/4]

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( C_OUTLINE_FRAG head,
int16_t  tail_y 
)

◆ C_OUTLINE_FRAG() [4/4]

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( const C_OUTLINE_FRAG other)
private

Member Function Documentation

◆ close()

C_OUTLINE * C_OUTLINE_FRAG::close ( )

◆ operator=()

C_OUTLINE_FRAG & C_OUTLINE_FRAG::operator= ( const C_OUTLINE_FRAG src)

Member Data Documentation

◆ end

ICOORD C_OUTLINE_FRAG::end

◆ other_end

C_OUTLINE_FRAG* C_OUTLINE_FRAG::other_end

◆ start

ICOORD C_OUTLINE_FRAG::start

◆ stepcount

int32_t C_OUTLINE_FRAG::stepcount

◆ steps

DIR128* C_OUTLINE_FRAG::steps

◆ ycoord

int16_t C_OUTLINE_FRAG::ycoord

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