libcrn
3.9.5
A document image processing library
|
Alto global description. More...
#include <CRNAltoDescription.hpp>
Public Types | |
enum | MeasurementUnit { MeasurementUnit::Undef = 0, MeasurementUnit::Pixel, MeasurementUnit::MM, MeasurementUnit::Inch } |
Public Member Functions | |
Description (const Description &)=delete | |
Description (Description &&)=default | |
virtual | ~Description () override |
Description & | operator= (const Description &)=delete |
Description & | operator= (Description &&)=default |
Option< MeasurementUnit > | GetMeasurementUnit () |
Returns the measurement unit of all metrics in the Alto. More... | |
Option< StringUTF8 > | GetFilename () |
Returns the filename of the image described by the Alto. More... | |
Friends | |
class | Root |
Alto global description.
Definition at line 30 of file CRNAltoDescription.hpp.
|
strong |
Enumerator | |
---|---|
Undef | |
Pixel | |
MM | |
Inch |
Definition at line 39 of file CRNAltoDescription.hpp.
|
delete |
|
default |
|
inlineoverridevirtual |
Definition at line 35 of file CRNAltoDescription.hpp.
Option<StringUTF8> Description::GetFilename | ( | ) |
Returns the filename of the image described by the Alto.
Option<MeasurementUnit> Description::GetMeasurementUnit | ( | ) |
Returns the measurement unit of all metrics in the Alto.
|
delete |
|
default |
|
friend |
Definition at line 51 of file CRNAltoDescription.hpp.