libcrn
3.9.5
A document image processing library
|
#include <CRNAltoWrapper.h>
Public Member Functions | |
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 |
virtual String | ToString () const override |
![]() | |
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 SpacePath & | NullPath () |
![]() | |
static const crn::String & | Separator () |
static const PagePath & | NullPath () |
Public Attributes | |
Id | space_id |
![]() | |
String | view_id |
Id | page_id |
Path to an alto space
Definition at line 66 of file CRNAltoWrapper.h.
|
inline |
Definition at line 68 of file CRNAltoWrapper.h.
Definition at line 69 of file CRNAltoWrapper.h.
SpacePath::SpacePath | ( | const String & | p | ) |
Definition at line 50 of file CRNAltoWrapper.cpp.
|
default |
|
default |
|
inlineoverridevirtual |
Definition at line 73 of file CRNAltoWrapper.h.
|
static |
Definition at line 60 of file CRNAltoWrapper.cpp.
|
inline |
Definition at line 78 of file CRNAltoWrapper.h.
|
inline |
Definition at line 79 of file CRNAltoWrapper.h.
|
inline |
Definition at line 77 of file CRNAltoWrapper.h.
|
inlineoverridevirtual |
Reimplemented from crn::xml::PagePath.
Reimplemented in crn::xml::WordPath, crn::xml::TextLinePath, and crn::xml::BlockPath.
Definition at line 84 of file CRNAltoWrapper.h.
Id crn::xml::SpacePath::space_id |
Definition at line 83 of file CRNAltoWrapper.h.