![]() |
Verovio
Source code documentation
|
This class is a file input stream for reading MEI files. More...
#include <iomei.h>
Public Member Functions | |
| MEIInput (Doc *doc) | |
| bool | Import (const std::string &mei) override |
| void | SetDeserializing (bool deserializing) |
| Setter for the page-based deserialization flag (default is false). | |
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 | |
| Doc * | m_doc |
| LayoutInformation | m_layoutInformation |
| Indicates if we have layout information in the file loaded. More... | |
| std::string | m_outformat = "mei" |
This class is a file input stream for reading MEI files.
It uses the libmei C++ library. Under development.