$extrastylesheet
#include <scribo/core/document.hh>
Public Member Functions | |
| document_data (const char *filename) | |
| document_data (const char *filename, const mln::image2d< mln::value::rgb8 > &input) | |
Public Attributes | |
| mln::image2d< bool > | binary_image_ |
| mln::image2d< bool > | binary_image_wo_seps_ |
| component_set< L > | elements_ |
| std::string | filename_ |
| mln::image2d< bool > | hline_seps_ |
| component_set< L > | hline_seps_comps_ |
| mln::image2d< mln::value::rgb8 > | image_ |
| paragraph_set< L > | parset_ |
| mln::image2d< bool > | vline_seps_ |
| component_set< L > | vline_seps_comps_ |
| mln::image2d< bool > | whitespace_seps_ |
| component_set< L > | whitespace_seps_comps_ |
Data structure for scribo::document<L>.
Definition at line 57 of file document.hh.