tesseract  5.0.0-alpha-619-ge9db
tesseract::Interval Struct Reference

Public Member Functions

 Interval ()
 
 Interval (int b, int e)
 

Public Attributes

int begin
 
int end
 

Detailed Description

Definition at line 2141 of file paragraphs.cpp.

Constructor & Destructor Documentation

◆ Interval() [1/2]

tesseract::Interval::Interval ( )
inline

Definition at line 2142 of file paragraphs.cpp.

2144 {

◆ Interval() [2/2]

tesseract::Interval::Interval ( int  b,
int  e 
)
inline

Definition at line 2143 of file paragraphs.cpp.

2144 {

Member Data Documentation

◆ begin

int tesseract::Interval::begin

Definition at line 2145 of file paragraphs.cpp.

◆ end

int tesseract::Interval::end

Definition at line 2146 of file paragraphs.cpp.


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