libcrn
3.9.5
A document image processing library
|
#include <CRNAltoWrapper.h>
Public Member Functions | |
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 |
virtual String | ToString () const |
Static Public Member Functions | |
static const crn::String & | Separator () |
static const PagePath & | NullPath () |
Public Attributes | |
String | view_id |
Id | page_id |
Path to an alto page
Definition at line 39 of file CRNAltoWrapper.h.
|
inline |
Definition at line 41 of file CRNAltoWrapper.h.
Definition at line 42 of file CRNAltoWrapper.h.
PagePath::PagePath | ( | const String & | p | ) |
Definition at line 35 of file CRNAltoWrapper.cpp.
|
default |
|
default |
|
inlinevirtual |
Definition at line 46 of file CRNAltoWrapper.h.
|
static |
Definition at line 44 of file CRNAltoWrapper.cpp.
|
inline |
Definition at line 51 of file CRNAltoWrapper.h.
|
inline |
Definition at line 52 of file CRNAltoWrapper.h.
|
inline |
Definition at line 50 of file CRNAltoWrapper.h.
|
static |
Definition at line 29 of file CRNAltoWrapper.cpp.
|
inlinevirtual |
Reimplemented in crn::xml::WordPath, crn::xml::TextLinePath, crn::xml::BlockPath, and crn::xml::SpacePath.
Definition at line 58 of file CRNAltoWrapper.h.
Id crn::xml::PagePath::page_id |
Definition at line 57 of file CRNAltoWrapper.h.
String crn::xml::PagePath::view_id |
Definition at line 56 of file CRNAltoWrapper.h.