libcrn
3.9.5
A document image processing library
|
#include <CRNAltoWrapper.h>
Public Member Functions | |
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 |
virtual String | ToString () const override |
![]() | |
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 |
![]() | |
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 BlockPath & | NullPath () |
![]() | |
static const SpacePath & | NullPath () |
![]() | |
static const crn::String & | Separator () |
static const PagePath & | NullPath () |
Public Attributes | |
Id | block_id |
![]() | |
Id | space_id |
![]() | |
String | view_id |
Id | page_id |
Path to an alto block (text block, illustration, etc.)
Definition at line 91 of file CRNAltoWrapper.h.
|
inline |
Definition at line 93 of file CRNAltoWrapper.h.
Definition at line 94 of file CRNAltoWrapper.h.
BlockPath::BlockPath | ( | const String & | p | ) |
Definition at line 67 of file CRNAltoWrapper.cpp.
|
default |
|
default |
|
inlineoverridevirtual |
Definition at line 98 of file CRNAltoWrapper.h.
|
static |
Definition at line 78 of file CRNAltoWrapper.cpp.
|
inline |
Definition at line 103 of file CRNAltoWrapper.h.
|
inline |
Definition at line 104 of file CRNAltoWrapper.h.
|
inline |
Definition at line 102 of file CRNAltoWrapper.h.
|
inlineoverridevirtual |
Reimplemented from crn::xml::SpacePath.
Reimplemented in crn::xml::WordPath, and crn::xml::TextLinePath.
Definition at line 109 of file CRNAltoWrapper.h.
Id crn::xml::BlockPath::block_id |
Definition at line 108 of file CRNAltoWrapper.h.