tesseract v5.3.3.20231005
tesseract::Interval Struct Reference

Public Member Functions

 Interval ()
 
 Interval (int b, int e)
 

Public Attributes

int begin
 
int end
 

Detailed Description

Definition at line 2164 of file paragraphs.cpp.

Constructor & Destructor Documentation

◆ Interval() [1/2]

tesseract::Interval::Interval ( )
inline

Definition at line 2165 of file paragraphs.cpp.

◆ Interval() [2/2]

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

Definition at line 2166 of file paragraphs.cpp.

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

Member Data Documentation

◆ begin

int tesseract::Interval::begin

Definition at line 2168 of file paragraphs.cpp.

◆ end

int tesseract::Interval::end

Definition at line 2169 of file paragraphs.cpp.


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