Verovio
Source code documentation
vrv::MEIOutput Class Reference

This class is a file output stream for writing MEI files. More...

#include <iomei.h>

Inheritance diagram for vrv::MEIOutput:
vrv::Output

Public Member Functions

bool Export ()
 The main method for exporting the file to MEI.
 
std::string GetOutput ()
 Return the output as a string by writing it to the stringstream member.
 
void SetIndent (int indent)
 Setter for indent for the MEI output (default is 3, -1 for tabs)
 
void SetIgnoreHeader (bool ignoreHeader)
 Setter for ignore header flag for the MEI output (default is false)
 
void SetRemoveIds (bool removeIds)
 Setter for remove ids flag for the MEI output (default is false)
 
Constructors and destructor
 MEIOutput (Doc *doc)
 
virtual ~MEIOutput ()
 
bool WriteObject (Object *object) override
 The main method for writing objects.
 
bool WriteObjectEnd (Object *object) override
 Dummy object method that must be overridden in child class.
 
Setter and getter for score-based MEI output
void SetScoreBasedMEI (bool scoreBasedMEI)
 
bool GetScoreBasedMEI () const
 
Setter and getter for MEI basic output
void SetBasic (bool basic)
 
bool GetBasic () const
 
bool HasFilter () const
 Score based filtering by measure, page or mdiv.
 
void SetFirstPage (int page)
 
void SetLastPage (int page)
 
void SetFirstMeasure (const std::string &id)
 
void SetLastMeasure (const std::string &id)
 
void SetMdiv (const std::string &id)
 
void ResetFilter ()
 
Getters to improve code readability
bool IsScoreBasedMEI () const
 
bool IsPageBasedMEI () const
 
- Public Member Functions inherited from vrv::Output
 Output (Doc *doc, std::string filename)
 
 Output (Doc *doc)
 

Additional Inherited Members

- Protected Attributes inherited from vrv::Output
Docm_doc
 

Detailed Description

This class is a file output stream for writing MEI files.

It uses the libmei C++ library. Not implemented.


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