|
libcrn
3.9.5
A document image processing library
|
#include <CRNAltoWrapper.h>
Inheritance diagram for crn::xml::TextLinePath:
Collaboration diagram for crn::xml::TextLinePath:Public Member Functions | |
| TextLinePath () | |
| TextLinePath (const BlockPath &b, const Id &l) | |
| TextLinePath (const String &p) | |
| TextLinePath (const TextLinePath &)=default | |
| TextLinePath (TextLinePath &&)=default | |
| virtual | ~TextLinePath () override |
| TextLinePath & | operator= (const TextLinePath &)=default |
| TextLinePath & | operator= (TextLinePath &&)=default |
| bool | operator== (const TextLinePath &other) const |
| bool | operator!= (const TextLinePath &other) const |
| bool | operator< (const TextLinePath &other) const |
| virtual String | ToString () const override |
Public Member Functions inherited from crn::xml::BlockPath | |
| BlockPath () | |
| BlockPath (const SpacePath &s, const Id &b) | |
| BlockPath (const String &p) | |
| BlockPath (const BlockPath &)=default | |
| BlockPath (BlockPath &&)=default | |
| virtual | ~BlockPath () override |
| BlockPath & | operator= (const BlockPath &)=default |
| BlockPath & | operator= (BlockPath &&)=default |
| bool | operator== (const BlockPath &other) const |
| bool | operator!= (const BlockPath &other) const |
| bool | operator< (const BlockPath &other) const |
Public Member Functions inherited from crn::xml::SpacePath | |
| SpacePath () | |
| SpacePath (const PagePath &p, const Id &s) | |
| SpacePath (const String &p) | |
| SpacePath (const SpacePath &)=default | |
| SpacePath (SpacePath &&)=default | |
| virtual | ~SpacePath () override |
| SpacePath & | operator= (const SpacePath &)=default |
| SpacePath & | operator= (SpacePath &&)=default |
| bool | operator== (const SpacePath &other) const |
| bool | operator!= (const SpacePath &other) const |
| bool | operator< (const SpacePath &other) const |
Public Member Functions inherited from crn::xml::PagePath | |
| PagePath () | |
| PagePath (const String &v, const Id &p) | |
| PagePath (const String &p) | |
| PagePath (const PagePath &)=default | |
| PagePath (PagePath &&)=default | |
| virtual | ~PagePath () |
| PagePath & | operator= (const PagePath &)=default |
| PagePath & | operator= (PagePath &&)=default |
| bool | operator== (const PagePath &other) const |
| bool | operator!= (const PagePath &other) const |
| bool | operator< (const PagePath &other) const |
Static Public Member Functions | |
| static const TextLinePath & | NullPath () |
Static Public Member Functions inherited from crn::xml::BlockPath | |
| static const BlockPath & | NullPath () |
Static Public Member Functions inherited from crn::xml::SpacePath | |
| static const SpacePath & | NullPath () |
Static Public Member Functions inherited from crn::xml::PagePath | |
| static const crn::String & | Separator () |
| static const PagePath & | NullPath () |
Public Attributes | |
| Id | textline_id |
Public Attributes inherited from crn::xml::BlockPath | |
| Id | block_id |
Public Attributes inherited from crn::xml::SpacePath | |
| Id | space_id |
Public Attributes inherited from crn::xml::PagePath | |
| String | view_id |
| Id | page_id |
Path to an alto text line
Definition at line 116 of file CRNAltoWrapper.h.
|
inline |
Definition at line 118 of file CRNAltoWrapper.h.
Definition at line 119 of file CRNAltoWrapper.h.
| TextLinePath::TextLinePath | ( | const String & | p | ) |
Definition at line 84 of file CRNAltoWrapper.cpp.
|
default |
|
default |
|
inlineoverridevirtual |
Definition at line 123 of file CRNAltoWrapper.h.
|
static |
Definition at line 96 of file CRNAltoWrapper.cpp.
|
inline |
Definition at line 128 of file CRNAltoWrapper.h.
|
inline |
Definition at line 129 of file CRNAltoWrapper.h.
|
default |
|
default |
|
inline |
Definition at line 127 of file CRNAltoWrapper.h.
|
inlineoverridevirtual |
Reimplemented from crn::xml::BlockPath.
Reimplemented in crn::xml::WordPath.
Definition at line 134 of file CRNAltoWrapper.h.
| Id crn::xml::TextLinePath::textline_id |
Definition at line 133 of file CRNAltoWrapper.h.
1.8.6