|
libcrn
3.9.5
A document image processing library
|
#include <CRNAltoWrapper.h>
Inheritance diagram for crn::xml::WordPath:
Collaboration diagram for crn::xml::WordPath:Public Member Functions | |
| WordPath () | |
| WordPath (const TextLinePath &l, const Id &w) | |
| WordPath (const String &p) | |
| WordPath (const WordPath &)=default | |
| WordPath (WordPath &&)=default | |
| virtual | ~WordPath () override |
| WordPath & | operator= (const WordPath &)=default |
| WordPath & | operator= (WordPath &&)=default |
| bool | operator== (const WordPath &other) const |
| bool | operator!= (const WordPath &other) const |
| bool | operator< (const WordPath &other) const |
| virtual String | ToString () const override |
Public Member Functions inherited from crn::xml::TextLinePath | |
| 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 |
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 WordPath & | NullPath () |
Static Public Member Functions inherited from crn::xml::TextLinePath | |
| 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 | word_id |
Public Attributes inherited from crn::xml::TextLinePath | |
| 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 string
Definition at line 141 of file CRNAltoWrapper.h.
|
inline |
Definition at line 143 of file CRNAltoWrapper.h.
|
inline |
Definition at line 144 of file CRNAltoWrapper.h.
| WordPath::WordPath | ( | const String & | p | ) |
Definition at line 102 of file CRNAltoWrapper.cpp.
|
default |
|
default |
|
inlineoverridevirtual |
Definition at line 148 of file CRNAltoWrapper.h.
|
static |
Definition at line 115 of file CRNAltoWrapper.cpp.
|
inline |
Definition at line 153 of file CRNAltoWrapper.h.
|
inline |
Definition at line 154 of file CRNAltoWrapper.h.
|
inline |
Definition at line 152 of file CRNAltoWrapper.h.
|
inlineoverridevirtual |
Reimplemented from crn::xml::TextLinePath.
Definition at line 159 of file CRNAltoWrapper.h.
| Id crn::xml::WordPath::word_id |
Definition at line 158 of file CRNAltoWrapper.h.
1.8.6