tesseract  4.1.1
tesseract::Interval Struct Reference

Public Member Functions

 Interval ()
 
 Interval (int b, int e)
 

Public Attributes

int begin
 
int end
 

Detailed Description

Definition at line 2126 of file paragraphs.cpp.

Constructor & Destructor Documentation

◆ Interval() [1/2]

tesseract::Interval::Interval ( )
inline

Definition at line 2127 of file paragraphs.cpp.

◆ Interval() [2/2]

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

Definition at line 2128 of file paragraphs.cpp.

2128 : begin(b), end(e) {}

Member Data Documentation

◆ begin

int tesseract::Interval::begin

Definition at line 2130 of file paragraphs.cpp.

◆ end

int tesseract::Interval::end

Definition at line 2131 of file paragraphs.cpp.


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