Verovio
Source code documentation
vrv::MEIInput Class Reference

This class is a file input stream for reading MEI files. More...

#include <iomei.h>

Inheritance diagram for vrv::MEIInput:
vrv::Input

Public Member Functions

 MEIInput (Doc *doc)
 
bool Import (const std::string &mei) override
 
- Public Member Functions inherited from vrv::Input
 Input (Doc *doc)
 
void SetOutputFormat (const std::string &format)
 
std::string GetOutputFormat ()
 
LayoutInformation GetLayoutInformation ()
 Getter for layoutInformation flag that is set to true during import if layout information is found (and not to be ignored).
 

Additional Inherited Members

- Protected Attributes inherited from vrv::Input
Docm_doc
 
LayoutInformation m_layoutInformation
 Indicates if we have layout information in the file loaded. More...
 
std::string m_outformat = "mei"
 

Detailed Description

This class is a file input stream for reading MEI files.

It uses the libmei C++ library. Under development.


The documentation for this class was generated from the following file: