$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scribo::internal::document_data< L > Struct Template Reference

#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< boolbinary_image_
mln::image2d< boolbinary_image_wo_seps_
component_set< L > elements_
std::string filename_
mln::image2d< boolhline_seps_
component_set< L > hline_seps_comps_
mln::image2d< mln::value::rgb8image_
paragraph_set< L > parset_
mln::image2d< boolvline_seps_
component_set< L > vline_seps_comps_
mln::image2d< boolwhitespace_seps_
component_set< L > whitespace_seps_comps_

Detailed Description

template<typename L>
struct scribo::internal::document_data< L >

Data structure for scribo::document<L>.

Definition at line 57 of file document.hh.